-
Notifications
You must be signed in to change notification settings - Fork 16
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
Build moveit from source in 22.04/23.04 #36
Comments
-> move pybind11_catkin up in the moveit_core CMakeLists.txt find_package |
building ruckig through catkin doesn't install the headers in devel, try building manually
no that doesn't install the headers either, it's the same as what catkin installed to devel
workaround
|
nlohmann-json3-dev -> json/json.hpp? No need the ruckig third_party includes- copy the include/ruckig dir and third_party/* to a single location and set that in cmake
|
|
No that doesn't work, git clone it into workspace |
|
|
@v4hn what about the third_party/json headers? I had to do this
|
I always build without the cloud client because I don't see the point in having json rpc interfaces in a library that usually runs on realtime systems on controllers. |
https://github.com/ros-planning/moveit
Packages needs beyond what ros_from_src already has installed:
-> But don't do the libogre-1.9-dev install, 1.12 is fine and removing it will break already built rviz and others
The text was updated successfully, but these errors were encountered: