Skip to content

Releases: stack-of-tasks/pinocchio

Pinocchio 2.4.4

13 May 08:47
v2.4.4
ada5b11
Compare
Choose a tag to compare

This new release provides:

  • new helpers function to retrieve frame velocities and accelerations
  • for each collision pair, it is now possible to provide specific collision checking settings
  • support to display convex hulls in viewers

It also fixes:

  • the support of Panda3d

and enhances the global CMake packaging of the project.

Pinocchio 2.4.3

24 Apr 17:41
v2.4.3
e2d6aa3
Compare
Choose a tag to compare

This new release provides a new Viewer, named Panda3d, for easy code visualization in Python.
It also provides additional fixes to the Code Generation support.

Pinocchio 2.4.2

21 Apr 17:17
v2.4.2
2c22ca2
Compare
Choose a tag to compare

This new release of Pinocchio provides new features for dealing with Lie groups:

  • improved operations over the differential operations of the integrate function
  • new functions for transporting some matrix between the two endpoints of the integrate function
  • the RPY functions are now robust over singularities
  • the support of autodiff frameworks has been improved to also cope with Lie groups features

This release also provides:

  • a packaging fixe with respect to the URDFDOM dependency
  • the Python bindings should now be without memory leak

Pinocchio 2.4.1

15 Apr 10:10
v2.4.1
cd452ef
Compare
Choose a tag to compare

This new release fixes a bug introduced in Pinocchio 2.4.0 concerning the method ModelTpl::addFrame.
This release also provides better support for the checking of the CppAD and CppADCodeGen versions.

Pinocchio 2.4.0

09 Apr 13:53
v2.4.0
9c03aa8
Compare
Choose a tag to compare

This new release of Pinocchio makes several improvements:

  • improve compatibility with hpp-fcl
  • improve compatibility with CppAD and notably the Lie algebra features
  • a better CMake >= 3.0 export of the project
  • new examples for Code generation
  • improved Python bindings
  • improved support for Boost.Multiprecision
  • reduce the memory usage when compilation unit tests

and we have started to move some dependencies like urdfdom to the pinocchio.so library to avoid additional compilations issues and to useless compilations burden.

Pinocchio 2.3.1

20 Feb 15:30
v2.3.1
66bb1bc
Compare
Choose a tag to compare

This new release provides:

  • some fixes with respect to minor bugs introduced in Pinocchio 2.3.0
  • an enhance detection of Python
  • improves the compilation memory overhead

Pinocchio 2.3.0

18 Feb 20:12
v2.3.0
7765909
Compare
Choose a tag to compare

This new release provides:

  • full compatibility with CMake export
  • full compatibility with Numpy.Array
  • examples for Code generation
  • better support of C++11
  • minor bug fixes
  • improves coverage
  • uniformizes function signature
  • improves interoperability between Numpy and Pinocchio
  • add many examples
  • full integration of Python bindings of hpp-fcl
  • supports the pickling and the serialization of Data

Pinocchio 2.2.3

30 Dec 16:48
v2.2.3
e038c7b
Compare
Choose a tag to compare

This new release provides:

  • pickling and serialization of Data structures
  • provide new algorithms to create reduce models

It also improves the compatibility with the Transform used in HPP-FCL.
It also fixes various bugs.
It also comes with new and detailed examples.

Pinocchio 2.2.2

11 Dec 16:02
v2.2.2
d3dd6fc
Compare
Choose a tag to compare

This new release:

  • improves the compatibility with HPP-FCL bindings
  • improves the documentation of the project with more examples
  • fixes some bugs related to Eigen
  • add new algorithms to compute the centroidal matrix and its time derivatives

Pinocchio 2.2.1

25 Nov 17:42
v2.2.1
6fa1c7d
Compare
Choose a tag to compare

This new release fixes the ROS package version number and updates the robot models.