Skip to content

Commit

Permalink
Update PX4 Firmware metadata Tue Jul 16 15:00:29 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Jul 16, 2024
1 parent 8b617df commit 1cc5494
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
22 changes: 11 additions & 11 deletions en/advanced_config/parameter_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -11173,20 +11173,20 @@ table {
</tr>
<tr>
<td><strong id="EKF2_GPS_CHECK">EKF2_GPS_CHECK</strong> (INT32)</td>
<td>Integer bitmask controlling GPS checks <p><strong>Comment:</strong> Set bits to 1 to enable checks. Checks enabled by the following bit positions 0 : Minimum required sat count set by EKF2_REQ_NSATS 1 : Maximum allowed PDOP set by EKF2_REQ_PDOP 2 : Maximum allowed horizontal position error set by EKF2_REQ_EPH 3 : Maximum allowed vertical position error set by EKF2_REQ_EPV 4 : Maximum allowed speed error set by EKF2_REQ_SACC 5 : Maximum allowed horizontal position rate set by EKF2_REQ_HDRIFT. This check will only run when the vehicle is on ground and stationary. 6 : Maximum allowed vertical position rate set by EKF2_REQ_VDRIFT. This check will only run when the vehicle is on ground and stationary. 7 : Maximum allowed horizontal speed set by EKF2_REQ_HDRIFT. This check will only run when the vehicle is on ground and stationary. 8 : Maximum allowed vertical velocity discrepancy set by EKF2_REQ_VDRIFT. 9: Fails if GPS driver detects consistent spoofing</p> <strong>Bitmask:</strong><ul> <li><strong>0:</strong> Min sat count (EKF2_REQ_NSATS)</li>
<li><strong>1:</strong> Max PDOP (EKF2_REQ_PDOP)</li>
<li><strong>2:</strong> Max horizontal position error (EKF2_REQ_EPH)</li>
<li><strong>3:</strong> Max vertical position error (EKF2_REQ_EPV)</li>
<li><strong>4:</strong> Max speed error (EKF2_REQ_SACC)</li>
<li><strong>5:</strong> Max horizontal position rate (EKF2_REQ_HDRIFT)</li>
<li><strong>6:</strong> Max vertical position rate (EKF2_REQ_VDRIFT)</li>
<li><strong>7:</strong> Max horizontal speed (EKF2_REQ_HDRIFT)</li>
<li><strong>8:</strong> Max vertical velocity discrepancy (EKF2_REQ_VDRIFT)</li>
<li><strong>9:</strong> Spoofing check</li>
<td>Integer bitmask controlling GPS checks <p><strong>Comment:</strong> Each threshold value is defined by the parameter indicated next to the check. Drift and offset checks only run when the vehicle is on ground and stationary.</p> <strong>Bitmask:</strong><ul> <li><strong>0:</strong> Sat count (EKF2_REQ_NSATS)</li>
<li><strong>1:</strong> PDOP (EKF2_REQ_PDOP)</li>
<li><strong>2:</strong> EPH (EKF2_REQ_EPH)</li>
<li><strong>3:</strong> EPV (EKF2_REQ_EPV)</li>
<li><strong>4:</strong> Speed accuracy (EKF2_REQ_SACC)</li>
<li><strong>5:</strong> Horizontal position drift (EKF2_REQ_HDRIFT)</li>
<li><strong>6:</strong> Vertical position drift (EKF2_REQ_VDRIFT)</li>
<li><strong>7:</strong> Horizontal speed offset (EKF2_REQ_HDRIFT)</li>
<li><strong>8:</strong> Vertical speed offset (EKF2_REQ_VDRIFT)</li>
<li><strong>9:</strong> Spoofing</li>
</ul>
</td>
<td>[0, 1023] </td>
<td>245</td>
<td>1023</td>
<td></td>
</tr>
<tr>
Expand Down
Binary file modified public/config/failsafe/index.wasm
Binary file not shown.
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 1cc5494

Please sign in to comment.