Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d3ac3a1

Browse files
committed
fix 4.7 build errors
1 parent 8eea839 commit d3ac3a1

7 files changed

Lines changed: 27 additions & 6 deletions

common/source/docs/common-ekf-sources.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Ground stations or companion computers may set the source by sending a `MAV_CMD_
4141

4242
This feature is especially helpful when using :ref:`common-non-gps-to-gps`.
4343

44-
Alternatively, setting :ref:`EK3_OPTIONS<>` bit 3 will force each SRC set to be used by each IMU lane, ie EKF3 primary IMU lane will use the _SRC1 set, _SRC2 for the next, etc.) at initialization. Note that using the ``RCx_OPTIONS`` auxiliary function "90" (EKF Source Set) will NOT override this behavior.
44+
Alternatively, setting :ref:`EK3_OPTIONS<EK3_OPTIONS>` bit 3 will force each SRC set to be used by each IMU lane, ie EKF3 primary IMU lane will use the _SRC1 set, _SRC2 for the next, etc.) at initialization. Note that using the ``RCx_OPTIONS`` auxiliary function "90" (EKF Source Set) will NOT override this behavior.
4545

4646
Velocity Source Fusing
4747
======================

common/source/docs/common-luxf765-ndaa.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _common-luxf765-ndaa:
22

3-
[copywiki destination="plane,copter,rover,blimp"]
3+
[copywiki destination="plane,copter,rover,blimp,sub"]
44

55
======================
66
Lumenier LUX F765-NDAA

common/source/docs/common-mavlink-mission-command-messages-mav_cmd.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ This list of commands was inferred from the command handler in
292292
- :ref:`MAV_CMD_DO_DIGICAM_CONFIGURE <mav_cmd_do_digicam_configure>` (Camera enabled only)
293293
- :ref:`MAV_CMD_DO_DIGICAM_CONTROL <mav_cmd_do_digicam_control>` (Camera enabled only)
294294
- :ref:`MAV_CMD_DO_SET_CAM_TRIGG_DIST <mav_cmd_do_set_cam_trigg_dist>` (Camera enabled only)
295-
- :ref:`MAV_CMD_DO_SET_ROI <mav_cmd_do_set_roi>`(Gimbal/mount enabled only)
295+
- :ref:`MAV_CMD_DO_SET_ROI <mav_cmd_do_set_roi>` (Gimbal/mount enabled only)
296296
- :ref:`MAV_CMD_DO_SET_ROI_LOCATION <mav_cmd_do_set_roi_location>` (Gimbal/mount enabled only)
297297
- :ref:`MAV_CMD_DO_SET_ROI_NONE <mav_cmd_do_set_roi_none>` (Gimbal/mount enabled only)
298298
- :ref:`MAV_CMD_DO_GIMBAL_MANAGER_PITCHYAW <mav_cmd_do_gimbal_manager_pitchyaw>` (Gimbal/mount enabled only)
@@ -339,7 +339,7 @@ This list of commands was inferred from the command handler in
339339
- :ref:`MAV_CMD_DO_DIGICAM_CONTROL <mav_cmd_do_digicam_control>` (Camera enabled only)
340340
- :ref:`MAV_CMD_DO_MOUNT_CONTROL <mav_cmd_do_mount_control>`
341341
- :ref:`MAV_CMD_DO_SET_CAM_TRIGG_DIST <mav_cmd_do_set_cam_trigg_dist>` (Camera enabled only)
342-
- :ref:`MAV_CMD_DO_SET_ROI <mav_cmd_do_set_roi>`(Gimbal/mount enabled only)
342+
- :ref:`MAV_CMD_DO_SET_ROI <mav_cmd_do_set_roi>` (Gimbal/mount enabled only)
343343
- :ref:`MAV_CMD_DO_SET_ROI_LOCATION <mav_cmd_do_set_roi_location>` (Gimbal/mount enabled only)
344344
- :ref:`MAV_CMD_DO_SET_ROI_NONE <mav_cmd_do_set_roi_none>` (Gimbal/mount enabled only)
345345
- :ref:`MAV_CMD_DO_GIMBAL_MANAGER_PITCHYAW <mav_cmd_do_gimbal_manager_pitchyaw>` (Gimbal/mount enabled only)

common/source/docs/common-oem-customizations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ArduPilot provides several ways for an OEM to provide firmware on their products
1111
- Ability to change the firmware string displayed to the user.
1212
- Ability to include pictures and informational files in available free flash space.
1313
- Ability to change parameters and mark them as read-only so that users cannot change them using :ref:`APJ Tools<dev:apjtools-intro>`. (as of version 4.5 firmware, this is no longer available)
14-
- Ability to :ref:`install a LUA script to vet parameters <https://github.com/ArduPilot/ardupilot/blob/master/libraries/AP_Scripting/applets/param-set.md>`__ before allowing them to be set via MAVLink.
14+
- Ability to `install a LUA script to vet parameters <https://github.com/ArduPilot/ardupilot/blob/master/libraries/AP_Scripting/applets/param-set.md>`__ before allowing them to be set via MAVLink.
1515

1616
Customization Steps
1717
===================

common/source/docs/common-orbith743.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,5 @@ This board does **not** ship with ArduPilot pre-installed.
178178
Follow `this guide <https://ardupilot.org/copter/docs/common-loading-firmware-onto-chibios-only-boards.html>`_ to load it for the first time.
179179

180180
Firmware can be found in `ArduPilot firmware repo <https://firmware.ardupilot.org>`_ under the ``ORBITH743`` sub-folder.
181+
182+
[copywiki destination="plane,copter,rover,blimp,sub"]
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
.. _common-baro-thrust-compensation:
2+
3+
4+
5+
================================
6+
Thrust Compensation of Barometer
7+
================================
8+
9+
.. note:: this features is not included on most ArduPilot standard firmware builds. Use the `custom firmware build server <custom.ardupilot.org>`__ to create a firmware that includes it.
10+
11+
On very small multirotors, the autopilot's barometer might be in the prop wash and have its readings impacted by that pressure which will vary with respect to the thrust (Throttle) being produced.
12+
13+
.. image:: ../../../images/baro_thrust1.png
14+
:target: ../_images/baro_thrust1.png
15+
16+
The first barometer (BARO1) can have compensation applied as a linearly varying offset of throttle value to reduce this effect. The :ref:`BARO1_THST_SCALE<BARO1_THST_SCALE>` parameters determines the magnitude, and sign, of the offset and will need to be experimentally determined for a particular vehicle. Examining the the log messages for ``BARO1.Press`` vs ``BARO1.CPress`` (compensated atmospheric pressure) can be used for this.
17+
18+
.. image:: ../../../images/baro_thrust2.png
19+
:target: ../_images/baro_thrust2.png

rover/source/docs/rover-motor-and-servo-configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Reversing
6161

6262
Rover vehicles may/or may not use reversing motors depending on configuration. If an ESC is used, usually 1500us is used to indicate idle for PWM and DShot systems. Brushed drivers this point will be 50% duty cycle, if reversible, unless the BRUSHED_WITH_RELAY type is used.
6363

64-
Some ESCs need a brief pause at idle as they change direction. :ref:`MTR_REV_DELAY<MTR_REV_DELAY>` can be used to provide that delay.
64+
Some ESCs need a brief pause at idle as they change direction. :ref:`MOT_REV_DELAY <MOT_REV_DELAY>` can be used to provide that delay.
6565

6666
ESC Configuration
6767
-----------------

0 commit comments

Comments
 (0)