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.
10 lines
211 B
Plaintext
10 lines
211 B
Plaintext
|
5 months ago
|
# Override RC Input
|
||
|
|
# Currently MAVLink defines override for 18 channels
|
||
|
|
|
||
|
|
# https://mavlink.io/en/messages/common.html#RC_CHANNELS_OVERRIDE
|
||
|
|
|
||
|
|
uint16 CHAN_RELEASE=0
|
||
|
|
uint16 CHAN_NOCHANGE=65535
|
||
|
|
|
||
|
|
uint16[18] channels
|