Commit 2c6c0920 authored by Trishna Saeharaseelan's avatar Trishna Saeharaseelan
Browse files

refactor(topics): receive to from_platform and send to to_platform

......@@ -4,7 +4,7 @@
"timestamp": "2022-11-16T00:00:00Z",
"version": 1,
"source": "hydrosurv_adapter",
"destination": "soar.hydrosurv.reav.reav1.receive.acknowledgement",
"destination": "soar.hydrosurv.reav.reav1.from_platform.acknowledgement",
"delivery_type": "publish",
"encoded": false
},
......
......@@ -4,7 +4,7 @@
"timestamp": "2022-11-16T00:00:00Z",
"version": 2,
"source": "autonomy_engine",
"destination": "soar.noc.autosub.alr-52.send.mission_plan",
"destination": "soar.noc.autosub.alr-52.to_platform.mission_plan",
"delivery_type": "publish",
"encoded": false
},
......
......@@ -4,7 +4,7 @@
"timestamp": "2022-11-16T00:00:00Z",
"version": 2,
"source": "autonomy_engine",
"destination": "soar.planetocean.ecosub.ecosub-1.send.mission_plan",
"destination": "soar.planetocean.ecosub.ecosub-1.to_platform.mission_plan",
"delivery_type": "publish",
"encoded": false
},
......
......@@ -4,7 +4,7 @@
"timestamp": "2022-11-16T00:00:00Z",
"version": 2,
"source": "autonomy_engine",
"destination": "soar.hydrosurv.reav-60.reav-60-1.send.mission_plan",
"destination": "soar.hydrosurv.reav-60.reav-60-1.to_platform.mission_plan",
"delivery_type": "publish",
"encoded": false
},
......
......@@ -4,7 +4,7 @@
"timestamp": "2023-03-16T00:00:00Z",
"version": 2,
"source": "autonomy_engine",
"destination": "soar.hermes.autosub.alr-52.send.mission_plan_encoded",
"destination": "soar.hermes.autosub.alr-52.to_platform.mission_plan_encoded",
"delivery_type": "publish",
"encoded": true
},
......
......@@ -4,7 +4,7 @@
"timestamp": "2023-03-16T00:00:00Z",
"version": 2,
"source": "hermes.ecosub2",
"destination": "soar.planet-ocean.ecosub.ecosub-2.receive.observation_encoded",
"destination": "soar.planet-ocean.ecosub.ecosub-2.from_platform.observation_encoded",
"delivery_type": "publish",
"encoded": true
},
......
......@@ -4,7 +4,7 @@
"timestamp": "2022-11-16T00:00:00Z",
"version": 2,
"source": "gui",
"destination": "soar.all.all.all.receive.planning_configuration",
"destination": "soar.all.all.all.from_platform.planning_configuration",
"delivery_type": "publish",
"encoded": false
},
......
......@@ -4,7 +4,7 @@
"timestamp": "2022-11-16T00:00:00Z",
"version": 2,
"source": "hermes",
"destination": "soar.planet-ocean.ecosub.ecosub-5.receive.platform_status",
"destination": "soar.planet-ocean.ecosub.ecosub-5.from_platform.platform_status",
"delivery_type": "publish",
"encoded": false
},
......
......@@ -4,7 +4,7 @@
"timestamp": "2022-11-16T00:00:00Z",
"version": 2,
"source": "ecosub_c2",
"destination": "soar.planet-ocean.ecosub.ecosub-2.receive.platform_status",
"destination": "soar.planet-ocean.ecosub.ecosub-2.from_platform.platform_status",
"delivery_type": "publish",
"encoded": false
},
......
......@@ -4,7 +4,7 @@
"timestamp": "2023-03-16T00:00:00Z",
"version": 2,
"source": "hermes.ah1",
"destination": "soar.noc.autosub.alr-52.receive.platform_status_encoded",
"destination": "soar.noc.autosub.alr-52.from_platform.platform_status_encoded",
"delivery_type": "publish",
"encoded": true
},
......
......@@ -4,7 +4,7 @@
"timestamp": "2022-11-16T00:00:00Z",
"version": 2,
"source": "autonomy_engine",
"destination": "soar.planetocean.ecosub.ecosub-1.send.mission_plan",
"destination": "soar.planetocean.ecosub.ecosub-1.to_platform.mission_plan",
"delivery_type": "publish",
"encoded": false
},
......
......@@ -4,7 +4,7 @@
"timestamp": "2022-11-16T00:00:00Z",
"version": 2,
"source": "ecosub_c2",
"destination": "soar.planet-ocean.ecosub.ecosub-2.receive.observation",
"destination": "soar.planet-ocean.ecosub.ecosub-2.from_platform.observation",
"delivery_type": "publish",
"encoded": false
},
......
......@@ -4,7 +4,7 @@
"timestamp": "2023-03-16T00:00:00Z",
"version": 2,
"source": "hermes.ecosub2",
"destination": "soar.planet-ocean.ecosub.ecosub-2.receive.observation_encoded",
"destination": "soar.planet-ocean.ecosub.ecosub-2.from_platform.observation_encoded",
"delivery_type": "publish",
"encoded": true
},
......
......@@ -4,7 +4,7 @@
"timestamp": "2022-11-16T00:00:00Z",
"version": 2,
"source": "hermes",
"destination": "soar.planet-ocean.ecosub.ecosub-5.receive.platform_status",
"destination": "soar.planet-ocean.ecosub.ecosub-5.from_platform.platform_status",
"delivery_type": "publish",
"encoded": false
},
......
......@@ -4,7 +4,7 @@
"timestamp": "2022-11-16T00:00:00Z",
"version": 2,
"source": "ecosub_c2",
"destination": "soar.planet-ocean.ecosub.ecosub-2.receive.platform_status",
"destination": "soar.planet-ocean.ecosub.ecosub-2.from_platform.platform_status",
"delivery_type": "publish",
"encoded": false
},
......
......@@ -4,7 +4,7 @@
"timestamp": "2022-11-16T00:00:00Z",
"version": 2,
"source": "gui",
"destination": "soar.all.all.all.receive.planning_configuration",
"destination": "soar.all.all.all.from_platform.planning_configuration",
"delivery_type": "publish",
"encoded": false
},
......
......@@ -4,7 +4,7 @@
"timestamp": "2022-11-16T00:00:00Z",
"version": 1,
"source": "hydrosurv_adapter",
"destination": "soar.hydrosurv.reav-60.reav-60-1.receive.acknowledgement",
"destination": "soar.hydrosurv.reav-60.reav-60-1.from_platform.acknowledgement",
"delivery_type": "publish",
"encoded": false
},
......
......@@ -4,7 +4,7 @@
"timestamp": "2022-11-16T00:00:00Z",
"version": 2,
"source": "autonomy_engine",
"destination": "soar.hydrosurv.reav-60.reav-60-1.send.mission_plan",
"destination": "soar.hydrosurv.reav-60.reav-60-1.to_platform.mission_plan",
"delivery_type": "publish",
"encoded": false
},
......
......@@ -4,7 +4,7 @@
"timestamp": "2022-11-16T00:00:00Z",
"version": 2,
"source": "hydrosurv_adapter",
"destination": "soar.hydrosurv.reav-60.reav-60-1.receive.platform_status",
"destination": "soar.hydrosurv.reav-60.reav-60-1.from_platform.platform_status",
"delivery_type": "publish",
"encoded": false
},
......
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