-
Notifications
You must be signed in to change notification settings - Fork 195
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
ros2 launch moveit2_tutorials motion_planning_python_api_tutorial.launch.py #884
Comments
I have the same problem, when i am trying to launch moveit2_tutorials, i am getting the following error
|
I'm having the same issue, where It looks like the |
As @Benned-H pointed out, the MoveIt Python bindings are not available on ROS 2 Humble. Only Iron and later. So you have a few options (in order of difficulty):
So, I would recommend either 1. or 2. |
Thank you for the message. For #2, how do we find the specific transitive Gazebo properties to manually modify for the MoveIt Python bindings to work in ROS2 Humble? Specifically, which specific transitive Gazebo properties are necessary for Tiago, https://github.com/pal-robotics/tiago_simulation? Thank you |
Description
ros2 launch moveit2_tutorials motion_planning_python_api_tutorial.launch.py
file 'motion_planning_python_api_tutorial.launch.py' was not found in the share directory of package 'moveit2_tutorials' which is at '/home/ubuntu/moveit2_tutorials_ws/install/moveit2_tutorials/share/moveit2_tutorials'
Overview of your issue here.
Your environment
In the CMakeLists.txt file, the line code "add_subdirectory(doc/examples/motion_planning_api)"
is already included.
Would like to use Python. Any suggestions to resolve?
The text was updated successfully, but these errors were encountered: