-
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
Package 'panda_moveit_config' not found in STOMP Motion Planner #770
Comments
Oh, that seems to be a bug. The package name should be ros2 launch moveit_resources_panda_moveit_config demo.launch.py |
It works in both Humble and Iron. Please note that I had to add "Motion Planning" inside RViz by myself. After adding it to the display, I could see STOMP, but only in Iron. In the case of Humble, I could not see STOMP in the dropdown menu. Please see a screenshot of RViz shown in Iron below. However, I still don't get the view of having a box in the scene, as shown in the documentation. I apologize if I am missing something. |
Yes, STOMP is not available in the humble debian release. You need to build moveit main on humble from source if you want to use STOMP there. We usually only backport bug fixes after a version is released to keep the API stable (see this blogpost for a more detailed explanation). However, since the STOMP ROS 2 port is unlikely to break the API you could consider back porting it yourself and contribute this back to upstream moveit2. We'd appreciate this contribution 😃 |
Thank you so much for sharing a link to the MoveIt blog post. I didn't know such an excellent blog existed! Bookmarking the URL now :) BTW the STOMP documentation shows a collision object (green box) and iterative trajectories for the arm. The command |
Description
I am getting started with the STOMP motion planner by following the documentation. But the command
ros2 launch panda_moveit_config demo.launch.py
mentioned in the documentation is showing the following error.Your environment
humble
branch for Humble,main
branch for Iron)Steps to reproduce
demo.launch.py
as shown below:panda_moveit_config
is available in the source folder as shown below:panda_moveit_config
is also installed by binary as shown below:demo.launch.py
as shown below:panda_moveit_config
is available in the source folder as shown below:panda_moveit_config
is also installed by binary as shown below:The text was updated successfully, but these errors were encountered: