You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
324 B
Plaintext
16 lines
324 B
Plaintext
|
5 months ago
|
|
||
|
|
# MAVLink command: DO_VTOL_TRANSITION
|
||
|
|
# https://mavlink.io/en/messages/common.html#MAV_CMD_DO_VTOL_TRANSITION
|
||
|
|
|
||
|
|
std_msgs/Header header
|
||
|
|
|
||
|
|
# MAV_VTOL_STATE
|
||
|
|
uint8 STATE_MC = 3
|
||
|
|
uint8 STATE_FW = 4
|
||
|
|
|
||
|
|
uint8 state # See enum MAV_VTOL_STATE.
|
||
|
|
|
||
|
|
---
|
||
|
|
bool success
|
||
|
|
uint8 result # Raw result returned by COMMAND_ACK
|
||
|
|
|