UniversalRobots / Universal_Robots_ROS2_Description

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

Remove limits definitions from ros2_control command interfaces #166

Closed fmauch closed 1 month ago

fmauch commented 1 month ago

The controller manager's limit parser considers the limits from the URDF now. Removing this superfluous definitions should improve clarity.

Since the CM is also actually picking up the limits from the ros2_control tags we get warnings when starting up, since the fields were missing a dollar sign for the calculations, anyway.