Files
PX4-Autopilot/docs/uk/msg_docs/Gripper.md
PX4 Build Bot 30b6938f5e New Crowdin translations - uk (#26552)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-03-05 14:01:38 +11:00

1.5 KiB

pageClass
pageClass
is-wide-page

Gripper (повідомлення UORB)

Used to command an actuation in the gripper, which is mapped to a specific output in the control allocation module.

TOPICS: gripper

Fields

Назва Тип Unit [Frame] Range/Enum Опис
timestamp uint64
command int8 Commanded state for the gripper

Constants

Назва Тип Значення Опис
COMMAND_GRAB int8 0
COMMAND_RELEASE int8 1

Source Message

Source file (GitHub)

:::details Click here to see original file

## 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

:::