RethinkRobotics / intera_sdk

Software Development Kit and Interface for Rethink Robotics robots
http://sdk.rethinkrobotics.com/intera/
Apache License 2.0
40 stars 63 forks source link

Added script to stop the current motion trajectory #130

Closed MatthewPeterKelly closed 6 years ago

MatthewPeterKelly commented 6 years ago

This commit adds a script that stops an active motion trajectory. This is useful when the motion controller is running a long trajectory that needs to be canceled.

I also made small modifications to the MotionTrajectory and MotionControllerActionClient classes to make the stop() methods behave more like the send() methods.

IanTheEngineer commented 6 years ago

@rethink-forrest @MatthewPeterKelly this should not be merged until i have created the 5.2 feature branches

MatthewPeterKelly commented 6 years ago

This script should also work for the 5.2 branch, although I've not tested it.