pinocchio
pinocchio copied to clipboard
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
## Bug description Gives an error when install pinocchio using `pip install pin` inside an Isaac ROS docker container deployed on a NVIDIA Jetson Orin. ## Expected behavior Installs pinocchio...
Bumps [ros-industrial/industrial_ci](https://github.com/ros-industrial/industrial_ci) from 3ed9846c96ed1e0bb36193e8e250632eaac980d0 to 43e4dcf78396a66876cca2485c4499d962ab920d. Commits 43e4dcf Migrate DOCKER_COMMIT test from kinetic to noetic See full diff in compare view You can trigger a rebase of this PR by...
Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from 2 to 3. Release notes Sourced from conda-incubator/setup-miniconda's releases. Version 3.0.0 Features #308 Update to node20 #291 Add conda-solver option (defaults to libmamba) Fixes #299 Fix condaBasePath...
Essentially, this new feature will help to investigate numerical issues with certain models that contain ill-posed quantities (inertia values, etc.)—related to #2133.
## Bug description Thank you for your great work! I'm trying to use pinocchio and casadi, and I know from #1356 that I need to compile `pinocchio3-preview` to get pinocchio3...
### Discussed in https://github.com/stack-of-tasks/pinocchio/discussions/2088 Originally posted by **joao-pm-santos96** November 16, 2023 Hello! Following https://github.com/stack-of-tasks/pinocchio/issues/957 and https://github.com/stack-of-tasks/pinocchio/issues/975, could pickling of GeometryModel also be added? Thanks!
Hi, I think this question has been asked previously and there were some answers. I want to go from my urdf file to Casadi SX robot equations. As far as...
Hi, I want to ask one question on getting Coriolis matrix of floating base dynamics. First, could you confirm that when using floating base dynamics, the root joint derivatives (dx/dt,...
Related to #2050, this PR fixes a bug in `quaternion::normalize` and `quaternion::log3` methods.
## Bug description I am trying to solve an optimization problem using pinocchio+casadi, where my cost function is a scalar valued function including `pinocchio::quaternion::log3` operator. When `casadi` attempts to evaluate...