-
I'm trying to compile 3.0.0 from source with casadi. I followed the "Build from source" page from this guide: https://stack-of-tasks.github.io/pinocchio/download.html but I think it did not install the casadi bindings because I would get a I found 2251 which explains the various compile options and 2223 which gave the explicit cmake command to use these options. I ran |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hello, You can look at root CMakeLists.txt to find all possible CMake options. You can also use cmake-gui to have a nice view of them. How and where did you install Casadi ? Apparently CMake don't find the Casadi finder that help CMake to know where Casadi lib and include are installed. You can get a look at the Linux workflow that install casadi from robotpkg. This workflow is building pinocchio 3 with casadi on Ubuntu 20 and 22. |
Beta Was this translation helpful? Give feedback.
Hello,
You can look at root CMakeLists.txt to find all possible CMake options. You can also use cmake-gui to have a nice view of them.
How and where did you install Casadi ? Apparently CMake don't find the Casadi finder that help CMake to know where Casadi lib and include are installed.
You can get a look at the Linux workflow that install casadi from robotpkg. This workflow is building pinocchio 3 with casadi on Ubuntu 20 and 22.