Add uorb message meta

This commit is contained in:
Hamish Willee
2025-07-24 09:57:59 +10:00
parent efb4ff3353
commit a84d085ce7
35 changed files with 617 additions and 292 deletions
+2 -3
View File
@@ -1,7 +1,5 @@
# RcChannels (UORB message)
[source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/RcChannels.msg)
```c
@@ -36,13 +34,14 @@ uint8 FUNCTION_FLTBTN_SLOT_5 = 25
uint8 FUNCTION_FLTBTN_SLOT_6 = 26
uint8 FUNCTION_ENGAGE_MAIN_MOTOR = 27
uint8 FUNCTION_PAYLOAD_POWER = 28
uint8 FUNCTION_TERMINATION = 29
uint8 FUNCTION_FLTBTN_SLOT_COUNT = 6
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[29] function # Functions mapping
int8[30] function # Functions mapping
uint8 rssi # Receive signal strength index
bool signal_lost # Control signal lost, should be checked together with topic timeout
uint32 frame_drop_count # Number of dropped frames