Skip to content

Add UR12e support#220

Open
Joseph Borodach (JosephBorodach) wants to merge 1 commit into
viam-modules:mainfrom
JosephBorodach:add-ur12e-support
Open

Add UR12e support#220
Joseph Borodach (JosephBorodach) wants to merge 1 commit into
viam-modules:mainfrom
JosephBorodach:add-ur12e-support

Conversation

@JosephBorodach

@JosephBorodach Joseph Borodach (JosephBorodach) commented Jun 25, 2026

Copy link
Copy Markdown

Adds viam:universal-robots:ur12e, mapping to URCL's UR10 category. Kinematics from UR's official ROS2 description (config/ur12e/default_kinematics.yaml).

Manual Testing

Validated against a real UR12e

@JosephBorodach Joseph Borodach (JosephBorodach) marked this pull request as draft June 25, 2026 14:23
@JosephBorodach

Copy link
Copy Markdown
Author

@JosephBorodach Joseph Borodach (JosephBorodach) marked this pull request as ready for review June 25, 2026 21:21

@nfranczak Nick Franczak (nfranczak) left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please perform the following check

  1. get the kinematics from the robot through a client script
  2. perform forward kinematics (if you're using golang this is model.transform on some inputs)
  3. get the current end effector postion through the arm api
  4. calculate the delta
    delta should be on the order of 1-500 microns for position

{"base_link", "wrist_3_link", "shoulder_link", "forearm_link", "upper_arm_link", "wrist_1_link", "wrist_2_link"}});
// URCL maps "ur12e" to RobotType::UR10 (per URCL helpers.h), so the
// urcl_category here is "ur10".
t.push_back({"ur12e", "ur10", {}});

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

third list cannot be empty.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thought about it, I think that it can be empty since the get3d models endpoint is not implemented for this arm model as it is new.

please file a ticket as a todo and add it as a comment here that the third list will need to be updated the day that the relevant glbs are added.

@acmorrow

Copy link
Copy Markdown
Contributor

Joseph Borodach (@JosephBorodach) - Could you please file a ticket for this, so that we can track what release support lands in?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM when Nick Franczak (@nfranczak) is happy with it. Please do file a ticket, and include the ticket on the commit message like [RSDK-ABCDE] Add UR12e support.

@nfranczak

Copy link
Copy Markdown
Contributor

lets also add a urdf file for the ur12e

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.

3 participants