You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
412 B
8 lines
412 B
Header header |
|
int32 RC_CHANNELS_FUNCTION_MAX=18 |
|
uint64 timestamp_last_valid # Timestamp of last valid RC signal |
|
float32[18] channels # Scaled to -1..1 (throttle: 0..1) |
|
uint8 channel_count # Number of valid channels |
|
int8[18] function # Functions mapping |
|
uint8 rssi # Receive signal strength index |
|
bool signal_lost # Control signal lost, should be checked together with topic timeout
|
|
|