3 merge requests!59Release v2.0.0,!56Add goal obj and partial flag to mission plan,!36Resolve "Create temporary mas-dt branch for initial schema refactor"
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Goal object in mission_plan message that consists of a GeoJSON feature (representing the part of primitive that is currently the goal of the given mission plan).
- A `partial` flag that indicates if a mission plan is a partial plan or the entire mission plan
"description":"Timestamp of last state change when autonomy model sets this goal",
"example":"2024-11-21T00:00:00Z",
"format":"date-time",
"type":"string"
}
},
"type":"object"
},
"message_type":{
"description":"Type of message",
"enum":[
...
...
@@ -1555,6 +1569,11 @@
"example":"mission_plan",
"type":"string"
},
"partial":{
"description":"To indicate if this mission plan represents a partial (`true`) or the entire (`false`) mission plan. E.g.Partial would be `true` if a full mission plan is broken down into multiple plans.",