Replies: 1 comment 12 replies
-
Hello @sholybest, Has I remember, this is an issue between boost serialization and Eigen. Unfortunately, this patch is not released. We will release the new hpp-fcl version soon, but in the mean time, you can build hpp-fcl from source on the following commit : 40a636b40e6ca3caf27b3d580de0697044c406af |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First, thank you to everyone reading this message.
When I ran a meshcat display code that shows a model from example-robot-data, I got some errors same with those in this link #1371, "No to_python (by-value) converter found for C++ type ...".
As the answer suggested at the link, I compiled pinocciho adding hpp-fcl support option as following.
cmake .. -DBUILD_WITH_COLLISION_SUPPORT=ON -DBUILD_WITH_OPENMP_SUPPORT=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-march=native"
However, when
BUILD_WITH_COLLISION_SUPPORT
option was added, I got an error message as in the attached image below.The versions of the dependencies are as follows. When I installed them with pip install or robotpkg, these same versions didn't make problems and displayed the robot well. How can I solve this error??
Eigen: 3.3.7
eigenpy: 3.4.0
Pinocchio: 2.7.0
hpp-fcl: 2.4.4
Boost: 1.83.0
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions