We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0066d1 commit 3220c76Copy full SHA for 3220c76
ur_robot_driver/README_MotionPrimitive.md
@@ -40,6 +40,7 @@ These interfaces are used to communicate the internal status of the hardware int
40
- `EXECUTING`: Currently executing a primitive
41
- `SUCCESS`: Last command finished successfully
42
- `ERROR`: An error occurred during execution
43
+ - `STOPPING`: The hardware interface has received the `STOP_MOTION` command, but the robot has not yet come to a stop.
44
- `STOPPED`: The robot was stopped using the `STOP_MOTION` command and must be reset with the `RESET_STOP` command before executing new commands.
45
- `ready_for_new_primitive`: Boolean flag indicating whether the interface is ready to receive a new motion primitive
46
0 commit comments