Robotics StackExchange | Archived questions

Problem with Turtlebot pkg

Hi Ros Users:

I have a problem with turtlebot pkg. I have just instaled and when I run

roslaunch turtlebotgazebo turtlebotworld.launch

I can see this problem on the terminal:

> while processing
> /home/alcor/catkin_ws/src/turtlebot_simulator-indigo/turtlebot_gazebo/launch/includes/kobuki.launch.xml:
> Invalid <param> tag: Cannot load
> command parameter [robot_description]:
> command
> [/opt/ros/indigo/share/xacro/xacro.py
> '/home/alcor/catkin_ws/src/turtlebot-indigo/turtlebot_description/robots/kobuki_hexagons_asus_xtion_pro.urdf.xacro']
> returned with code [1]. 
> 
> Param xml is <param command="$(arg
> urdf_file)" name="robot_description"/>
> The traceback for the exception was
> written to the log file

How can I fix it?

Thanks!

Asked by Alvaro Salcedo on 2015-07-22 04:44:38 UTC

Comments

have you checked that you have the file: /home/alcor/catkin_ws/src/turtlebot-indigo/turtlebot_description/robots/kobuki_hexagons_asus_xtion_pro.urdf.xacro?

Asked by Javier V. Gómez on 2015-07-22 05:47:07 UTC

Thanks for your response! I have just fixed! I had to install more drivers.

Asked by Alvaro Salcedo on 2015-07-23 05:15:31 UTC

Can you please let me know how you fixed this issue? I am getting the same error. What drivers did you have to install?

Asked by Sandeep on 2016-01-27 23:32:08 UTC

the drivers can be sourced from the updated turtlebot repository

Asked by xcelsior on 2017-04-24 19:40:14 UTC

Answers