mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2025-12-16 21:27:02 +08:00
fix vehicle_roi.msg: re-add ROI_WPINDEX
The indexes are directly mapped from MAVLink, thus the actual value is important.
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
|
||||
uint8 ROI_NONE = 0 # No region of interest
|
||||
uint8 ROI_WPNEXT = 1 # Point toward next MISSION with optional offset
|
||||
uint8 ROI_LOCATION = 2 # Point toward fixed location
|
||||
uint8 ROI_TARGET = 3 # Point toward target
|
||||
uint8 ROI_ENUM_END = 4
|
||||
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 mode # ROI mode (see above)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user