Metadata update 20251210 (#26070)

This commit is contained in:
Hamish Willee 2025-12-10 15:49:47 +11:00 committed by GitHub
parent 29ba83109c
commit 3a2ce0925d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 11 additions and 34 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 387 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 368 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -14357,22 +14357,6 @@ Defines which RC_MAP_AUXn parameter maps the manual control channel used to enab
| ------ | -------- | -------- | --------- | ------- | ---- | | ------ | -------- | -------- | --------- | ------- | ---- |
|   | 0 | 6 | | 0 | |   | 0 | 6 | | 0 |
### FW_AT_START (`INT32`) {#FW_AT_START}
Start the autotuning sequence.
WARNING: this will inject steps to the rate controller
and can be dangerous. Only activate if you know what you
are doing, and in a safe environment.
Any motion of the remote stick will abort the signal
injection and reset this parameter
Best is to perform the identification in position or
hold mode.
| Reboot | minValue | maxValue | increment | default | unit |
| ------ | -------- | -------- | --------- | ------------ | ---- |
|   | | | | Disabled (0) |
### FW_AT_SYSID_F0 (`FLOAT`) {#FW_AT_SYSID_F0} ### FW_AT_SYSID_F0 (`FLOAT`) {#FW_AT_SYSID_F0}
Start frequency of the injected signal. Start frequency of the injected signal.
@ -14456,24 +14440,6 @@ Desired angular rate closed-loop rise time.
| ------ | -------- | -------- | --------- | ------- | ---- | | ------ | -------- | -------- | --------- | ------- | ---- |
|   | 0.01 | 0.5 | | 0.14 | s | |   | 0.01 | 0.5 | | 0.14 | s |
### MC_AT_START (`INT32`) {#MC_AT_START}
Start the autotuning sequence.
WARNING: this will inject steps to the rate controller
and can be dangerous. Only activate if you know what you
are doing, and in a safe environment.
Any motion of the remote stick will abort the signal
injection and reset this parameter
Best is to perform the identification in position or
hold mode.
Increase the amplitude of the injected signal using
MC_AT_SYSID_AMP for more signal/noise ratio
| Reboot | minValue | maxValue | increment | default | unit |
| ------ | -------- | -------- | --------- | ------------ | ---- |
|   | | | | Disabled (0) |
### MC_AT_SYSID_AMP (`FLOAT`) {#MC_AT_SYSID_AMP} ### MC_AT_SYSID_AMP (`FLOAT`) {#MC_AT_SYSID_AMP}
Amplitude of the injected signal. Amplitude of the injected signal.
@ -17097,6 +17063,16 @@ EKF2 enable.
| ------ | -------- | -------- | --------- | ----------- | ---- | | ------ | -------- | -------- | --------- | ----------- | ---- |
|   | | | | Enabled (1) | |   | | | | Enabled (1) |
### EKF2_ENGINE_WRM (`INT32`) {#EKF2_ENGINE_WRM}
Enable constant position fusion during engine warmup.
When enabled, constant position fusion is enabled when the vehicle is landed and armed. This is intended for IC engine warmup (e.g., fuel engines on catapult) to allow mode transitions to auto/takeoff despite vibrations from running engines.
| Reboot | minValue | maxValue | increment | default | unit |
| ------ | -------- | -------- | --------- | ------------ | ---- |
|   | | | | Disabled (0) |
### EKF2_EVA_NOISE (`FLOAT`) {#EKF2_EVA_NOISE} ### EKF2_EVA_NOISE (`FLOAT`) {#EKF2_EVA_NOISE}
Measurement noise for vision angle measurements. Measurement noise for vision angle measurements.

View File

@ -69,6 +69,7 @@ uint16 VEHICLE_CMD_DO_PARACHUTE=208 # Mission command to trigger a parachute. |a
uint16 VEHICLE_CMD_DO_MOTOR_TEST=209 # Motor test command. |Instance (@range 1, )|throttle type|throttle|timeout [s]|Motor count|Test order|Unused| uint16 VEHICLE_CMD_DO_MOTOR_TEST=209 # Motor test command. |Instance (@range 1, )|throttle type|throttle|timeout [s]|Motor count|Test order|Unused|
uint16 VEHICLE_CMD_DO_INVERTED_FLIGHT=210 # Change to/from inverted flight. |inverted (0=normal, 1=inverted)|Unused|Unused|Unused|Unused|Unused|Unused| uint16 VEHICLE_CMD_DO_INVERTED_FLIGHT=210 # Change to/from inverted flight. |inverted (0=normal, 1=inverted)|Unused|Unused|Unused|Unused|Unused|Unused|
uint16 VEHICLE_CMD_DO_GRIPPER = 211 # Command to operate a gripper. uint16 VEHICLE_CMD_DO_GRIPPER = 211 # Command to operate a gripper.
uint16 VEHICLE_CMD_DO_AUTOTUNE_ENABLE = 212 # Enable autotune module. |1 to enable|Unused|Unused|Unused|Unused|Unused|Unused|
uint16 VEHICLE_CMD_DO_SET_CAM_TRIGG_INTERVAL=214 # Mission command to set TRIG_INTERVAL for this flight. |[m] Camera trigger distance|Shutter integration time (ms)|Unused|Unused|Unused|Unused|Unused| uint16 VEHICLE_CMD_DO_SET_CAM_TRIGG_INTERVAL=214 # Mission command to set TRIG_INTERVAL for this flight. |[m] Camera trigger distance|Shutter integration time (ms)|Unused|Unused|Unused|Unused|Unused|
uint16 VEHICLE_CMD_DO_MOUNT_CONTROL_QUAT=220 # Mission command to control a camera or antenna mount, using a quaternion as reference. |q1 - quaternion param #1, w (1 in null-rotation)|q2 - quaternion param #2, x (0 in null-rotation)|q3 - quaternion param #3, y (0 in null-rotation)|q4 - quaternion param #4, z (0 in null-rotation)|Unused|Unused|Unused| uint16 VEHICLE_CMD_DO_MOUNT_CONTROL_QUAT=220 # Mission command to control a camera or antenna mount, using a quaternion as reference. |q1 - quaternion param #1, w (1 in null-rotation)|q2 - quaternion param #2, x (0 in null-rotation)|q3 - quaternion param #3, y (0 in null-rotation)|q4 - quaternion param #4, z (0 in null-rotation)|Unused|Unused|Unused|
uint16 VEHICLE_CMD_DO_GUIDED_MASTER=221 # Set id of master controller. |System ID|Component ID|Unused|Unused|Unused|Unused|Unused| uint16 VEHICLE_CMD_DO_GUIDED_MASTER=221 # Set id of master controller. |System ID|Component ID|Unused|Unused|Unused|Unused|Unused|