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 98 pinocchio issues
Sort by recently updated
recently updated
newest added

I think it is a good strategy to avoid infinite loop and decrease debugging time. I would also suggest to set all those methods protected to force the user to...

spatial-refactoring

Change the name of operators. C++ operators are only trivial inline methods, while the code is in methods with an ad-hoc name. The name was yet taken from Python standards...

spatial-refactoring

Introduce a computation tree, i.e. when an operation A = B+C+D is interpreted, first build a trivial object representing the tree of computation (in the example something like OpPlus< B,...

spatial-refactoring

`InertiaDense' is mostly used inside the ABA algorithm. It can be represented with different memory representation: - Symmetric 6x6 matrix. Which takes 36 doubles in memory and are not really...

spatial-refactoring

1D joints are simple to understand in terms of relationship between the degrees of freedom and the joint transform and velocity. This is however not the case for more complex...

Hi Justin and other Pinocchio Developers First of all, thank you for the excellent library you guys created and your constant support. My Ph.D. research wouldn't have been possible without...

This issue is to keep track of the next PyPI release :pray: Presently PyPI is still at 2.6.4 while Pinocchio is at 2.6.9. More recent versions ship features and fixes...

The pinocchio humble release PR has been merged into rosdistro, however the build is failing as described [here](https://discourse.ros.org/t/humble-pinoccio-package-missing-from-latest-sync/27288). Is there any ongoing work to get this fix?

Hello! I would like to thank you and your team for the Pinocchio library. I used Pinocchio 2.99.0 from this conda package: [package](https://anaconda.org/olivier.roussel/pinocchio) I have a model with closed kinematic...

## Bug description I finded that the method `getFrameJacobianTimeVariation` will return a wrong $\dot{J}_c$ and get a $a_c$ which was different from the result of `getFrameClassicalAcceleration`. We need to use...