Remove links to next articles

This commit is contained in:
Oleg Kalachev
2022-04-15 03:25:38 +04:00
parent 84b1318f3d
commit 5b3c3f0722
26 changed files with 0 additions and 56 deletions

View File

@@ -113,7 +113,3 @@ rospy.spin()
```
Each message contains the marker ID, its corner points on the image and its position relative to the camera.
---
Suggested reading: [map-based navigation](aruco_map.md)

View File

@@ -51,5 +51,3 @@ Read more in the PX4 docs: https://docs.px4.io/master/en/config/accelerometer.ht
5. Wait for the calibration to finish.
Read more in the PX4 docs: https://docs.px4.io/master/en/config/level_horizon_calibration.html.
**Next**: [RC setup](radio.md).

View File

@@ -50,5 +50,3 @@ In order to connect to a local or a remote [SITL](sitl.md) instance set the `fcu
<arg name="fcu_conn" default="udp"/>
<arg name="fcu_ip" default="127.0.0.1"/>
```
**Next**: [Using QGroundControl over Wi-Fi](gcs_bridge.md)

View File

@@ -106,5 +106,3 @@ When the *Kill Switch* is activated, no control signals are sent to the motors a
> **Caution** Be careful, *Kill Switch* does not put the copter into *Disarmed* state!
Before disabling the *Kill Switch*, make sure the throttle stick is its down position and the aircraft is in *Disarmed* state. If the throttle stick is not in the lower position, when the *Kill Switch* is turned off, a signal corresponding to the stick position will be sent to the motors, which will lead your copter to jerk.
**Next**: [Drone control exercises](flight_exercises.md).

View File

@@ -67,5 +67,3 @@ Change parameter `gcs_bridge` in the launch file:
```
After opening the QGroundControl application, the connection should be established automatically.
**Next**: [Remote access using SSH](ssh.md)

View File

@@ -15,5 +15,3 @@ The RPi image for Clover contains all the necessary software for working with Cl
<img src="../assets/etcher.png" class="zoom">
After flashing the image on the MicroSD-card, you can [connect to the Clover over Wi-Fi](wifi.md), use [wireless connection in QGroundControl](gcs_bridge.md), gain access to the Raspberry [over SSH](ssh.md) and use all the other features.
**Next:** [Connecting over Wi-Fi](wifi.md).

View File

@@ -46,5 +46,3 @@ In autonomous flight modes the quadcopter ignores the control signals from the t
* **AUTO.LAND** the copter lands at the current position.
Additional information: https://dev.px4.io/en/concept/flight_modes.html.
**Next**: [Power setup](power.md).

View File

@@ -32,5 +32,3 @@ Further reading: https://docs.qgroundcontrol.com/en/SetupView/Power.html.
<img src="../assets/qgc-power.png" class="zoom">
Further reading: https://docs.px4.io/master/en/advanced_config/esc_calibration.html.
**Next**: [Failsafe configuration](failsafe.md)

View File

@@ -36,5 +36,3 @@ Before connecting and calibrating the RC, make sure that:
8. When you get the *"All settings have been captured. Click Next to write the new parameters to your board"*, press *Next*.
Further reading: https://docs.qgroundcontrol.com/en/SetupView/Radio.html
**Next**: [Flight modes](modes.md).

View File

@@ -15,5 +15,3 @@ Technical specifications:
* An HDMI port.
Raspberry Pi is connected to the flight controller in the Clover kit and is used as a companion computer. It can be used to [connect to the drone over Wi-Fi](wifi.md), perform autonomous flights, access peripherals and much more.
**Next**: [Raspberry Pi image](image.md)

View File

@@ -124,5 +124,3 @@ Press the *Save* button to save the changed value to the flight controller. Chan
1. Set `CBRK_USB_CHK` to 197848 to allow flights with the USB cable connected.
2. Disable safety switch check: `CBRK_IO_SAFETY` = 22027.
**Next**: [Sensor calibration](calibration.md).

View File

@@ -25,5 +25,3 @@ Web access
Starting with version 0.11.4 [of the image](image.md), access to the shell is also available via a web browser (using [Butterfly](https://github.com/paradoxxxzero/butterfly)). To gain access, open web page http://192.168.11.1, and select link *Open web terminal*:
<img src="../assets/butterfly.png">
**Next**: [Command-line interface](cli.md)

View File

@@ -19,5 +19,3 @@ To edit Wi-Fi settings, or to obtain more detailed information about the network
After connecting to Clover Wi-Fi, open http://192.168.11.1 in you web browser. It contains all the basic web tools of Clover: viewing image topics, web terminal (Butterfly), and the full copy of this documentation.
<img src="../assets/web.png" alt="Clover Web Interface" class="zoom">
**Next**: [Connecting Raspberry Pi to the flight controller](connection.md).