Error Launching MoveIt2 Script for Moving the Robot: SRDF Not Found #3133
Unanswered
janperenic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I’m experiencing an issue with my MoveIt2 project using a Yaskawa HC10DT robot. With the help of @jimmy-mcelwain, I was able to successfully plan a path and move the robot using the interactive marker in RViz. However, when I try to launch the script to move, I encounter an error that I can't resolve.
The script is a modified version of the hello_moveit tutorial script. Despite including both robot_description and robot_description_semantic in the parameter list and ensuring that the files are correctly formatted, I still encounter the following error:
This script previously worked with the official Panda tutorial and my setup from the Setup Assistant, where it successfully planned a path (the problem is this one doesn't work on real robot). I also tested it on your robot simulation but got the same error. The .srdf file is listed in the demo.launch.py file and appears correct.
Error message when launcing the script to move the robot:
I am using Motors2 version & ROS2 distribution:
0.1.2
Humble
Robot Controller & Robot:
YRC1000
HC10
Terminal log:
demo.launch.py :
hello_moveit.py :
I would appreciate any helpful input on how to solve the issue.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions