UniversalRobots / Universal_Robots_Client_Library

A C++ library for accessing the UR interfaces that facilitate the use of UR robotic manipulators by external applications.
Apache License 2.0
117 stars 86 forks source link

Adde functionality to resetting revolution counter for UR3 #200

Open urrsk opened 3 months ago

urrsk commented 3 months ago

Feature summary

The UR3 and UR3e have no revolution limit on its wrist 3 joint. Therefore, add the functionality, of reset the revolution counter, to make this hardware feature more usable through this library, thus ROS and ROS2 driver.

Suggested implementation

Make the call to the reset_revolution_counter() urscript like zero_ftsensor(). Though the call should not be made a move function is active.

Related issues

https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/pull/343

Tasks

To complete this issue involves

fmauch commented 3 months ago

Related: https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/pull/343