Skip to content

Releases: humanoid-path-planner/hpp-constraints

Release v5.0.0

31 Mar 10:53
v5.0.0
Compare
Choose a tag to compare

Changes in v5.0.0:

  • ⚠️ removed deprecated symbols
  • update to hpp-pinocchio v5.0.0
  • make RelativeCom use thread-safe device
  • fix compilation warnings
  • update packaging
  • update tooling

Release v4.15.1

20 Jan 12:11
v4.15.1
Compare
Choose a tag to compare
Release of version 4.15.1.

Release v4.14.0

02 Nov 14:30
v4.14.0
Compare
Choose a tag to compare
Release of version 4.14.0.

Release v4.13.0

31 May 07:25
v4.13.0
Compare
Choose a tag to compare
Release of version 4.13.0.

Release v4.12.0

06 Oct 13:47
v4.12.0
Compare
Choose a tag to compare

Changes in v4.12.0:

  • Fix ConvexShapeContactComplement

Release v4.11.0

04 May 08:33
v4.11.0
Compare
Choose a tag to compare

Changes in v4.11.0:

  • Solvers now handle constraints with right hand sides in Lie groups.
  • A mask has been added to class Implicit to select which lines of the
    constraint should be taken into account (active rows).
  • Use hpp::shared_ptr instead of boost::shared_ptr
  • Remove usage of boost list_of
  • [solver] Add methods isSatisfied with input error threshold.

Release v4.10.1

24 Sep 16:41
v4.10.1
Compare
Choose a tag to compare

Changes since v4.9.0:

  • ConvexShapeContact classes have been improved.
    • stable position of objects is now unique for any right hand side value of
      the complement constraint.
  • Use cmake to handle dependencies (cmake submodule).
  • Architecture of constraint classes has been simplified.
  • Use Romeo instead of Baxter in tests.
  • Enable users to use GenericTransformation with a joint2 equal to 0x0.
  • Add serialization functions.

release 4.10.0

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

Release of version 4.10.0.

Release v4.9.1

14 May 13:24
Compare
Choose a tag to compare

Fix unit tests.

Release v4.9.0

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

Changes in v4.9.0:

  • Computation of constraint right hand side have been fixed
    • in ExplicitConstraintSet, the computation was wrong, it has been fixed,
    • in Implicit, the computation has been made similar to the one in
      HierarchicalIterative.
  • Template flag definitions in GenericTransformation have been fixed
    • to comply with C++11 standard.
  • throw declaration have been removed to comply with C++11 standard.
  • Configuration variable RUN_TESTS has benn replaced by BUILD_TESTING
    • for homogeneity with other hpp packages.
  • CMake Exports