Skip to content

Commit 3220c76

Browse files
committed
added execution_status STOPPING to readme
1 parent e0066d1 commit 3220c76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ur_robot_driver/README_MotionPrimitive.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ These interfaces are used to communicate the internal status of the hardware int
4040
- `EXECUTING`: Currently executing a primitive
4141
- `SUCCESS`: Last command finished successfully
4242
- `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.
4344
- `STOPPED`: The robot was stopped using the `STOP_MOTION` command and must be reset with the `RESET_STOP` command before executing new commands.
4445
- `ready_for_new_primitive`: Boolean flag indicating whether the interface is ready to receive a new motion primitive
4546

0 commit comments

Comments
 (0)