Skip to content

Releases: humanoid-path-planner/hpp-corbaserver

release 4.10.0

17 Aug 11:06
Compare
Choose a tag to compare
v4.10.0

release 4.10.0

Release v4.9.0

29 Apr 12:29
v4.9.0
Compare
Choose a tag to compare

Changes in v4.9.0:

  • Modify the way urdf and srdf files are handled. See porting notes in html documentaion
  • CMake Exports

Release v4.8.0

28 Nov 11:26
v4.8.0
Compare
Choose a tag to compare

Changes since v4.7.0:

  • Bind functions integrate, difference, interpolate and saturate.
  • Bind Path::reverse.
  • Bind CenterOfMassComputation.
  • [IDL] Convert Names_t into std::vectorstd::string + handles matrices.
  • [omniidl] Allow to handle Transform_
  • Update CMake

Release v4.7.0

04 Oct 12:13
v4.7.0
Compare
Choose a tag to compare

Changes since v4.6.0:

  • [Tests] omniNames is in PATH but not necessarily in /usr/bin
  • Add support for out in automatic generation of IDL implementation + misc.
  • [_constraints.idl] Bind method BySubstitution::isConstraintSatisfied.
  • Make Python code Python 3 compatible.
  • Re-introduce method ProblemSolver.addConfigValidation.
  • Minor changes

Release v4.5.0

26 Apr 08:16
v4.5.0
Compare
Choose a tag to compare

Changes since v4.4.0:

  • Generate servant directly from IDLs
  • fix build in c++11
  • Object oriented IDL
  • remove python symlinks & omniidl superfluous files, add test, setup CI
  • Update to pinocchio v2 + misc
  • Fix deprecated operator<== with int, to allow c++11 compat
  • Allow inheritance of Python classes ProblemSolver and Robot
  • fix tests, add .gitlab-ci.yml & badges
  • Update IDL related to constraints.
  • Add idl interface to add and clear config validations
  • Change short in long in idl and C++ code.
  • Add some IDL bindings
  • update readme : add troubleshooting section
  • Add a idl method to get the velocity along a path.
  • add python binding in order to choose distance type
  • Parameter map

Release v4.4.0

19 Mar 14:29
v4.4.0
Compare
Choose a tag to compare

Changes since v4.3.1:

  • remove python symlinks & omniidl superfluous files, add test, setup CI
  • Update to pinocchio v2 + misc
  • Fix deprecated operator<== with int, to allow c++11 compat
  • setup CI

Release v4.3.1

05 Feb 06:56
v4.3.1
Compare
Choose a tag to compare

Fix 4.3 on 18.04 by updating the cmake module

Release v4.3.0

31 Jan 17:40
Compare
Choose a tag to compare
  • Allow inheritance of Python classes ProblemSolver and Robot
  • fix tests, add .gitlab-ci.yml & badges

rbprm_1

08 Jan 16:51
Compare
Choose a tag to compare
rbprm_1 Pre-release
Pre-release
[Doc] Add anchor to documentation

Version 4.2.0

11 Oct 14:22
v4.2.0
Compare
Choose a tag to compare

Changes since v4.1:

  • Update IDL related to constraints.
  • Accept all types of frames for transformation constraints,
  • add method selectConfigurationShooter in problem_solver.py.