Skip to content

Releases: humanoid-path-planner/hpp-pinocchio

Release v5.2.0

09 Oct 19:16
v5.2.0
Compare
Choose a tag to compare

Changes in v5.2.0:

  • nix: move package to nixpkgs
  • ci: use https
  • setup mergify

Release v5.1.0

02 Jul 08:29
v5.1.0
Compare
Choose a tag to compare

Changes in v5.1.0:

  • Update to pinocchio v3
  • CMake: enable compatibility with pinocchio 2
  • Fix deprecated declaration
  • Nix: initial support

Release v5.0.0

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

Changes in v5.0.0

  • ⚠️ BREAKING ⚠️ Remove computation flag and pass it to Device::computeForwardKinematics
  • deprecate ConfigurationPtr_t
  • remove deprecated RnxSOnLieGroupMap
  • 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:14
v4.14.0
Compare
Choose a tag to compare
Release of version 4.14.0.

Release v4.13.0

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

Release v4.12.0

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

Changes in v4.12.0:

  • add required consts for C++17
  • [doc] Make LiegroupSpace::dIntegrate_[dq|dv] clearer.

Release v4.11.0

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

Changes in v4.11.0:

  • Frame computes child list only when required
  • Serialization
  • Switch to std shared_ptr
  • Add argument to URDF loading functions.

Release v4.10.2

10 Nov 14:24
v4.10.2
Compare
Choose a tag to compare

Changes in v4.10.2:

  • fix header guard for C++11

Release v4.10.1

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

Changes since v4.9.0:

  • Enable users to create LiegroupSpace::R1 with rotation template argument.
  • Use CMake to handle dependencies (cmake submodule).
  • Add CollisionObject::geometry and prepare deprecation of
    GeometryModel.colisionObjects.
  • Add function replaceGeometryByConvexHull.
  • Add package.xml
  • Add equality operator in class Joint.
  • Add serialization functions.