Closed hjw-1014 closed 3 years ago
Thanks for reporting an issue. Because we're a volunteer community, providing a pull request with suggested changes is always welcomed.
As stated by the error message, your workspace is missing the package tiago_description_calibration
. Instead of using the repo https://github.com/pal-robotics/tiago_dual_robot, I suggest starting with https://github.com/pal-robotics/tiago_robot (assuming you have a single robot only).
Note, that there is a ready-to-use https://github.com/pal-robotics/tiago_moveit_config package available.
Finally, for questions regarding tiago_description
you should consider https://answers.ros.org or the PAL sites.
As stated by the error message, your workspace is missing the package
tiago_description_calibration
. Instead of using the repo https://github.com/pal-robotics/tiago_dual_robot, I suggest starting with https://github.com/pal-robotics/tiago_robot (assuming you have a single robot only). Note, that there is a ready-to-use https://github.com/pal-robotics/tiago_moveit_config package available. Finally, for questions regardingtiago_description
you should consider https://answers.ros.org or the PAL sites. Thank you so much, I'm new to MoveIt, so very sorry about this.
Description
Currently, I want to create a new tiago_moveit_config folder. I found a Tiago xacro file here, and I tried to load it using MoveIT Setup Assistant, but I got problems, and I don't find a solution after I searched.
Your environment
Steps to reproduce
Basically, follow this.
roslaunch moveit_setup_assistant setup_assistant.launc
to open MoveIT Setup Assistant.Expected behaviour
Could anyone tell me if it's because I use the wrong tiago xacro file or how can Ioad a tiago in MoveIT Setup Assistant to create my own tiago_moveit_config folder?
Thanks in advance.