robotology / idyntree

Multibody Dynamics Library designed for Free Floating Robots
BSD 3-Clause "New" or "Revised" License
155 stars 65 forks source link

Run Jacobian and InverseKinematics tests for models with prismatic joints #1149

Open traversaro opened 5 months ago

traversaro commented 5 months ago

There seems to be some kind of problem in jacobian with prismatic joints, see:

We should ensure that tests for jacobians and KinDynComputations actually run for model with prismatic joints (ideally generated via getRandomModel, not some hardcoded models as done in https://github.com/robotology/idyntree/blob/master/src/high-level/tests/KinDynComputationsUnitTest.cpp#L833).