Use the pinocchio.casadi module inside an existing docker container #2395
Replies: 2 comments 5 replies
-
The above comment asking you to download a file is malware to steal your account; do not under any circumstances download or run it. The post needs to be removed. If you have attempted to run it please have your system cleaned and your account secured immediately. |
Beta Was this translation helpful? Give feedback.
0 replies
-
As far as I know (I'm not a ROS expert), the Python CasADi module is only available on conda packager manager. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, first of all thank you for your amazing work.
I'm currently working on a project on ROS noetic inside an existing docker container using python.
I would like to use the new casadi support of pinocchio 3, however I've tried to install the latest version using (1) the installation guide, (2) building it from source and (3) using conda.
pinocchio.casadi
. The installation procedure was to copy-paste exactly the command on the download page.pinocchio
was built with the options-DCMAKE_INSTALL_PREFIX=/opt/openrobots
and-DBUILD_WITH_CASADI_SUPPORT=ON
conda
works outside the containerIs there anything I'm missing? Could you please provide instructions on how to install everything as it should be?
Thanks in advance for your kind reply.
Beta Was this translation helpful? Give feedback.
All reactions