Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-message-format
Commits
63c68473
Commit
63c68473
authored
2 years ago
by
Trishna Saeharaseelan
Browse files
Options
Download
Email Patches
Plain Diff
refactor: better field names in status and remove pitch field
parent
2e630184
Changes
25
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
tests/mock_data/ecosub_adapter/mission_plan.json
tests/mock_data/ecosub_adapter/mission_plan.json
+1
-1
tests/mock_data/ecosub_adapter/platform_status-from_usbl_example.json
...ata/ecosub_adapter/platform_status-from_usbl_example.json
+1
-1
tests/mock_data/ecosub_adapter/platform_status.json
tests/mock_data/ecosub_adapter/platform_status.json
+5
-5
tests/mock_data/gui_adapter/planning_configuration.json
tests/mock_data/gui_adapter/planning_configuration.json
+1
-1
tests/mock_data/hydrosurv_adapter/platform_status.json
tests/mock_data/hydrosurv_adapter/platform_status.json
+2
-2
No files found.
tests/mock_data/ecosub_adapter/mission_plan.json
View file @
63c68473
...
...
@@ -53,7 +53,7 @@
"start_point_longitude"
:
60.00000000000000
,
"target_waypoint_latitude"
:
-0.237143188645706
,
"target_waypoint_longitude"
:
52.37072283932642
,
"depth"
:
0
,
"depth"
:
0.
0
,
"activate_payload"
:
false
,
"send_environmental_data"
:
true
}
...
...
This diff is collapsed.
Click to expand it.
tests/mock_data/ecosub_adapter/platform_status-from_usbl_example.json
View file @
63c68473
...
...
@@ -15,7 +15,7 @@
"status_source"
:
"usbl"
,
"latitude"
:
178.2
,
"longitude"
:
-10.122
,
"depth"
:
50
,
"depth"
:
50
.0
,
"altitude"
:
20
}
}
This diff is collapsed.
Click to expand it.
tests/mock_data/ecosub_adapter/platform_status.json
View file @
63c68473
...
...
@@ -17,15 +17,16 @@
"battery_remaining_capacity"
:
80.2
,
"active"
:
true
,
"platform_state"
:
"ABORT"
,
"mission_
actio
n_ID"
:
1
,
"mission_
pla
n_ID"
:
1
,
"mission_track_ID"
:
4
,
"latitude"
:
178.2
,
"longitude"
:
-10.122
,
"depth"
:
50
,
"depth"
:
50
.0
,
"altitude"
:
20
,
"heading"
:
90.0
,
"health_status"
:
"Warning"
,
"localisation_error"
:
0
,
"health_status"
:
false
,
"localisation_north_error"
:
0
,
"localisation_east_error"
:
0
,
"usbl_fix_seconds_ago"
:
0
,
"range_to_go"
:
124.3
,
"sensor_config"
:
{
...
...
@@ -36,7 +37,6 @@
"whiskers_on"
:
true
}
},
"current_pitch"
:
-4
,
"speed_over_ground"
:
4.3
,
"thrust_applied"
:
124.3
,
"water_current_velocity"
:
124.3
...
...
This diff is collapsed.
Click to expand it.
tests/mock_data/gui_adapter/planning_configuration.json
View file @
63c68473
...
...
@@ -51,7 +51,7 @@
"target_waypoint_latitude"
:
-7.432
,
"target_waypoint_longitude"
:
50.365
,
"safe_command"
:
"go_home"
,
"target_depth"
:
10
"target_depth"
:
10
.0
},
"max_velocity"
:
0.9
,
"min_altitude"
:
15.2
,
...
...
This diff is collapsed.
Click to expand it.
tests/mock_data/hydrosurv_adapter/platform_status.json
View file @
63c68473
...
...
@@ -15,10 +15,10 @@
"status_source"
:
"onboard_platform"
,
"battery_remaining_capacity"
:
80.2
,
"heading"
:
310.0
,
"health_status"
:
"Lost Connection"
,
"health_status"
:
false
,
"latitude"
:
178.2
,
"longitude"
:
-10.122
,
"mission_
actio
n_ID"
:
1
,
"mission_
pla
n_ID"
:
1
,
"mission_track_ID"
:
4
,
"platform_ID"
:
"reav-60-1"
,
"platform_state"
:
"ABORT"
,
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment