UniversalRobots / Universal_Robots_ROS2_Description

ROS2 URDF description for Universal Robots
BSD 3-Clause "New" or "Revised" License
141 stars 116 forks source link

UR3's infinite wrist3 joint is not reflected in the description #174

Closed fmauch closed 1 month ago

fmauch commented 4 months ago

Currently, all models use the same kinematic description. However, the ur3 and ur3e do have an infinite wrist3 joint.

Our description should probably reflect that to some point. That means that should probably be modeled as a continuous joint rather than a revolute joint.

I would like to keep the one parametrized file approach though, in order to avoid too much code duplication.

Also, this will probably affect the ros2_control integration.

URJala commented 4 months ago

I will take a look at this