Skip to content

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Опис
timestampuint64
commandint8Commanded state for the gripper

Constants

НазваТипЗначенняОпис
COMMAND_GRABint80
COMMAND_RELEASEint81

Source Message

Source file (GitHub)

Details

Click here to see original file

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