You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope you and everyone in your family are doing great. I have followed the installation instructions to setup the workspace for this repository, however I was encountered with the following error when attempting to launch the file of the simulation:
no such file or directory: /home/cocp5/catkin_ws/src/universal_robot/ur_description/urdf/common.gazebo.xacro [Errno 2] No such file or directory: '/home/cocp5/catkin_ws/src/universal_robot/ur_description/urdf/common.gazebo.xacro
Further to that I also received the following message:
o such file or directory: /home/cocp5/catkin_ws/src/universal_robot/ur_description/urdf/common.gazebo.xacro [Errno 2] No such file or directory: '/home/cocp5/catkin_ws/src/universal_robot/ur_description/urdf/common.gazebo.xacro
In order to resolve this I renamed the ur.xacro file in the descriptio/urdf folder to have the same name as the one it was not able to find based on the error, however that did not work either since I receivd then the following error:
o such file or directory: /home/cocp5/catkin_ws/src/universal_robot/ur_description/urdf/common.gazebo.xacro [Errno 2] No such file or directory: '/home/cocp5/catkin_ws/src/universal_robot/ur_description/urdf/common.gazebo.xacro
Could you please help me debug this?
Thank you in advance for all your valuable help and support!
Kind reagards,
Christos Peridis
The text was updated successfully, but these errors were encountered:
Hi @ChristosPeridis 👋,
according to README this project was tested with ROS Kinetic. When cloning universal_robot repository, you must specify that you want to clone kinetic-devel branch. That's why in README this command is given: git clone -b kinetic-devel https://github.com/ros-industrial/universal_robot.git.
On kinetic-devel branch there is an common.gazebo.xacro file, and on the default melodic-devel branch it is no longer there:
Hello,
I hope you and everyone in your family are doing great. I have followed the installation instructions to setup the workspace for this repository, however I was encountered with the following error when attempting to launch the file of the simulation:
no such file or directory: /home/cocp5/catkin_ws/src/universal_robot/ur_description/urdf/common.gazebo.xacro [Errno 2] No such file or directory: '/home/cocp5/catkin_ws/src/universal_robot/ur_description/urdf/common.gazebo.xacro
Further to that I also received the following message:
o such file or directory: /home/cocp5/catkin_ws/src/universal_robot/ur_description/urdf/common.gazebo.xacro [Errno 2] No such file or directory: '/home/cocp5/catkin_ws/src/universal_robot/ur_description/urdf/common.gazebo.xacro
In order to resolve this I renamed the ur.xacro file in the descriptio/urdf folder to have the same name as the one it was not able to find based on the error, however that did not work either since I receivd then the following error:
o such file or directory: /home/cocp5/catkin_ws/src/universal_robot/ur_description/urdf/common.gazebo.xacro [Errno 2] No such file or directory: '/home/cocp5/catkin_ws/src/universal_robot/ur_description/urdf/common.gazebo.xacro
Could you please help me debug this?
Thank you in advance for all your valuable help and support!
Kind reagards,
Christos Peridis
The text was updated successfully, but these errors were encountered: