mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 09:26:25 +08:00
mavlink_mission: add alternating storage for geofence and safe points on upload
This way the old points are kept on an upload error.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
uint8 mission_dataman_id # default 0, there are two offboard storage places in the dataman: 0 or 1
|
||||
uint8 fence_dataman_id # default 0, there are two offboard storage places in the dataman: 0 or 1
|
||||
uint8 safepoint_dataman_id # default 0, there are two offboard storage places in the dataman: 0 or 1
|
||||
|
||||
uint16 count # count of the missions stored in the dataman
|
||||
int32 current_seq # default -1, start at the one changed latest
|
||||
|
||||
Reference in New Issue
Block a user