ros urdf tutorials error

asked 2018-02-05 01:31:23 -0500

malgudi gravatar image

updated 2018-02-05 01:45:24 -0500

gvdhoorn gravatar image

I am following this This tutorial. I installed joint_state_publisher and urdf tutorials. the following command

$ roslaunch urdf_tutorial display.launch model:=urdf/01-myfirst.urdf

is giving following error

Invalid <param> tag: Cannot load command parameter [robot_description]: command [/opt/ros/indigo/share/xacro/xacro.py urdf/01-myfirst.urdf] returned with code [1]. 
Param xml is <param command="$(find xacro)/xacro.py $(arg model)" name="robot_description"/>
The traceback for the exception was written to the log file

So how to solve this error?

edit retag flag offensive close merge delete