turtlebot missing param [closed]
I'm attempting to get turtlebot simulation up and running and have ran into this error. I used the recommended download turtlebot using http://wiki.ros.org/turtlebot/Tutoria...
I am not super familiar with linux so any help would be appreicated.
Traceback (most recent call last): File "/opt/ros/indigo/share/xacro/xacro.py", line 62, in <module> xacro.main() File "/opt/ros/indigo/lib/python2.7/dist-packages/xacro/__init__.py", line 673, in main f = open(args[0]) IOError: [Errno 2] No such file or directory: '/opt/ros/indigo/share/turtlebot_description/robots/create_hexagons_asus_xtion_pro.urdf.xacro' while processing /opt/ros/indigo/share/turtlebot_bringup/launch/includes/robot.launch.xml: while processing /opt/ros/indigo/share/turtlebot_bringup/launch/includes/description.launch.xml: Invalid tag: Cannot load command parameter [robot_description]: command [/opt/ros/indigo/share/xacro/xacro.py '/opt/ros/indigo/share/turtlebot_description/robots/create_hexagons_asus_xtion_pro.urdf.xacro'] returned with code [1].
Param xml is The traceback for the exception was written to the log file
Did you manage to resolve this issue?