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

Servo and Spline parameter check #181

Open urrsk opened 11 months ago

urrsk commented 11 months ago

Feature summary

Adding checks to avoid a sudden move of the robot using servoj and spline

We have decided to add some limits to how wild command the robot should accept. Motivated by https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/800

The limit we plane to do:

Tasks

To complete this issue involves