Skip to content

Commit

Permalink
Update PX4 Firmware metadata Thu Jan 9 14:44:38 UTC 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Jan 9, 2025
1 parent b370fe3 commit b358377
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 18 deletions.
1 change: 1 addition & 0 deletions en/advanced_config/parameter_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -32833,6 +32833,7 @@ Vehicle type.
- `0`: Multicopter
- `1`: Fixed-Wing
- `2`: Tailsitter
- `3`: Standard VTOL


Reboot | minValue | maxValue | increment | default | unit
Expand Down
17 changes: 6 additions & 11 deletions en/airframes/airframe_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -688,15 +688,6 @@ div.frame_variant td, div.frame_variant th {

<div class="frame_common">
<img src="../../assets/airframes/types/AirframeSimulation.svg"/>
<table>
<thead>
<tr><th>Common Outputs</th></tr>
</thead>
<tbody>
<tr>
<td><ul><li><b>Motor1</b>: motor right</li><li><b>Motor2</b>: motor left</li><li><b>Servo1</b>: elevon right</li><li><b>Servo2</b>: elevon left</li></ul></td>
</tr>
</tbody></table>
</div>

<div class="frame_variant">
Expand All @@ -707,7 +698,11 @@ div.frame_variant td, div.frame_variant th {
<tbody>
<tr id="vtol_simulation_sih_tailsitter_duo">
<td>SIH Tailsitter Duo</td>
<td>Maintainer: Romain Chiappinelli &lt;romain.chiap@gmail.com&gt;<p><code>SYS_AUTOSTART</code> = 1102</p></td>
<td>Maintainer: Romain Chiappinelli &lt;romain.chiap@gmail.com&gt;<p><code>SYS_AUTOSTART</code> = 1102</p><br><b>Specific Outputs:</b><ul><li><b>Motor1</b>: motor right</li><li><b>Motor2</b>: motor left</li><li><b>Servo1</b>: elevon right</li><li><b>Servo2</b>: elevon left</li></ul></td>
</tr>
<tr id="vtol_simulation_sih_standard_vtol_quadplane">
<td>SIH Standard VTOL QuadPlane</td>
<td>Maintainer: John Doe &lt;john@example.com&gt;<p><code>SYS_AUTOSTART</code> = 1103</p><br><b>Specific Outputs:</b><ul><li><b>Motor1</b>: MC motor front right</li><li><b>Motor2</b>: MC motor back left</li><li><b>Motor3</b>: MC motor front left</li><li><b>Motor4</b>: MC motor back right</li><li><b>Motor5</b>: Forward thrust motor</li><li><b>Servo1</b>: Aileron</li><li><b>Servo2</b>: Elevator</li><li><b>Servo3</b>: Rudder</li></ul></td>
</tr>
</tbody>
</table>
Expand All @@ -727,7 +722,7 @@ div.frame_variant td, div.frame_variant th {
<tbody>
<tr id="vtol_standard_vtol_hil_standard_vtol_quadplane">
<td>HIL Standard VTOL QuadPlane</td>
<td>Maintainer: Roman Bapst &lt;roman@auterion.com&gt;<p><code>SYS_AUTOSTART</code> = 1002</p></td>
<td>Maintainer: Roman Bapst &lt;roman@auterion.com&gt;<p><code>SYS_AUTOSTART</code> = 1002</p><br><b>Specific Outputs:</b><ul><li><b>Motor1</b>: MC motor front right</li><li><b>Motor2</b>: MC motor back left</li><li><b>Motor3</b>: MC motor front left</li><li><b>Motor4</b>: MC motor back right</li><li><b>Motor5</b>: Forward thrust motor</li><li><b>Servo1</b>: Aileron</li><li><b>Servo2</b>: Elevator</li><li><b>Servo3</b>: Rudder</li></ul></td>
</tr>
<tr id="vtol_standard_vtol_generic_standard_vtol">
<td>Generic Standard VTOL</td>
Expand Down
2 changes: 1 addition & 1 deletion public/config/failsafe/parameters.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_full.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_full_no_mavlink.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_px4_fmu-v2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_px4_fmu-v4.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_px4_fmu-v5.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_px4_sitl.json

Large diffs are not rendered by default.

0 comments on commit b358377

Please sign in to comment.