2015-10-20 21:38:42 -03:00
|
|
|
int32 RC_CHANNELS_FUNCTION_MAX=20
|
2014-12-01 11:39:27 -04:00
|
|
|
uint8 RC_CHANNELS_FUNCTION_THROTTLE=0
|
|
|
|
uint8 RC_CHANNELS_FUNCTION_ROLL=1
|
|
|
|
uint8 RC_CHANNELS_FUNCTION_PITCH=2
|
|
|
|
uint8 RC_CHANNELS_FUNCTION_YAW=3
|
|
|
|
uint8 RC_CHANNELS_FUNCTION_MODE=4
|
|
|
|
uint8 RC_CHANNELS_FUNCTION_RETURN=5
|
|
|
|
uint8 RC_CHANNELS_FUNCTION_POSCTL=6
|
|
|
|
uint8 RC_CHANNELS_FUNCTION_LOITER=7
|
|
|
|
uint8 RC_CHANNELS_FUNCTION_OFFBOARD=8
|
|
|
|
uint8 RC_CHANNELS_FUNCTION_ACRO=9
|
|
|
|
uint8 RC_CHANNELS_FUNCTION_FLAPS=10
|
|
|
|
uint8 RC_CHANNELS_FUNCTION_AUX_1=11
|
|
|
|
uint8 RC_CHANNELS_FUNCTION_AUX_2=12
|
|
|
|
uint8 RC_CHANNELS_FUNCTION_AUX_3=13
|
|
|
|
uint8 RC_CHANNELS_FUNCTION_AUX_4=14
|
|
|
|
uint8 RC_CHANNELS_FUNCTION_AUX_5=15
|
2015-01-05 10:23:12 -04:00
|
|
|
uint8 RC_CHANNELS_FUNCTION_PARAM_1=16
|
|
|
|
uint8 RC_CHANNELS_FUNCTION_PARAM_2=17
|
|
|
|
uint8 RC_CHANNELS_FUNCTION_PARAM_3_5=18
|
2015-10-20 21:38:42 -03:00
|
|
|
uint8 RC_CHANNELS_FUNCTION_RATTITUDE=19
|
2014-12-02 07:17:06 -04:00
|
|
|
uint64 timestamp # Timestamp in microseconds since boot time
|
2014-12-01 11:39:27 -04:00
|
|
|
uint64 timestamp_last_valid # Timestamp of last valid RC signal
|
2015-10-20 21:38:42 -03:00
|
|
|
float32[20] channels # Scaled to -1..1 (throttle: 0..1)
|
2014-12-01 11:39:27 -04:00
|
|
|
uint8 channel_count # Number of valid channels
|
2015-10-20 21:38:42 -03:00
|
|
|
int8[20] function # Functions mapping
|
2014-12-01 11:39:27 -04:00
|
|
|
uint8 rssi # Receive signal strength index
|
|
|
|
bool signal_lost # Control signal lost, should be checked together with topic timeout
|