git cloned a repository but having a resource not found error

asked 2020-10-08 17:54:26 -0500

PGTKing gravatar image

I am following the rrbot gazebo tutorial and am trying to view the rrbot in gazebo.

After running

roslaunch rrbot_gazebo rrbot_world.launch

The error i receive

Resource not found: xacro ROS path [0]=/opt/ros/noetic/share/ros ROS path [1]=/home/brendan/catkin_ws/src ROS path [2]=/opt/ros/noetic/share The traceback for the exception was written to the log file

I have just git cloned and not messed with any of the files, and after checking the xacro file is there

edit retag flag offensive close merge delete

Comments

Is xacro installed? sudo apt install ros-noetic-xacro? See also #q223053

mgruhler gravatar image mgruhler  ( 2020-10-09 02:27:04 -0500 )edit

I would probably add #q252478.

Cloning is not sufficient.

gvdhoorn gravatar image gvdhoorn  ( 2020-10-09 03:33:06 -0500 )edit

And @pregnantghettoteen, could you please tell us whether you've solved #q362959? Your previous question reads somewhat like the same problem.

gvdhoorn gravatar image gvdhoorn  ( 2020-10-09 03:34:03 -0500 )edit

fixed the xacro issue thanks to the sudo apt install ros-noetic-xacro command. Thank you mgruhler but I am having an issue with getting Waiting for service /gazebo/spawn_urdf_model. Don't know why this is the case.

PGTKing gravatar image PGTKing  ( 2020-10-12 14:06:24 -0500 )edit

and @gvdhoorn I followed your step by step guide for git cloning but still have the issue of Waiting for service /gazebo/spawn_urdf_model.

PGTKing gravatar image PGTKing  ( 2020-10-12 14:15:53 -0500 )edit

killall gzserver solved my problem

PGTKing gravatar image PGTKing  ( 2020-10-13 13:14:07 -0500 )edit