mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 16:29:06 +08:00
Get ROS examples to compile, add simple RC channels message
This commit is contained in:
parent
ac0f01e92e
commit
3b2b280a41
@ -1,8 +1,8 @@
|
||||
Header header
|
||||
int32 RC_CHANNELS_FUNCTION_MAX=18
|
||||
uint64 timestamp_last_valid # Timestamp of last valid RC signal
|
||||
float32 channels[RC_CHANNELS_FUNCTION_MAX] # Scaled to -1..1 (throttle: 0..1)
|
||||
float32[18] channels # Scaled to -1..1 (throttle: 0..1)
|
||||
uint8 channel_count # Number of valid channels
|
||||
int8 function[RC_CHANNELS_FUNCTION_MAX] # Functions mapping
|
||||
int8[18] function # Functions mapping
|
||||
uint8 rssi # Receive signal strength index
|
||||
bool signal_lost # Control signal lost, should be checked together with topic timeout
|
||||
bool signal_lost # Control signal lost, should be checked together with topic timeout
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user