Skip to content

Conversation

@MegMll
Copy link
Collaborator

@MegMll MegMll commented Oct 10, 2025

Description

In this PR, we introduce the new spline joint to pinocchio. This implementation is based on the paper of Lee et al. available here

It allows to define a number of SE3 frames, that will define the movement and dynamics of the joint. It's very useful for biomechanics, but can be used in other applications.

For now the joint configuration has to be bounded between 0 and 1, otherwise the transformation computation will fail.

To do

  • Add better tests
  • Remove the change in act-on-set.hxx
  • Remove dynamic allocation in the bias computation
  • use the reduce sum instead of the full sum over all control frames
  • Make it casadi, cppad, cppadcg, boost::mpfr compatible
  • add it to model-graph
  • Need to redefine lieGroupType to avoid generating random numbers outside of bounds [0, 1]
  • update changelog

Future

  • Add a fit spline algorithm
  • Introduce lower and upper bounds

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋 Hi,
This is a reminder message to assign an extra build label to this Pull Request if needed.
By default, this PR will be build with minimal build options (URDF support and Python bindings)
The possible extra labels are:

  • build_collision (build Pinocchio with coal support)
  • build_casadi (build Pinocchio with CasADi support)
  • build_autodiff (build Pinocchio with CppAD support)
  • build_codegen (build Pinocchio with CppADCodeGen support)
  • build_extra (build Pinocchio with extra algorithms)
  • build_mpfr (build Pinocchio with Boost.Multiprecision support)
  • build_sdf (build Pinocchio with SDF parser)
  • build_accelerate (build Pinocchio with APPLE Accelerate framework support)
  • build_all (build Pinocchio with ALL the options stated above)

Thanks.
The Pinocchio development team.

@pgraverdy pgraverdy added the pr status wip To not review in weekly meeting label Oct 13, 2025
@MegMll MegMll force-pushed the topic/spline_joint branch from f464bc1 to 660af02 Compare October 13, 2025 11:43
@MegMll MegMll force-pushed the topic/spline_joint branch from aab0161 to bf16106 Compare October 30, 2025 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants