Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing 'common.gazebo.xacro' file from description/urdf folder. #45

Open
ChristosPeridis opened this issue Jun 5, 2023 · 1 comment

Comments

@ChristosPeridis
Copy link

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

@jkaniuka
Copy link

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:

So I recommend you to check if you cloned the correct branch. 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants