mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
vehicle_roi.msg: remove unsupported fields
This commit is contained in:
@@ -2,16 +2,12 @@
|
||||
|
||||
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
|
||||
uint8 ROI_LOCATION = 3 # Point toward fixed location
|
||||
uint8 ROI_TARGET = 4 # Point toward target
|
||||
uint8 ROI_ENUM_END = 5
|
||||
uint8 ROI_LOCATION = 2 # Point toward fixed location
|
||||
uint8 ROI_TARGET = 3 # Point toward target
|
||||
uint8 ROI_ENUM_END = 4
|
||||
|
||||
uint8 mode # ROI mode (see above)
|
||||
|
||||
uint32 mission_seq # mission sequence to point to
|
||||
uint32 target_seq # target sequence to point to
|
||||
|
||||
float64 lat # Latitude to point to
|
||||
float64 lon # Longitude to point to
|
||||
float32 alt # Altitude to point to
|
||||
|
||||
Reference in New Issue
Block a user