PX4-Autopilot/msg/gripper.msg
2022-12-19 13:12:42 +01:00

8 lines
219 B
Plaintext

## Used to command an actuation in the gripper, which is mapped to a specific output in the mixer module
uint64 timestamp
int8 command # Commanded state for the gripper
int8 COMMAND_GRAB = 0
int8 COMMAND_RELEASE = 1