Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
backbone-message-format backbone-message-format
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 29
    • Issues 29
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Metrics
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Communications Backbone System
  • backbone-message-formatbackbone-message-format
  • Merge requests
  • !42

Merged
Created 8 months ago by Dan Jones@danjonOwner

Resolve "MAS-DT define instruction set and instructions"

  • Overview 16
  • Commits 9
  • Pipelines 13
  • Changes 8

Closes #62 (closed)

Edited 8 months ago by Dan Jones
  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
Compare
  • version 14
    30e1c2bc
    7 months ago

  • version 13
    b33bb4f7
    7 months ago

  • version 12
    27ab11cb
    7 months ago

  • version 11
    b0bea3fa
    8 months ago

  • version 10
    3d721254
    8 months ago

  • version 9
    b2d333af
    8 months ago

  • version 8
    9f75c458
    8 months ago

  • version 7
    bc796ed1
    8 months ago

  • version 6
    e67d303e
    8 months ago

  • version 5
    e67d303e
    8 months ago

  • version 4
    e67d303e
    8 months ago

  • version 3
    158c7f72
    8 months ago

  • version 2
    16b4dd1a
    8 months ago

  • version 1
    16b4dd1a
    8 months ago

  • 67-mas-dt (base)

and
  • latest version
    da426240
    9 commits, 7 months ago

  • version 14
    30e1c2bc
    10 commits, 7 months ago

  • version 13
    b33bb4f7
    9 commits, 7 months ago

  • version 12
    27ab11cb
    9 commits, 7 months ago

  • version 11
    b0bea3fa
    9 commits, 8 months ago

  • version 10
    3d721254
    8 commits, 8 months ago

  • version 9
    b2d333af
    7 commits, 8 months ago

  • version 8
    9f75c458
    7 commits, 8 months ago

  • version 7
    bc796ed1
    6 commits, 8 months ago

  • version 6
    e67d303e
    23 commits, 8 months ago

  • version 5
    e67d303e
    23 commits, 8 months ago

  • version 4
    e67d303e
    23 commits, 8 months ago

  • version 3
    158c7f72
    21 commits, 8 months ago

  • version 2
    16b4dd1a
    19 commits, 8 months ago

  • version 1
    16b4dd1a
    2 commits, 8 months ago

4 files
+ 184
- 86
Show latest version
    File browser
    Compare changes
example‎s/mas-dt‎
mission_‎plan.json‎ +36 -0
for‎mats‎
mission‎_plan.py‎ +74 -43
projec‎t/soar‎
swagge‎r.json‎ +73 -43
CHANGE‎LOG.md‎ +1 -0
examples/mas-dt/mission_plan.json
+ 36
- 0
  • View file @ b33bb4f7

  • Edit in single-file editor

  • Edit in Web IDE

Files with large changes are collapsed by default.

{
"header": {
"message_ID": "b427003c-0000-11aa-a1eb-bvcdfghjgfdd",
"timestamp": "2022-11-16T00:00:00Z",
"version": 2,
"source": "autonomy_engine",
"destination": "soar.noc.autosub.alr-52.to_platform.mission_plan",
"delivery_type": "publish",
"encoded": false
},
"payload":{
"message_type": "mission_plan",
"platform_ID": "alr-52",
"autonomy_engine_plan_ID": "a427003c-0000-11aa-a1eb-bvcdfghjgfcc",
"plan": [
{
"action": "move",
"start": {
"type": "Point",
"coordinates": [
-3.0071,
50.3707
]
},
"target": {
"type": "Point",
"coordinates": [
-3.2371,
52.3707,
0.0
]
}
}
]
}
}
\ No newline at end of file
formats/mission_plan.py
+ 74
- 43
  • View file @ b33bb4f7

  • Edit in single-file editor

  • Edit in Web IDE


Files with large changes are collapsed by default.

Show all unchanged lines Show 20 lines
],
"example": "move",
},
"start_point_latitude": {
"type": "number",
"format": "float",
"description": "Start point, y-coordinate",
"example": 50.37072283932642,
},
"start_point_longitude": {
"type": "number",
"format": "float",
"description": "Start point, x-coordinate",
"example": -4.187143188645706,
},
"target_waypoint_latitude": {
"type": "number",
"format": "float",
"description": "Target waypoint, y-coordinate",
"example": 50.37072283932642,
},
"target_waypoint_longitude": {
"type": "number",
"format": "float",
"description": "Target waypoint, x-coordinate",
"example": -4.187143188645706,
},
"altitude": {
"type": "number",
"format": "float",
"description": "Altitude of next action",
"example": 15.0,
},
"depth": {
"type": "number",
"format": "float",
"description": "Depth of next action",
"example": 15.0,
},
"activate_payload": {
"type": "boolean",
"description": "To activate/deactivate sensor for Autosub "
Show 20 lines Show all unchanged lines Show 20 lines
"example": 1800.0,
},
},
"required": [
"target_waypoint_latitude",
"target_waypoint_longitude",
"oneOf": [
{
"type": "object",
"properties": {
"start": {
"$ref": "https://geojson.org/schema/Point.json",
},
"target": {
"$ref": "https://geojson.org/schema/Point.json",
},
},
"required": [
"target",
],
},
{
"type": "object",
"properties": {
"start_point_latitude": {
"type": "number",
"format": "float",
"description": "Start point, y-coordinate",
"example": 50.37072283932642,
},
"start_point_longitude": {
"type": "number",
"format": "float",
"description": "Start point, x-coordinate",
"example": -4.187143188645706,
},
"target_waypoint_latitude": {
"type": "number",
"format": "float",
"description": "Target waypoint, y-coordinate",
"example": 50.37072283932642,
},
"target_waypoint_longitude": {
"type": "number",
"format": "float",
"description": "Target waypoint, x-coordinate",
"example": -4.187143188645706,
},
"altitude": {
"type": "number",
"format": "float",
"description": "Altitude of next action",
"example": 15.0,
},
"depth": {
"type": "number",
"format": "float",
"description": "Depth of next action",
"example": 15.0,
},
},
"required": [
"target_waypoint_latitude",
"target_waypoint_longitude",
],
},
],
}
Show 20 lines Show all unchanged lines Show 20 lines
"enum": ["mission_plan"],
},
"autonomy_engine_plan_ID": {
"type": "integer",
"description": "Unique identifier for this plan"
+ "generated by the Autonomy Engine",
"example": 3,
"oneOf": [
{
"type": "string",
"format": "uuid",
"description": "Unique identifier for this plan"
+ "generated by the Autonomy Engine",
},
{
"type": "integer",
"description": "Unique identifier for this plan"
+ "generated by the Autonomy Engine",
"example": 3,
},
]
},
"platform_ID": {
"type": "string",
Show 20 lines Show all unchanged lines
project/soar/swagger.json
+ 73
- 43
  • View file @ b33bb4f7

  • Edit in single-file editor

  • Edit in Web IDE


CHANGELOG.md
+ 1
- 0
  • View file @ b33bb4f7

  • Edit in single-file editor

  • Edit in Web IDE


Assignee
Dan Jones's avatar
Dan Jones
@danjon
Assign to
Reviewer
Trishna Saeharaseelan's avatar
@trishna
Request review from
CB-2024W35
Milestone
CB-2024W35 (Past due)
Assign milestone
None
Time tracking
No estimate or time spent
4
Labels
Partner::NOC Project::MAS-DT Status::In Progress Weight::3
Assign labels
  • No matching results
  • Manage project labels
Lock merge request
Unlocked
4
4 participants
user avatar
user avatar
user avatar
user avatar
Reference: communications-backbone-system/backbone-message-format!42
Source branch: 62-mas-dt-define-instruction-set-and-instructions

    0 pending comments