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

Skip to content

Commit e966832

Browse files
TunaLobsterHwurzburg
authored andcommitted
Fix build warnings
1 parent e68a9aa commit e966832

17 files changed

Lines changed: 26 additions & 26 deletions

File tree

antennatracker/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
#
8080
# This is also used if you do content translation via gettext catalogs.
8181
# Usually you set "language" from the command line for these cases.
82-
language = None
82+
language = 'en'
8383

8484
# There are two options for replacing |today|: either, you set today to some
8585
# non-false value, then it is used:

ardupilot/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
#
7878
# This is also used if you do content translation via gettext catalogs.
7979
# Usually you set "language" from the command line for these cases.
80-
language = None
80+
language = 'en'
8181

8282
# There are two options for replacing |today|: either, you set today to some
8383
# non-false value, then it is used:

blimp/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
#
8080
# This is also used if you do content translation via gettext catalogs.
8181
# Usually you set "language" from the command line for these cases.
82-
language = None
82+
language = 'en'
8383

8484
# There are two options for replacing |today|: either, you set today to some
8585
# non-false value, then it is used:

common/source/docs/common-camera-gimbal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ below:
159159
very effective even at maximum 30 power zoom.
160160

161161
- For better and smoother Yaw, use Expo control on your RC and lower
162-
the Acro_Yaw_P gain in the autopilot.
162+
the :ref:`ACRO_Y_RATE<ACRO_Y_RATE>` gain in the autopilot.
163163

164164
It is important to remember that even with a perfect setup, photography
165165
is an art as well as a science. Using the camera pointing straight to

common/source/docs/common-transmitter-tuning.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,9 @@ The :ref:`TUNE_MAX<TUNE_MAX>` parameter determines the maximum value of the para
334334
+--------+-------------------------+----------------------------------------------------------------------+
335335
|10 |WP Speed | :ref:`WPNAV_SPEED<WPNAV_SPEED>` |
336336
+--------+-------------------------+----------------------------------------------------------------------+
337-
|25 |Acro RollPitch kP | :ref:`ACRO_RP_P<ACRO_RP_P>` |
337+
|25 |Acro RollPitch kP | :ref:`ACRO_RP_RATE<ACRO_RP_RATE>` |
338338
+--------+-------------------------+----------------------------------------------------------------------+
339-
|40 |Acro Yaw kP | :ref:`ACRO_YAW_P<ACRO_YAW_P>` |
339+
|40 |Acro Yaw kP | :ref:`ACRO_Y_RATE<ACRO_Y_RATE>` |
340340
+--------+-------------------------+----------------------------------------------------------------------+
341341
|45 |RC Feel | :ref:`ATC_INPUT_TC<ATC_INPUT_TC>` |
342342
+--------+-------------------------+----------------------------------------------------------------------+

copter/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
#
8080
# This is also used if you do content translation via gettext catalogs.
8181
# Usually you set "language" from the command line for these cases.
82-
language = None
82+
language = 'en'
8383

8484
# There are two options for replacing |today|: either, you set today to some
8585
# non-false value, then it is used:

copter/source/docs/acro-mode.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ Values for :ref:`ACRO_BAL_ROLL<ACRO_BAL_ROLL>` and :ref:`ACRO_BAL_PITCH<ACRO_BAL
9595
Tuning Parameters
9696
=================
9797

98-
- :ref:`ACRO_RP_P <ACRO_RP_P>` controls the rotation rate for the roll and pitch axis. The default,
98+
- :ref:`ACRO_RP_RATE<ACRO_RP_RATE>` controls the rotation rate for the roll and pitch axis. The default,
9999
4.5, will command a 200deg/sec rotation rate. Higher values lead to
100100
higher rotation rates, lower to slower rotation rates.
101-
- :ref:`ACRO_YAW_P <ACRO_YAW_P>` controls the rotation rate for the yaw axis. The default, 4.5, like
101+
- :ref:`ACRO_Y_RATE<ACRO_Y_RATE>` controls the rotation rate for the yaw axis. The default, 4.5, like
102102
roll and pitch, will command a 200deg/sec rotation rate.
103103
- :ref:`ACRO_RP_EXPO <ACRO_RP_EXPO>` and :ref:`ACRO_Y_EXPO <ACRO_Y_EXPO>` are
104104
an amount of Exponential to apply to the pilots stick inputs that
@@ -124,7 +124,7 @@ modes, not just ACRO.
124124
:ref:`ATC_ACCEL_P_MAX <ATC_ACCEL_P_MAX>`: Maximum
125125
acceleration in roll/pitch axis measured in Centi-degres/sec/sec.
126126
Let's say you have a highly nimble quadcopter and you have your
127-
:ref:`ACRO_RP_P<ACRO_RP_P>` parameter set to 9, which translates to a roll request of
127+
:ref:`ACRO_RP_RATE<ACRO_RP_RATE>` parameter set to 9, which translates to a roll request of
128128
~400deg/sec. The copter is not physically capable of going from
129129
0deg/sec to 400deg/sec without a brief moment of acceleration. During
130130
that time, error is building up in the controller in order to get you
@@ -137,7 +137,7 @@ modes, not just ACRO.
137137
tuned.
138138
- :ref:`ATC_ACCEL_Y_MAX <ATC_ACCEL_Y_MAX>`: Maximum acceleration in Yaw axis measured in
139139
Centi-degress/sec/sec. Same principle as ``ATC_ACCEL_R_MAX`` and :ref:`ATC_ACCEL_P_MAX`
140-
but on the YAW axis based on the `ACRO_YAW_P <ACRO_YAW_P>` parameter value
140+
but on the YAW axis based on the :ref:`ACRO_Y_RATE<ACRO_Y_RATE>` parameter value
141141
(likely a much lower, more attainable value.)
142142

143143
User Videos

copter/source/docs/input-shaping.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Copter has a set of parameters that define the way the aircraft feels to fly. Th
88

99
The most important of these parameters is:
1010

11-
- :ref:`ACRO_YAW_P <ACRO_YAW_P>` : desired maximum yaw rate / 45 degrees/s
11+
- :ref:`ACRO_Y_RATE<ACRO_Y_RATE>` : desired maximum yaw rate / 45 degrees/s
1212
- :ref:`ANGLE_MAX <ANGLE_MAX>` : maximum lean angle
1313
- :ref:`ATC_ACCEL_P_MAX <ATC_ACCEL_P_MAX>` : Pitch rate acceleration
1414
- :ref:`ATC_ACCEL_R_MAX <ATC_ACCEL_R_MAX>` : Roll rate acceleration
@@ -23,7 +23,7 @@ For aircraft designed to carry large directly mounted payloads, the maximum valu
2323
- :ref:`ATC_ACCEL_R_MAX <ATC_ACCEL_R_MAX>` x (min_TOW / max_TOW)
2424
- :ref:`ATC_ACCEL_Y_MAX <ATC_ACCEL_Y_MAX>` x (min_TOW / max_TOW)
2525

26-
:ref:`ACRO_YAW_P <ACRO_YAW_P>` should be set to be approximately 0.5 x :ref:`ATC_ACCEL_Y_MAX <ATC_ACCEL_Y_MAX>` / 4500 to ensure that the aircraft can achieve full yaw rate in approximately half a second.
26+
:ref:`ACRO_Y_RATE<ACRO_Y_RATE>` should be set to be approximately 0.5 x :ref:`ATC_ACCEL_Y_MAX <ATC_ACCEL_Y_MAX>` / 4500 to ensure that the aircraft can achieve full yaw rate in approximately half a second.
2727

2828
:ref:`ATC_ANG_LIM_TC <ATC_ANG_LIM_TC>` may be increased to provide a very smooth feeling on the sticks at the expense of a slower reaction time.
2929

@@ -32,22 +32,22 @@ Aerobatic aircraft should keep the :ref:`ATC_ACCEL_P_MAX <ATC_ACCEL_P_MAX>`, :re
3232
- :ref:`ACRO_BAL_PITCH <ACRO_BAL_PITCH>`
3333
- :ref:`ACRO_BAL_ROLL <ACRO_BAL_ROLL>`
3434
- :ref:`ACRO_RP_EXPO <ACRO_RP_EXPO>`
35-
- :ref:`ACRO_RP_P <ACRO_RP_P>`
35+
- :ref:`ACRO_RP_RATE <ACRO_RP_RATE>`
3636
- :ref:`ACRO_THR_MID <ACRO_THR_MID>`
3737
- :ref:`ACRO_TRAINER <ACRO_TRAINER>`
3838
- :ref:`ACRO_Y_EXPO <ACRO_Y_EXPO>`
39-
- :ref:`ACRO_YAW_P <ACRO_YAW_P>`
39+
- :ref:`ACRO_Y_RATE<ACRO_Y_RATE>`
4040

4141
The full list of input shaping parameters are:
4242

4343
- :ref:`ACRO_BAL_PITCH <ACRO_BAL_PITCH>`
4444
- :ref:`ACRO_BAL_ROLL <ACRO_BAL_ROLL>`
4545
- :ref:`ACRO_RP_EXPO <ACRO_RP_EXPO>`
46-
- :ref:`ACRO_RP_P <ACRO_RP_P>`
46+
- :ref:`ACRO_RP_RATE <ACRO_RP_RATE>`
4747
- :ref:`ACRO_THR_MID <ACRO_THR_MID>`
4848
- :ref:`ACRO_TRAINER <ACRO_TRAINER>`
4949
- :ref:`ACRO_Y_EXPO <ACRO_Y_EXPO>`
50-
- :ref:`ACRO_YAW_P <ACRO_YAW_P>`
50+
- :ref:`ACRO_Y_RATE<ACRO_Y_RATE>`
5151
- :ref:`ANGLE_MAX <ANGLE_MAX>`
5252
- :ref:`ATC_ACCEL_P_MAX <ATC_ACCEL_P_MAX>`
5353
- :ref:`ATC_ACCEL_R_MAX <ATC_ACCEL_R_MAX>`

copter/source/docs/setting-up-for-tuning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The PID controller default values for axis P/D/I values are usually safe for fir
7171
- :ref:`ATC_ACCEL_P_MAX <ATC_ACCEL_P_MAX>` : 110000 for 10 inch props, 50000 for 20 inch props, 20000 for 30 inch props
7272
- :ref:`ATC_ACCEL_R_MAX <ATC_ACCEL_R_MAX>` : 110000 for 10 inch props, 50000 for 20 inch props, 20000 for 30 inch props
7373
- :ref:`ATC_ACCEL_Y_MAX <ATC_ACCEL_Y_MAX>` : 27000 for 10 inch props, 18000 for 20 inch props, 9000 for 30 inch props
74-
- :ref:`ACRO_YAW_P <ACRO_YAW_P>` : 0.5 x :ref:`ATC_ACCEL_Y_MAX <ATC_ACCEL_Y_MAX>` / 4500
74+
- :ref:`ACRO_Y_RATE<ACRO_Y_RATE>` : 0.5 x :ref:`ATC_ACCEL_Y_MAX <ATC_ACCEL_Y_MAX>` / 4500
7575

7676
For Copter-4.0 (and later):
7777

copter/source/docs/stabilize-mode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Other important parameters
7070
(i.e. 45 degrees)
7171
- ANGLE_RATE_MAX controls the maximum requested rotation rate in the
7272
roll and pitch axis which by default is 18000 (180deg/sec).
73-
- :ref:`ACRO_YAW_P <ACRO_YAW_P>` controls how quickly copter rotates based on a pilot's
73+
- :ref:`ACRO_Y_RATE<ACRO_Y_RATE>` controls how quickly copter rotates based on a pilot's
7474
yaw input. The default of 4.5 commands a 200 deg/sec rate of
7575
rotation when the yaw stick is held fully left or right. Higher
7676
values will make it rotate more quickly.

0 commit comments

Comments
 (0)