Skip to content

Commit 4ed900f

Browse files
authored
Merge pull request #30 from envirover/dev
Updated sploperations.md
2 parents 24890a2 + 27c9096 commit 4ed900f

File tree

5 files changed

+16
-50
lines changed

5 files changed

+16
-50
lines changed

_posts/2015-04-12-test-post-last-year.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

_posts/2016-02-24-first-post.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

_posts/2016-02-26-sample-post-jekyll.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

pages/nvi/nvi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permalink: nvi.html
77
folder: nvi
88
---
99

10-
NVI Beyond Line of Sight (BLOS) telemetry is designed to work with satellite or cellular modems such as
10+
NVI Beyond Line of Sight (BLOS) telemetry for unmanned vehicles is designed to work with satellite or cellular modems such as
1111
[Iridium GO!](https://www.iridium.com/products/details/iridiumgo).
1212

1313
NVI provides peer-to-peer communication between an autonomous vehicle with
@@ -20,5 +20,5 @@ NVI provides peer-to-peer communication between an autonomous vehicle with
2020
The NVI software suite includes firmware for the autopilot companion computer [NVI RadioRoom](nviradioroom.html) and
2121
a TCP/IP server application [NVI GroundControl](nvigroundcontrol.html).
2222

23-
NVI not simply transmits messages between autopilot and ground control stations,
23+
NVI not simply transmits messages between autopilots and ground control stations,
2424
it also filters and aggregates data to support communication over high latency and low bandwidth networks.

pages/spl/sploperation.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ Launch QGroundControl, go to “Comm Links” application settings, and create a
1515

1616
Connect to the created comm link.
1717

18-
❗️ Unplug radio telemetry modules from the computer and disconnect other comm links before connection to SPL GroundControl, otherwise QGroundControl will frequently switch between the connections.
19-
2018
## Testing the Comm Link
2119

2220
To test the comm link it is recommended to arm and disarm the vehicle using SPL connection and check the vehicle status and position reported by the vehicle.
@@ -56,6 +54,20 @@ Iridium SBD is capable of sending and receiving about 1 message per minute. Thou
5654

5755
SPL GroundControl immediately acknowledges an uploaded mission, however sending the mission to the vehicle over Iridium SBD may take a long time, depending on the number of waypoints in the mission and quality of the satellite link. As soon as SPL RadioRoom receives all the mission items is writes the mission to the autopilot and sends the acknowledgement back to SPL GroundControl. After receiving the acknowledgement, SPL GroundControl updates the mission items in the reported state of the vehicle’s “shadow”. The reported state is returned to the ground control station clients when they read the missions. SPL RadioRoom suspends all other operations while it handles the missions.
5856

57+
## Using SPL With Other Comm Links
58+
59+
When SPL is used with other comm links such as radio telemetry, make sure that the GCS is not connected to the vehicle using both of the comm links at the same time. For QGroundControl GCS it is recommended to turn off AutoConnect in the general application settings.
60+
61+
SPL GroundControl stores in the vehicle's "shadow" uploaded missions and updated parameter values if they were sent to the vehicle through SPL comm link. If missions or parameters were changed using other comm links, to keep the shadow in sync with the vehicle's state it is recommended to update the missions and parameters in the shadow by connecting GCS to a special "shadow" port 5757.
62+
63+
To update missions or parameters in the shadow:
64+
- Connect GCS to TCP port 5757 of SPL GroundControl,
65+
- Upload the missions,
66+
- Disconnect from TCP port 5757,
67+
- Connect GCS to port 5760,
68+
- Download the missions.
69+
70+
5971
## Troubleshooting the Comm Link
6072

6173
SPL GroundControl logs errors and all messages sent to and received from the satellite communication link. The log file could be used to obtain detailed information about the satellite communication.

0 commit comments

Comments
 (0)