mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
add timestamp field to uORB msgs; sync timestamp whenever possible
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Vehicle Region Of Interest (ROI)
|
||||
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
|
||||
uint8 ROI_NONE = 0 # No region of interest
|
||||
uint8 ROI_WPNEXT = 1 # Point toward next MISSION with optional offset
|
||||
uint8 ROI_WPINDEX = 2 # Point toward given MISSION
|
||||
@@ -17,4 +19,3 @@ float32 alt # Altitude to point to
|
||||
float32 roll_offset # angle offset in rad
|
||||
float32 pitch_offset # angle offset in rad
|
||||
float32 yaw_offset # angle offset in rad
|
||||
|
||||
|
||||
Reference in New Issue
Block a user