-
Notifications
You must be signed in to change notification settings - Fork 9
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
Unsure how to modify CMakeLists.txt to use moveit_drake #65
Comments
I tried adding |
Did you install Drake? The Dockerfile shows some steps here: moveit_drake/.docker/Dockerfile Lines 25 to 28 in 15c9687
Which is the steps listed on here: https://drake.mit.edu/apt.html#stable-releases |
Yes, I am able to run the moveit_drake demo. |
Just realized that I didn't update my package.xml file. That said, adding |
I am trying to write a simpe pendulum demo that uses the moveit_drake package. However, I am having trouble building the package containing the demo. What should I add to my CMakeLists.txt file so that it can find drake? Since there are multiple levels of CMakeLists files, I wonder if I need to modify all of them?
File structure
Build error:
link to CMakeLists.txt file for motion_planning_pipeline folder
https://github.com/Jakeisthesnake/Moveit_drake_adapter/blob/main/src/moveit2_tutorials/motion_planning_pipeline/CMakeLists.txt
The text was updated successfully, but these errors were encountered: