You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use ROS 1.14.10, melodic, Ubuntu 18.04. I wanna create my own tiago_moveit_config using MoveIt Setup Assistant.
I followed the official tutorial to use MoveIt Setup Assistant to do it. What I tried is:
Download the tiago_dual_robot folder from here and put it in src folder inside my moveit workspace ws_moveit.
run catkin build and source it.
run the command roslaunch moveit_setup_assistant setup_assistant.launch to launch MoveIt Setup Assistant
load xacro file from my moveit space ws_moveit/src/tiago_dual_robot/tiago_dual_description/robots/tiago_dual.urdf.xacro
report error: resource not found: pmb2_descirption. Then I download pmb2_robot from here and put pmb2_robot folder inside tiago_dual_robot folder.
run catkin build and source it again.
load xacro file from my moveit space ws_moveit/src/tiago_dual_robot/tiago_dual_description/robots/tiago_dual.urdf.xacro,
then report: resource not found: tiago_descirption.
I'm confused about why it reports resource not found: tiago_descirption because I use tiago_dual_robot, not tiago_robot, and at the last sentence of the error, it says: when processing file: /home/huangjiawei/ws_moveit/src/tiago_dual_robot/tiago_dual_description/urdf/torso/torso_dual.urdf.xacro. Does it mean sth wrong in torso_dual.urdf.xacro? Or what I did is not the way to create my own tiago_moveit_config? Hope someone can help me out.
I use ROS 1.14.10, melodic, Ubuntu 18.04.
I wanna create my own tiago_moveit_config using MoveIt Setup Assistant.
I followed the official tutorial to use MoveIt Setup Assistant to do it. What I tried is:
catkin build
and source it.roslaunch moveit_setup_assistant setup_assistant.launch
to launch MoveIt Setup Assistantws_moveit/src/tiago_dual_robot/tiago_dual_description/robots/tiago_dual.urdf.xacro
resource not found: pmb2_descirption
. Then I downloadpmb2_robot
from here and put pmb2_robot folder inside tiago_dual_robot folder.catkin build
and source it again.ws_moveit/src/tiago_dual_robot/tiago_dual_description/robots/tiago_dual.urdf.xacro
,resource not found: tiago_descirption
.I'm confused about why it reports
resource not found: tiago_descirption
because I use tiago_dual_robot, not tiago_robot, and at the last sentence of the error, it says:when processing file: /home/huangjiawei/ws_moveit/src/tiago_dual_robot/tiago_dual_description/urdf/torso/torso_dual.urdf.xacro
.Does it mean sth wrong in torso_dual.urdf.xacro? Or what I did is not the way to create my own tiago_moveit_config? Hope someone can help me out.
The error like this:
Thank you so much in advance.
The text was updated successfully, but these errors were encountered: