2023-10-16 15:54:49 -03:00
|
|
|
uint64 timestamp # time since system start (microseconds)
|
2018-05-27 13:07:06 -03:00
|
|
|
|
2024-03-06 07:26:29 -04:00
|
|
|
uint32 mission_id # Id for the mission for which the result was generated
|
|
|
|
uint32 geofence_id # Id for the corresponding geofence for which the result was generated (used for mission feasibility)
|
|
|
|
uint32 home_position_counter # Counter of the home position for which the result was generated (used for mission feasibility)
|
2017-04-16 22:16:47 -03:00
|
|
|
|
2017-12-10 03:30:58 -04:00
|
|
|
int32 seq_reached # Sequence of the mission item which has been reached, default -1
|
|
|
|
uint16 seq_current # Sequence of the current mission item
|
|
|
|
uint16 seq_total # Total number of mission items
|
2017-04-16 22:16:47 -03:00
|
|
|
|
2015-06-13 12:31:31 -03:00
|
|
|
bool valid # true if mission is valid
|
2015-06-15 12:02:55 -03:00
|
|
|
bool warning # true if mission is valid, but has potentially problematic items leading to safety warnings
|
2015-06-13 12:31:31 -03:00
|
|
|
bool finished # true if mission has been completed
|
2017-04-16 22:16:47 -03:00
|
|
|
bool failure # true if the mission cannot continue or be completed for some reason
|
|
|
|
|
2015-06-13 12:31:31 -03:00
|
|
|
bool item_do_jump_changed # true if the number of do jumps remaining has changed
|
2017-12-10 03:30:58 -04:00
|
|
|
uint16 item_changed_index # indicate which item has changed
|
|
|
|
uint16 item_do_jump_remaining # set to the number of do jumps remaining for that item
|
2018-05-27 13:07:06 -03:00
|
|
|
|
|
|
|
uint8 execution_mode # indicates the mode in which the mission is executed
|