Commit 76a2df00 authored by Trishna Saeharaseelan's avatar Trishna Saeharaseelan
Browse files

fix: rebase to latest 67 branch

parent ee5574f9
Pipeline #248365 passed with stages
in 2 minutes and 36 seconds
......@@ -7,10 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Removed
- Removed "repeat" primitive instruction's enum (planning config)
### Added
<<<<<<< HEAD
- 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
=======
- Added "informational" to enum for primitive's instruction enum (planning configuration)
>>>>>>> 7f768c7 (refactor(planning_configuration): update primitive instruction's enum and new goal obj)
- Options to primitives (under planning_configuration message) which is only a property when a primitive has an instruction of "follow" or "navigate_to"
- Validate message_ID matches uuid format
- Add definition of instruction_set message
......
......@@ -229,8 +229,8 @@ primitive_schema = {
"enum": [
"stay_inside",
"stay_outside",
"repeat",
"cover",
"informational",
],
"description": "How the associated feature should be used",
},
......
......@@ -1998,8 +1998,8 @@
"enum": [
"stay_inside",
"stay_outside",
"repeat",
"cover"
"cover",
"informational"
],
"type": "string"
}
......@@ -2251,8 +2251,8 @@
"enum": [
"stay_inside",
"stay_outside",
"repeat",
"cover"
"cover",
"informational"
],
"type": "string"
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment