Skip to content

Commit 1f6c014

Browse files
author
Git bot
committed
Update metadata
1 parent 924bc62 commit 1f6c014

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+3659
-2777
lines changed

AP_Periph-1.9/Parameters.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,9 +1174,9 @@ <h2>Rally too far (ARM_RALLY)</h2>
11741174
</ul>
11751175

11761176

1177-
<h2>RTL_ALT should be a valid value (ARM_C_RTL_ALT)</h2>
1177+
<h2>RTL_ALT_M should be a valid value (ARM_C_RTL_ALT_M)</h2>
11781178

1179-
<p>RTL_ALT should be &lt; 120m (400ft). 3 or less to prevent arming. -1 to disable.</p>
1179+
<p>RTL_ALT_M should be &lt; 120m (400ft). 3 or less to prevent arming. -1 to disable.</p>
11801180
<ul>
11811181
<table><th>Value</th><th>Meaning</th>
11821182
<tr><td>-1</td><td>Disabled</td></tr>
@@ -43179,6 +43179,15 @@ <h2>SITL vicon rate (SIM_VICON_RATE)</h2><em>Note: This parameter is for advance
4317943179
</ul>
4318043180

4318143181

43182+
<h2>SITL vicon odometry quality (SIM_VICON_QUAL)</h2><em>Note: This parameter is for advanced users</em><br>
43183+
43184+
<p>SITL vicon odometry quality field sent in MAVLink ODOMETRY message (-1=failure, 0=unknown, 1-100=quality)</p>
43185+
<ul>
43186+
<li>Units: percent</li>
43187+
<li>Range: -1 100</li>
43188+
</ul>
43189+
43190+
4318243191
<h1>SIM_VOLZ_ Parameters</h1>
4318343192

4318443193

AP_Periph-1.9/Parameters.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,9 +1112,9 @@ Rally Point more than RALLY_LIMIT_KM kilometers away. 3 or less to prevent armin
11121112
|6|Info|
11131113
|7|Debug|
11141114

1115-
## ARM_C_RTL_ALT: RTL_ALT should be a valid value
1115+
## ARM_C_RTL_ALT_M: RTL_ALT_M should be a valid value
11161116

1117-
RTL_ALT should be < 120m (400ft). 3 or less to prevent arming. -1 to disable.
1117+
RTL_ALT_M should be < 120m (400ft). 3 or less to prevent arming. -1 to disable.
11181118

11191119
|Value|Meaning|
11201120
|:---:|:---:|
@@ -42574,6 +42574,16 @@ SITL vicon rate
4257442574

4257542575
- Units: Hz
4257642576

42577+
## SIM_VICON_QUAL: SITL vicon odometry quality
42578+
42579+
*Note: This parameter is for advanced users*
42580+
42581+
SITL vicon odometry quality field sent in MAVLink ODOMETRY message (-1=failure, 0=unknown, 1-100=quality)
42582+
42583+
- Units: %
42584+
42585+
- Range: -1 100
42586+
4257742587
# SIMVOLZ Parameters
4257842588

4257942589
## SIM_VOLZ_ENA: Volz simulator enable/disable

AP_Periph-1.9/Parameters.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85653,6 +85653,25 @@ SITL vicon position standard deviation for gaussian noise
8565385653

8565485654

8565585655

85656+
.. _SIM_VICON_QUAL:
85657+
85658+
SIM\_VICON\_QUAL: SITL vicon odometry quality
85659+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
85660+
85661+
| *Note: This parameter is for advanced users*
85662+
85663+
SITL vicon odometry quality field sent in MAVLink ODOMETRY message \(\-1\=failure\, 0\=unknown\, 1\-100\=quality\)
85664+
85665+
85666+
+-----------+---------+
85667+
| Range | Units |
85668+
+===========+=========+
85669+
| -1 to 100 | percent |
85670+
+-----------+---------+
85671+
85672+
85673+
85674+
8565685675
.. _SIM_VICON_RATE:
8565785676

8565885677
SIM\_VICON\_RATE: SITL vicon rate

AP_Periph-1.9/ParametersLatex.rst

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2408,13 +2408,13 @@ Rally Point more than RALLY\_LIMIT\_KM kilometers away\. 3 or less to prevent ar
24082408

24092409

24102410

2411-
.. _ARM_C_RTL_ALT:
2411+
.. _ARM_C_RTL_ALT_M:
24122412

2413-
ARM\_C\_RTL\_ALT: RTL\_ALT should be a valid value
2414-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2413+
ARM\_C\_RTL\_ALT\_M: RTL\_ALT\_M should be a valid value
2414+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24152415

24162416

2417-
RTL\_ALT should be \< 120m \(400ft\)\. 3 or less to prevent arming\. \-1 to disable\.
2417+
RTL\_ALT\_M should be \< 120m \(400ft\)\. 3 or less to prevent arming\. \-1 to disable\.
24182418

24192419

24202420
+-------+-------------------+
@@ -89869,6 +89869,25 @@ SITL vicon rate
8986989869

8987089870

8987189871

89872+
.. _SIM_VICON_QUAL:
89873+
89874+
SIM\_VICON\_QUAL: SITL vicon odometry quality
89875+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
89876+
89877+
| *Note: This parameter is for advanced users*
89878+
89879+
SITL vicon odometry quality field sent in MAVLink ODOMETRY message \(\-1\=failure\, 0\=unknown\, 1\-100\=quality\)
89880+
89881+
89882+
+-----------+---------+
89883+
| Range | Units |
89884+
+===========+=========+
89885+
| -1 to 100 | percent |
89886+
+-----------+---------+
89887+
89888+
89889+
89890+
8987289891

8987389892
.. _SIM_VOLZ_ENA:
8987489893

AP_Periph-1.9/apm.pdef.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12820,9 +12820,9 @@
1282012820
"Units": "m",
1282112821
"User": "Standard"
1282212822
},
12823-
"ARM_C_RTL_ALT": {
12824-
"Description": "RTL_ALT should be < 120m (400ft). 3 or less to prevent arming. -1 to disable.",
12825-
"DisplayName": "RTL_ALT should be a valid value",
12823+
"ARM_C_RTL_ALT_M": {
12824+
"Description": "RTL_ALT_M should be < 120m (400ft). 3 or less to prevent arming. -1 to disable.",
12825+
"DisplayName": "RTL_ALT_M should be a valid value",
1282612826
"User": "Standard",
1282712827
"Values": {
1282812828
"-1": "Disabled",
@@ -40830,6 +40830,16 @@
4083040830
"Units": "m",
4083140831
"User": "Advanced"
4083240832
},
40833+
"SIM_VICON_QUAL": {
40834+
"Description": "SITL vicon odometry quality field sent in MAVLink ODOMETRY message (-1=failure, 0=unknown, 1-100=quality)",
40835+
"DisplayName": "SITL vicon odometry quality",
40836+
"Range": {
40837+
"high": "100",
40838+
"low": "-1"
40839+
},
40840+
"Units": "%",
40841+
"User": "Advanced"
40842+
},
4083340843
"SIM_VICON_RATE": {
4083440844
"Description": "SITL vicon rate",
4083540845
"DisplayName": "SITL vicon rate",

AP_Periph-1.9/apm.pdef.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@
698698
<value code="7">Debug</value>
699699
</values>
700700
</param>
701-
<param humanName="RTL_ALT should be a valid value" name="ARM_C_RTL_ALT" documentation="RTL_ALT should be &lt; 120m (400ft). 3 or less to prevent arming. -1 to disable." user="Standard">
701+
<param humanName="RTL_ALT_M should be a valid value" name="ARM_C_RTL_ALT_M" documentation="RTL_ALT_M should be &lt; 120m (400ft). 3 or less to prevent arming. -1 to disable." user="Standard">
702702
<values>
703703
<value code="-1">Disabled</value>
704704
<value code="0">Emergency(PreArm)</value>
@@ -29061,6 +29061,11 @@
2906129061
<field name="Units">Hz</field>
2906229062
<field name="UnitText">hertz</field>
2906329063
</param>
29064+
<param humanName="SITL vicon odometry quality" name="SIM_VICON_QUAL" documentation="SITL vicon odometry quality field sent in MAVLink ODOMETRY message (-1=failure, 0=unknown, 1-100=quality)" user="Advanced">
29065+
<field name="Units">%</field>
29066+
<field name="UnitText">percent</field>
29067+
<field name="Range">-1 100</field>
29068+
</param>
2906429069
</parameters>
2906529070
<parameters name="SIM_VOLZ_">
2906629071
<param humanName="Volz simulator enable/disable" name="SIM_VOLZ_ENA" documentation="Allows you to enable (1) or disable (0) the Volz simulator" user="Advanced">

0 commit comments

Comments
 (0)