Error in launch file of ABB YuMi (Kth ros Pkg)
I am using ROS kinetic and installed Kth-ros-pkg. I need to simulate YuMi robot in gazebo and failed to launch position trajectory control of joints by using command:
$ roslaunch yumi_launch yumi_gazebo_traj_pos_control.launch
Error: resource not found: hector_xacro_tools
ROS path [0]=/opt/ros/kinetic/share/ros
ROS path [1]=/home/ahmed/yumi_depends_ws/yumi_depends_ws/src
ROS path [2]=/home/ahmed/yumi_depends_ws/src
ROS path [3]=/opt/ros/kinetic/share None
when processing file: /home/ahmed/yumi_depends_ws/src/yumi/yumi_description/urdf/Grippers/yumi_servo_gripper.xacro
included from: /home/ahmed/yumi_depends_ws/src/yumi/yumi_description/urdf/yumi.urdf.xacro
Invalid <param> tag: Cannot load command parameter [robot_description]: command [/opt/ros/kinetic/share/xacro/xacro.py '/home/ahmed/yumi_depends_ws/src/yumi/yumi_description/urdf/yumi.urdf.xacro' arms_interface:=PositionJointInterface grippers_interface:=EffortJointInterface yumi_setup:=default] returned with code [2].
Param xml is <param command="$(find xacro)/xacro.py '$(find yumi_description)/urdf/yumi.urdf.xacro' arms_interface:=$(arg arms_hardware_interface) grippers_interface:=$(arg grippers_hardware_interface) yumi_setup:=$(arg yumi_setup)" name="robot_description"/>
The traceback for the exception was written to the log file
Can somebody please help me.
Asked by ahmed ali 95 on 2020-04-25 00:38:42 UTC
Comments
it looks like you didn't install all dependencies, or at least not in such a way that
roslaunch
can find them.You'll need to describe how you installed things.
Asked by gvdhoorn on 2020-04-25 04:54:50 UTC
It looks like you already received an answer in kth-ros-pkg/yumi#53.
Please do not cross-post like this.
It just leads to duplication of (and often also) wasted effort.
Asked by gvdhoorn on 2020-04-25 06:00:48 UTC
@gvdhoorn, apology from my end. Yes, got the answer in kth-ros-pkg/yumi#53.
Asked by ahmed ali 95 on 2020-04-25 06:18:20 UTC