1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-10 01:50:46 +02:00

Added sanity check to setSpeed input

This commit is contained in:
Thomas Timm Andersen
2015-09-17 10:10:45 +02:00
parent 98a52b0255
commit ff8b5522a2
2 changed files with 13 additions and 11 deletions

View File

@@ -41,7 +41,7 @@ Besides this, the driver subscribes to two new topics:
*/joint\_speed : takes messages of type trajectory\_msgs/JointTrajectory, parses the first JointTracetoryPoint and sends the specified joint speeds and accelerations to the robot. This interface is intended for doing visual servoing and other kind of control that requires speed control rather than position control of the robot. Remember to set values for all 6 joints. Ignores the field joint\_names, so set the values in the correct order.
This driver is written in c++, which should make it possible to integrate it with ros_control. If you fell like undertaking this task, please dive right in. I don't have the posibility to do this.
This driver is written in c++, which should make it possible to integrate it with ros_control. If you feel like undertaking this task, please dive right in. I don't have the posibility to do this.
No script is sent to the robot. This means that the teach pendant can be used to move the robot around while the driver is running.