mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2025-12-13 02:25:48 +08:00
8 lines
232 B
Plaintext
8 lines
232 B
Plaintext
## Used to command an actuation in the gripper, which is mapped to a specific output in the control allocation module
|
|
|
|
uint64 timestamp
|
|
|
|
int8 command # Commanded state for the gripper
|
|
int8 COMMAND_GRAB = 0
|
|
int8 COMMAND_RELEASE = 1
|