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
  • Issues
  • #89

Closed
Open
Created Nov 11, 2024 by Trishna Saeharaseelan@trishnaOwner

Planning Configurations Squad Primitives (Add UUID and Next_primitive)

"squads": [
  {
    "squad_ID": 60,
    "squad_mission_type": "survey",
    "no_of_platforms": 1,
    "platforms": [
      {
        "operator": "noc",
        "platform_ID": "unit_399",
        "model": "slocum",
        "active": false
      }
    ], 
    "primitives":[
        {
          "instruction": "navigate_to",
          “uuid”: “abc123-….”,
          “next_primitive”: “xxxx”,          
          "feature": {
            "type": "Feature",
            "geometry": {
               "type": "Polygon", 
               "coordinates": [[
                  [ -0.934304, 59.342325 ],
                  [ -0.89903, 59.342325 ], 
        },
        {
          "instruction": "navigate_to", // ------> start with this primitive
          “uuid”: “xxxx“,
          “next_primitive_uuid”: “abc123-….”,
          "feature": {
            "type": "Feature",
            "geometry": {
               "type": "Polygon", 
               "coordinates": [[
                  [ 0.0, 59.342325 ],
                  [ 0.0, 59.342325 ], 
……
...}
Edited Nov 11, 2024 by Trishna Saeharaseelan
Assignee
Assign to
CB-2024W45
Milestone
CB-2024W45 (Past due)
Assign milestone
Time tracking