ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Error:Invalid <arg> tag: turtlebot_description

asked 2019-07-30 08:54:41 -0500

fish24 gravatar image

Hi! I am beginner in ROS and Turtlebot3 and I'm trying to run this command line roslaunch turtlebot3_bringup turtlebot3_remote.launch to launch robot state publisher and I have this error:

while processing /home/fish/catkin_ws/src/turtlebot3/turtlebot3_bringup/launch/includes/description.launch.xml:
Invalid <arg> tag: turtlebot3_description
ROS path [0]=/opt/ros/kinetic/share/ros
ROS path [1]=/home/fish/catkin_ws/src
ROS path [2]=/opt/ros/kinetic/share. 

Arg xml is <arg default="$(find xacro)/xacro --inorder '$(find turtlebot3_description)/urdf/turtlebot3_$(arg model).urdf.xacro'" name="urdf_file"/>
The traceback for the exception was written to the log file

It looks like I do not have urdf file

Please help!

Ubuntu Xenial ROS version: Kinetic Tutorial: http://emanual.robotis.com/docs/en/pl...

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-08-01 03:58:30 -0500

fish24 gravatar image

I managed to solve it. I have reinstalled turtlebot3 packages on my PC, and then delete the folder.

Link to turtlebot3 repository: https://github.com/ROBOTIS-GIT/turtle...

How to install using git clone:

cd ~/catkin_ws/src

git clone <link>

cd ~/catkin_ws

catkin_make
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-07-30 08:54:41 -0500

Seen: 2,292 times

Last updated: Aug 01 '19