Skip to content

Commit a8337b0

Browse files
committed
remove old fimrware refs pt6
1 parent 5bcd2bf commit a8337b0

8 files changed

+5
-51
lines changed

common/source/docs/common-3d-mapping.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ executes immediately after the preceding waypoint command begins.
7575

7676
**DO_TRIGG_DISTANCE** is the same as do-digicam-control (above) except
7777
the camera shutter will trigger every X meters. Where X can be defined
78-
in the first column labelled "Dist (m)". Note: in AC3.1.2 there is no
78+
in the first column labelled "Dist (m)". There is no
7979
mission command to stop the command from running so the shutter will be
8080
triggered continuously until the vehicle is switched out of AUTO mode.
8181

common/source/docs/common-apm-navigation-extended-kalman-filter-overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Choosing the EKF and number of cores
3535
====================================
3636

3737
:ref:`AHRS_EKF_USE <dev:extended-kalman-filter_ahrs_ekf_use>`: set to "1" to use the EKF, "0" to use DCM for attitude control and
38-
inertial nav (Copter-3.2.1) or ahrs dead reckoning (Plane) for position control. In Copter-3.3 (and higher) this parameter is forced to "1" and cannot be changed.
38+
inertial nav or ahrs dead reckoning (Plane) for position control. In Copter this parameter is forced to "1" and cannot be changed.
3939

4040
:ref:`AHRS_EKF_TYPE <AHRS_EKF_TYPE>`: set to "2" to use EKF2 for attitude and position estimation, "3" for EKF3.
4141

common/source/docs/common-baro-external.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ Barometer (external)
88

99
Most autopilots include a barometer directly on the autopilot but attaching an external barometer can be useful in order to place the barometer away from air pressure disturbances. It can also allow monitoring the environmental or an internal component's temperature within a typical range of -40 - +85°C.
1010

11-
.. warning::
12-
13-
Copter-3.6 only supports the Drotek MS5611. BMP280 support will be released with Copter-4.0.
14-
1511
.. note::
1612

1713
Copter users can partially reduce the effect of air pressure disurbances by enabling :ref:`Ground Effect Compensation <Copter:ground-effect-compensation>`

common/source/docs/common-terrain-following.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,7 @@ Setting up for terrain following
151151
To setup your fixed wing aircraft for terrain following follow these
152152
steps
153153

154-
- make sure you have Plane 3.0.4 or later loaded
155-
- make sure you have the latest MissionPlanner installed (version 1.3.9
156-
or later)
154+
- make sure you have the latest MissionPlanner installed
157155
- set :ref:`TERRAIN_ENABLE<TERRAIN_ENABLE>` to 1 and :ref:`TERRAIN_FOLLOW<TERRAIN_FOLLOW>` to 1
158156
- connect to your vehicle over USB when you have GPS lock
159157
- check the FlightData->Status page in MissionPlanner and look for the

common/source/docs/common-underwater-sonar-analog.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ These instructions were provided by `OlavA at the bottom of this ardupilot.org b
1212

1313
*images courtesy of lowarnace.com and actisense.com*
1414

15-
.. note::
16-
17-
Support for this sensor was added to Rover-3.4.
18-
1915
Recommended Hardware
2016
--------------------
2117

common/source/docs/common-vl53l0x-lidar.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ The `VL53L0X <https://www.st.com/en/imaging-and-photonics-solutions/vl53l0x.html
1010

1111
*images courtesy of Pololu.com*
1212

13-
.. note::
14-
15-
Support for this lidar was first made available in available in Copter-3.6, Rover-3.3, and Plane-3.9.
16-
Support the 4m `ST VL53L1X <https://www.st.com/en/imaging-and-photonics-solutions/vl53l1x.html>`__ was released with Copter-4.0.
17-
1813

1914
.. note::
2015

common/source/docs/common-wasp200-lidar.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ The `Wasp200 <https://www.attolloengineering.com/wasp-200-lrf.html>`__ has a ran
88

99
.. image:: ../../../images/wasp200-lidar.png
1010

11-
.. note::
12-
13-
Support for this sensor is available in Plane-3.9 (and higher), Copter-3.6 (and higher) and Rover-3.4 (and higher)
1411

1512
Where to Buy
1613
------------

plane/source/docs/quadplane-esc-calibration.rst

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,13 @@ them they need to receive maximum PWM input when initially powered on,
99
then receive minimum PWM input when they have beeped to indicate that
1010
the maximum has registered.
1111

12-
The method for calibrating the ESCs on an ArduPilot QuadPlane depends
13-
on what version of the firmware you have loaded. The old method is
14-
used on versions prior to the 3.6.0 release. The new method is used on
15-
3.6.0 and later.
1612

1713
.. warning::
1814
You must remove all propellers from your vehicle before doing any
1915
ESC calibration. Calibrating with propellers installed is dangerous.
2016

21-
ESC Calibration Procedure (3.6.0 and later)
22-
-------------------------------------------
23-
17+
ESC Calibration Procedure
18+
-------------------------
2419
This process uses the :ref:`Q_ESC_CAL <Q_ESC_CAL>` parameter to enable
2520
ESC calibration in QSTABILIZE mode. There are two modes of operation
2621
available:
@@ -75,26 +70,3 @@ throttle levels if you have one.
7570
.. warning:: Be sure to set :ref:`Q_ESC_CAL<Q_ESC_CAL>` back to zero after calibrating for normal operation
7671

7772

78-
Old ESC Calibration Procedure (3.5.3 and earlier)
79-
-------------------------------------------------
80-
81-
#. remove your propellers for safety
82-
#. power up just the flight board and not your motors. If you don't have
83-
the ability to isolate power to the ESCs when on battery power then
84-
power up your flight board on USB power
85-
#. set both the parameters :ref:`Q_M_SPIN_ARM<Q_M_SPIN_ARM>` and Q_THR_MID to 1000.
86-
This sets the PWM output when armed at zero throttle to full power
87-
#. set the safety switch off to activate the outputs
88-
#. arm your aircraft. The PWM output on all quad motors will now climb
89-
to maximum.
90-
#. add power to your ESCs by connecting the battery
91-
#. wait for the ESCs to beep to indicate they have registered the
92-
maximum PWM
93-
#. disarm your aircraft. The ESCs should beep again indicating they have
94-
registered minimum PWM
95-
96-
Now set the :ref:`Q_M_SPIN_ARM<Q_M_SPIN_ARM>` and Q_THR_MID parameters back to the
97-
correct values. A value of 50 for :ref:`Q_M_SPIN_ARM<Q_M_SPIN_ARM>` is a reasonable
98-
starting point. For Q_THR_MID a value of between 500 and 600 is good
99-
depending on the power of your motors
100-

0 commit comments

Comments
 (0)