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

Fix ur control #50

Merged
merged 3 commits into from
Nov 16, 2024
Merged

Conversation

ChandimaFernando
Copy link
Collaborator

This fixes the error when running ur_control.launch

command_port:=50004 reverse_port:=50001 script_sender_port:=50002 trajectory_port:=50003 
Captured stderr output: error: No such key: 'rotation' 
when evaluating expression 'sec_inertia_parameters['rotation']['shoulder']'
when instantiating macro: read_model_data (/opt/ros/humble/share/ur_description/urdf/inc/ur_common.xacro)
instantiated from: ur_robot (/opt/ros/humble/share/ur_description/urdf/ur_macro.xacro)
in file: /root/ws/install/share/ur3e_hande_robot_description/urdf/ur_with_camera_hande.xacro

Reason: [following change] (UniversalRobots/Universal_Robots_ROS2_Description@77bdad0) in the UR ROS2 Description repo introduces changes to the robot physical parameter file of which we keep a copy of.

We shouldn't have done it at the first place.

Fix: force our custon ur_with_camera.xacro file to pull the physical params from ur_description rather than our local copy.

@maffettone maffettone merged commit b1865b5 into maffettone:humble Nov 16, 2024
9 checks passed
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

Successfully merging this pull request may close these issues.

2 participants