Skip to content

Releases: stack-of-tasks/pinocchio

Pinocchio 2.5.2

02 Nov 17:09
v2.5.2
ce41e88

Choose a tag to compare

This new release enhances the compatibility with Windows, provides new tools eitheir to work on joint configurations and also to compute the kinematic regressors.

Pinocchio 2.5.1

12 Oct 10:19
v2.5.1
17c479e

Choose a tag to compare

This new release provides:

  • improvements on the whole project coverage
  • better support of Windows v142
  • support of joint friction and damping (only at the interface level)
  • new algorithm to retrieve the Coriolis matrix from RNEA/ABA derivatives

Pinocchio 2.5.0

31 Aug 11:54
v2.5.0
820d0f8

Choose a tag to compare

In this new release, we have:

  • a full memory shared in the Python bindings, i.e. that all the Eigen object can now be changed in Python.
  • better handling of multiprecision arithmetic
  • improved CMake packaging
  • fix for Autodiff

Pinocchio 2.4.7

20 Jul 16:44
v2.4.7
006f5b0

Choose a tag to compare

This new release provides:

  • an extended API for dealing with Lie groups and the related computations (integration, difference, derivatives, etc.)
  • the Lie groups have now their Python bindings for easy code prototyping
  • the kinematics derivatives of the Frames have been introduced as well as the extension of current Joints derivatives
  • the packaging of the project has been improved too.

Pinocchio 2.4.6

15 Jun 16:36
v2.4.6
853824c

Choose a tag to compare

This new release of Pinocchio removes the use of pkg-config to check dependencies and provides a full compatibility and support for Windows systems.

Pinocchio 2.4.5

23 May 07:44
v2.4.5
f8f3b9a

Choose a tag to compare

This new release extends the current frames algorithms to also consider the LOCAL_WORLD_ALIGNED reference frame.
It also exposes the values of the enum_ for simplified usage.

Pinocchio 2.4.4

13 May 08:47
v2.4.4
ada5b11

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

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

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

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.