pinocchio icon indicating copy to clipboard operation
pinocchio copied to clipboard

A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives

Results 58 pinocchio issues
Sort by recently updated
recently updated
newest added

As of Pinocchio 2.6.4, ``pin.difference`` doesn't behave the same for different joint types when infinity is involved: ### Free flyers: ```python >>> import pinocchio as pin >>> model = pin.Model()...

I am using PyCharm virtual env to install pin, I met the following build error. I have tried to install cmeel but it does not fix the problem. Does anyone...

## Python documentation While I am for the first time start using the python bindings of pinocchio, I just start from the [cheatsheet](https://github.com/stack-of-tasks/pinocchio/blob/master/doc/pinocchio_cheat_sheet.pdf), which is quite helpful. But after running...

Currently pinocchio is failing to build on ROS 2 Rolling: https://build.ros2.org/job/Rsrc_uN__pinocchio__ubuntu_noble__source/ . The easiest solution to this problem is to do a new release of pinocchio into ROS 2 Rolling...

This PR introduces minus operators for symmetric3 and inertia classes. It includes Python bindings and unit tests.

suggestion

## Bug description The "CI - Linux via ROS" test of https://github.com/stack-of-tasks/pinocchio/pull/2169/ (this PR is a documentation change only) fails with ``` install_target_dependencies $ ( source /opt/ros/rolling/setup.bash && rosdep install...

ROS CI has been disabled because it fail for external reason. - [ ] Activate [ROS CI workflow](https://github.com/stack-of-tasks/pinocchio/actions/workflows/ros-ci.yml) - [ ] Add check-ros-ci in [branch protection status check](https://github.com/stack-of-tasks/pinocchio/settings/branch_protection_rules/29360542)

All Pinocchio 3 development. Improvement are stored in CHANGELOG.md. TODO: - [ ] Manage new dependencies - [ ] Release Pycppad with a recent eigenpy version on Windows - [...