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 file common.gazebo.xacro in ur_description package #9

Open
hridwin opened this issue May 14, 2023 · 0 comments
Open

Missing file common.gazebo.xacro in ur_description package #9

hridwin opened this issue May 14, 2023 · 0 comments

Comments

@hridwin
Copy link

hridwin commented May 14, 2023

I encountered an issue while trying to run the ur5.launch launch file in the ur5_simulation package. The error message suggests that the file common.gazebo.xacro is missing in the universal_robot package, causing a file not found error during the launch process.

Steps to Reproduce:

  1. Clone the universal_robot package from the GitHub repository.
    
  2. Set up a ROS workspace and compile the packages.
    
  3. Run the ur5.launch launch file using the following command:
    

    roslaunch ur5_simulation ur5.launch

Expected Behavior:
The ur5.launch launch file should execute successfully without any file not found errors.

Actual Behavior:
The following error message is displayed:


xacro: in-order processing became default in ROS Melodic. You can drop the option.
No such file or directory: /home/hridwn1/pick_ws/src/universal_robot/ur_description/urdf/common.gazebo.xacro [Errno 2] No such file or directory: u'/home/hridwn1/pick_ws/src/universal_robot/ur_description/urdf/common.gazebo.xacro'
when processing file: /home/hridwn1/pick_ws/src/ur5_simulation/urdf/ur5_robotiq_eef_macro.xacro
included from: /home/hridwn1/pick_ws/src/ur5_simulation/urdf/ur5_robotiq_eef.xacro
RLException: while processing /home/hridwn1/pick_ws/src/ur5_simulation/launch/ur5_upload.launch:
Invalid <param> tag: Cannot load command parameter [robot_description]: command [['/opt/ros/melodic/lib/xacro/xacro', '--inorder', '/home/hridwn1/pick_ws/src/ur5_simulation/urdf/ur5_robotiq_eef.xacro', 'ur5_transmission_hw_interface:=hardware_interface/PositionJointInterface', 'eef_transmission_hw_interface:=hardware_interface/PositionJointInterface']] returned with code [2].

Additional Information:

  • The file /home/hridwn1/pick_ws/src/universal_robot/ur_description/urdf/common.gazebo.xacro is missing in the universal_robot package.
    
  • I have verified that the correct path for the file is /home/hridwn1/pick_ws/src/universal_robot/ur_description/urdf/inc/common.gazebo.xacro.
    
  • I have already updated the file paths in ur5_robotiq_eef_macro.xacro and ur5_robotiq_eef.xacro files accordingly.
    
  • Despite updating the file paths, the error still persists.
    
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

1 participant