-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
closed-loop mechanisms #2527
Comments
I'm not able to reproduce your issue. python -c "import pinocchio as pin; print('version:', pin.__version__); print('install:',pin.__file__)" |
It seems you have local troubles (core dumped). Please install Pinocchio in a fresh conda env and check whether you have multiple installation of Pinocchio before running again the bash line above. |
Thank you for your reply. After uninstalling Pinocchio from ROS, it works normally. In the Is it possible to compute all joint positions/velocities using only the position/velocity of one joint (e.g., |
Hello, I am actually working on closed-loop mechanisms. I noticed that the example provided in the Pinocchio package includes a simulation for closed-kinematic-chains (simulation-closed-kinematic-chains.py), but when I run it, I encounter the following issue:
Additionally, I saw that Pinocchio 3.0 has updates for supporting closed-loop mechanisms. Could you point me to any documentation or resources related to this?
System
The text was updated successfully, but these errors were encountered: