Skip to content

Commit d44d266

Browse files
ES-Alexanderpatrickelectric
authored andcommitted
add redirects to equivalent places
1 parent c38b497 commit d44d266

36 files changed

Lines changed: 290 additions & 0 deletions

developers/building-docs.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{% include "../archive-notice.html" %}
22

3+
<meta http-equiv="refresh" content="0; URL=https://ardupilot.org/dev/docs/common-wiki_editing_guide.html" />
4+
5+
# ArduPilot documentation editing instructions can be found at [https://ardupilot.org/dev/docs/common-wiki_editing_guide.html](https://ardupilot.org/dev/docs/common-wiki_editing_guide.html).
6+
7+
## You should be automatically redirected.
8+
9+
---
10+
311
# Serve Docs Locally
412

513
## Install npm

developers/developers.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{% include "../archive-notice.html" %}
22

3+
<meta http-equiv="refresh" content="0; URL=https://ardupilot.org/dev/docs/building-the-code.html" />
4+
5+
# ArduPilot firmware building instructions can be found at [https://ardupilot.org/dev/docs/building-the-code.html](https://ardupilot.org/dev/docs/building-the-code.html).
6+
7+
## You should be automatically redirected.
8+
9+
---
10+
311
# Developers
412

513
## How to Get the Code

developers/dvl-integration.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{% include "../archive-notice.html" %}
22

3+
<meta http-equiv="refresh" content="0; URL=https://ardupilot.org/dev/docs/building-the-code.html" />
4+
5+
# ArduPilot firmware building instructions can be found at [https://ardupilot.org/dev/docs/building-the-code.html](https://ardupilot.org/dev/docs/building-the-code.html).
6+
7+
## You should be automatically redirected.
8+
9+
---
10+
311
# DVL integration (BETA)
412

513
The DVL integration with ArduSub is in a BETA stage and is currently unsupported for normal use. This document is provided to instruct beta testers and developers how to test the BETA stage integration. There is no guarantee that the DVL integration will work for any particular application.

developers/rc-input-and-output.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{% include "../archive-notice.html" %}
22

3+
<meta http-equiv="refresh" content="0; URL=https://ardupilot.org/sub/docs/rc-setup.html" />
4+
5+
# This documentation has been moved to [https://ardupilot.org/sub/docs/rc-setup.html](https://ardupilot.org/sub/docs/rc-setup.html).
6+
7+
## You should be automatically redirected.
8+
9+
---
10+
311
# RC input and output
412

513
ArduSub is designed around two independent concepts of *RC Input* and *RC Output*. RC Input is an array of control channels representing pilot inputs like forward and yaw commands. RC Output is an array of channels representing the pulse widths to write to individual servo output pins. Although ArduSub does not support the use of RC receivers, the logic is the same and is applied to joystick inputs instead. Joystick input and RC Input are synonymous in ArduSub.

developers/software-components.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{% include "../archive-notice.html" %}
22

3+
<meta http-equiv="refresh" content="0; URL=https://blueos.cloud/docs/stable/usage/overview/#what-s-in-a-blueos-vehicle" />
4+
5+
# This documentation has been moved to [https://blueos.cloud/docs/stable/usage/overview/#what-s-in-a-blueos-vehicle](https://blueos.cloud/docs/stable/usage/overview/#what-s-in-a-blueos-vehicle).
6+
7+
## You should be automatically redirected.
8+
9+
---
10+
311
# Software Components
412

513
There are three major software components involved in the operation of ArduSub:

getting-started/initial-setup.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{% include "../archive-notice.html" %}
22

3+
<meta http-equiv="refresh" content="0; URL=https://ardupilot.org/sub/docs/ardusub-setup.html" />
4+
5+
# This documentation has been moved to [https://ardupilot.org/sub/docs/ardusub-setup.html](https://ardupilot.org/sub/docs/ardusub-setup.html).
6+
7+
## You should be automatically redirected.
8+
9+
---
10+
311
# Initial Setup
412

513
After the software is installed on the electronics, the electronics need to be wired and the software needs to be configured. mounting the controller to the vehicle, connecting it to the tether, power, and motors, and then performing initial configuration and calibration.

getting-started/installation.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{% include "../archive-notice.html" %}
22

3+
<meta http-equiv="refresh" content="0; URL=https://bluerobotics.com/learn/bluerov2-software-setup/#choose-your-operating-system" />
4+
5+
# This documentation has been moved to [https://bluerobotics.com/learn/bluerov2-software-setup/#choose-your-operating-system](https://bluerobotics.com/learn/bluerov2-software-setup/#choose-your-operating-system).
6+
7+
## You should be automatically redirected.
8+
9+
---
10+
311
# Installation
412

513
## QGroundControl

introduction/required-software.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{% include "../archive-notice.html" %}
22

3+
<meta http-equiv="refresh" content="0; URL=https://blueos.cloud/docs/stable/usage/overview/#what-s-in-a-blueos-vehicle" />
4+
5+
# This documentation has been moved to [https://blueos.cloud/docs/stable/usage/overview/#what-s-in-a-blueos-vehicle](https://blueos.cloud/docs/stable/usage/overview/#what-s-in-a-blueos-vehicle).
6+
7+
## You should be automatically redirected.
8+
9+
---
10+
311
# Required Software
412

513
The ArduSub control system is made up of three major software components:

introduction/required-software/companion-computer-software.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{% include "../../archive-notice.html" %}
22

3+
<meta http-equiv="refresh" content="0; URL=https://blueos.cloud/docs/" />
4+
5+
# The old Blue Robotics Companion software is no longer maintained. We recommend [BlueOS](https://blueos.cloud/docs/) instead!
6+
7+
## You should be automatically redirected.
8+
9+
---
10+
311
# Companion Computer Software
412

513
The Companion Computer software image is a modified version of [Raspbian](https://www.raspberrypi.org/software/operating-systems/#raspberry-pi-os-32-bit) that is written onto a microSD card and installed in the [Companion Computer](/introduction/hardware-options/required-hardware/companion-computer.md).

introduction/required-software/qgroundcontrol-software.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{% include "../../archive-notice.html" %}
22

3+
<meta http-equiv="refresh" content="0; URL=https://blueos.cloud/cockpit/docs/" />
4+
5+
# Blue Robotics no longer maintains subsea functionality in QGroundControl. We recommend [Cockpit](https://blueos.cloud/cockpit/docs/) instead!
6+
7+
## You should be automatically redirected.
8+
9+
---
10+
311
# QGroundControl Software
412

513
QGroundControl (QGC) is the Graphical User Interface (GUI) for ArduSub, which provides setup and control functionality. QGC runs on Windows, OS X, and Linux platforms.

0 commit comments

Comments
 (0)