Skip to content

Commit ff6940c

Browse files
committed
Remove unused documents and fix links
1 parent 3d54189 commit ff6940c

File tree

10 files changed

+5
-161
lines changed

10 files changed

+5
-161
lines changed

docs/dvl/bluerov-integration-dvl-ugps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Before successful sensor fusion of Underwater GPS and DVL the following conditio
3939
* Make sure that the compass calibration was successful by comparing the ROV orientation shown in the map in QGroundControl to the actual ROV orientation. Land-marks like a coast-line or an analogue compass can help.
4040

4141
!!! Note
42-
When you want to use the position estimate for *control* of the ROV and the UGPS Topside is on land, it is highly recommended setting up the Underwater GPS to use static position and static heading mode. Alternatively when the UGPS Topside position is not static (on a boat or similar) you need to input heading and position data from an external GPS compass. [Details can be found here](../underwater-gps/interface/gui/settings.md#topside-setup).
42+
When you want to use the position estimate for *control* of the ROV and the UGPS Topside is on land, it is highly recommended setting up the Underwater GPS to use static position and static heading mode. Alternatively when the UGPS Topside position is not static (on a boat or similar) you need to input heading and position data from an external GPS compass. [Details can be found here](../underwater-gps/interface/ugps-gui.md#topside-setup).
4343

4444
If you don't follow this advice, the position provided by the Underwater GPS will have more noise ("jump" too much) and also drift over time. This might cause the position hold mode to not work properly.
4545

@@ -67,7 +67,7 @@ Now both sensors should be considered for the position estimate of the ROV. You
6767

6868
This mode can be useful when you experience issues with sensor fusion (Mode "DVL+UGPS" above) or not all the described conditions in above section are met. Otherwise, we recommend using Mode "DVL+UGPS".
6969

70-
In this configuration the BlueROV will base its position estimate *updates* on velocity input from the DVL as well as accelerometer, gyroscope, compass and pressure sensor but not the Underwater GPS. Although the Underwater GPS is connected and running it will only be used to *initialize* the global ROV position at the beginning. QGroundControl (or the new Cockpit) will show the ROV position estimate based on the DVL only while the [Underwater GPS GUI](../underwater-gps/interface/gui/position.md) will show the position based on the Underwater GPS.
70+
In this configuration the BlueROV will base its position estimate *updates* on velocity input from the DVL as well as accelerometer, gyroscope, compass and pressure sensor but not the Underwater GPS. Although the Underwater GPS is connected and running it will only be used to *initialize* the global ROV position at the beginning. QGroundControl (or the new Cockpit) will show the ROV position estimate based on the DVL only while the [Underwater GPS GUI](../underwater-gps/interface/ugps-gui.md) will show the position based on the Underwater GPS.
7171

7272
!!! Note
7373
The setup procedure below is very similar to when you only use the DVL without a running Underwater GPS. That case is described [here](bluerov-integration.md#software).

docs/underwater-gps/interface/gui/demo-gui.md

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

docs/underwater-gps/interface/gui/diagnostic-report.md

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

docs/underwater-gps/interface/gui/diagnostic.md

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

docs/underwater-gps/interface/gui/position.md

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

docs/underwater-gps/interface/gui/receivers.md

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

docs/underwater-gps/interface/gui/settings.md

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

docs/underwater-gps/interface/ugps-gui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ If it is coming from your boat, try to turn off the echo sounder to improve posi
8282
In case of interference from other acoustic sources, use the GUI to try other channels to avoid the interference.
8383

8484
!!! Tip
85-
Typically, NSD (_Noise spectral density_, displayed in the [Diagnostic](gui/diagnostic.md) pane of the GUI) is around -100 dBm (in the units of version 3.3.0 or later of the software; 15 nV/sqrt(Hz) in the units of earlier software versions), or a little higher or lower. If it is much higher than this, it is likely that there is acoustic interference in the chosen channel, and a different channel should be tried.
85+
Typically, NSD (_Noise spectral density_, displayed in the [Diagnostic](#diagnostics) pane of the GUI) is around -100 dBm (in the units of version 3.3.0 or later of the software; 15 nV/sqrt(Hz) in the units of earlier software versions), or a little higher or lower. If it is much higher than this, it is likely that there is acoustic interference in the chosen channel, and a different channel should be tried.
8686

8787
Note in particular that acoustic devices quite commonly operate at frequencies lying in Channel 1.
8888

8989
!!! Tip
90-
If the NSD values are normal, signal quality is mainly indicated by the RSSI values (_Received signal strength indicator_, displayed in the [Diagnostic](gui/diagnostic.md) pane of the GUI). As long as the RSSI values are not too far below the NSD values, the signal strength should be at usable levels.
90+
If the NSD values are normal, signal quality is mainly indicated by the RSSI values (_Received signal strength indicator_, displayed in the [Diagnostic](#diagnostics) pane of the GUI). As long as the RSSI values are not too far below the NSD values, the signal strength should be at usable levels.
9191

9292
The UGPS system uses advanced signal processing techniques and can work even with rather weak signals, but an RSSI of -125 dBm or so (in the units of version 3.3.0 or later of the software; -45 dBnW in the units of earlier software versions) is around the lowest possible for an NSD of roughly -100 dBm.
9393

docs/underwater-gps/ugps-topside.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@ The master electronics has an built in IMU used to provide the orientation of th
132132

133133
### IMU Calibration
134134

135-
For the IMU to work properly it needs to be calibrated. If the system is started on a new location a new calibration is needed for the IMU to work as intended. The IMU is calibrated in the [settings page](interface/gui/settings.md) of the user interface.
135+
For the IMU to work properly it needs to be calibrated. If the system is started on a new location a new calibration is needed for the IMU to work as intended. The IMU is calibrated in the [settings page](interface/ugps-gui.md) of the user interface.

mkdocs.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@ nav:
6262
- LED: underwater-gps/interface/ugps-led.md
6363
- Wiring: underwater-gps/interface/ugps-wiring.md
6464
- Warnings: underwater-gps/interface/warnings.md
65-
- GUI:
66-
- Position: underwater-gps/interface/gui/position.md
67-
- Baseline: underwater-gps/interface/gui/receivers.md
68-
- Settings: underwater-gps/interface/gui/settings.md
69-
- Diagnostic: underwater-gps/interface/gui/diagnostic.md
70-
- Diagnostic report: underwater-gps/interface/gui/diagnostic-report.md
71-
- Demo: underwater-gps/interface/gui/demo-gui.md
7265
- Hardware setup:
7366
- System setup: underwater-gps/ugps-sys-setup.md
7467
- Components:

0 commit comments

Comments
 (0)