UniversalRobots / Universal_Robots_ROS2_Description

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

Remove limits definitions from ros2_control command interfaces #166

Closed fmauch closed 5 months ago

fmauch commented 5 months 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.