@@ -15107,6 +15107,7 @@ Specify USB MAVLink mode.
15107
15107
- `10`: gimbal
15108
15108
- `11`: onboard_low_bandwidth
15109
15109
- `12`: uavionix
15110
+ - `13`: Low Bandwidth
15110
15111
15111
15112
| Reboot | minValue | maxValue | increment | default | unit |
15112
15113
| ------- | -------- | -------- | --------- | ------- | ---- |
@@ -15924,7 +15925,7 @@ the estimated time it takes to reach the RTL destination.
15924
15925
15925
15926
| Reboot | minValue | maxValue | increment | default | unit |
15926
15927
| ------ | -------- | -------- | --------- | ------- | ---- |
15927
- | | | | 1 | 3 |
15928
+ | | | | 1 | 0 |
15928
15929
15929
15930
### COM_FLT_PROFILE (`INT32`) {#COM_FLT_PROFILE}
15930
15931
@@ -17009,6 +17010,21 @@ Sets the number of standard deviations used by the innovation consistency test.
17009
17010
| ------ | -------- | -------- | --------- | ------- | ---- |
17010
17011
| | 1.0 | | | 3.0 | SD |
17011
17012
17013
+ ### EKF2_AGP_MODE (`INT32`) {#EKF2_AGP_MODE}
17014
+
17015
+ Fusion reset mode.
17016
+
17017
+ Automatic: reset on fusion timeout if no other source of position is available Dead-reckoning: reset on fusion timeout if no source of velocity is available
17018
+
17019
+ **Values:**
17020
+
17021
+ - `0`: Automatic
17022
+ - `1`: Dead-reckoning
17023
+
17024
+ | Reboot | minValue | maxValue | increment | default | unit |
17025
+ | ------ | -------- | -------- | --------- | ------- | ---- |
17026
+ | | | | | 0 |
17027
+
17012
17028
### EKF2_AGP_NOISE (`FLOAT`) {#EKF2_AGP_NOISE}
17013
17029
17014
17030
Measurement noise for aux global position measurements.
@@ -20106,6 +20122,20 @@ Auto-detection will probe all protocols, and thus is a bit slower.
20106
20122
| ------- | -------- | -------- | --------- | ------- | ---- |
20107
20123
| ✓ | 0 | 6 | | 1 |
20108
20124
20125
+ ### GPS_CFG_WIPE (`INT32`) {#GPS_CFG_WIPE}
20126
+
20127
+ Wipes the flash config of UBX modules.
20128
+
20129
+ Some UBX modules have a FLASH that allows to store persistent configuration that will be loaded on start.
20130
+ PX4 does override all configuration parameters it needs in RAM, which takes precedence over the values in FLASH.
20131
+ However, configuration parameters that are not overriden by PX4 can still cause unexpected problems during flight.
20132
+ To avoid these kind of problems a clean config can be reached by wiping the FLASH on boot.
20133
+ Note: Currently only supported on UBX.
20134
+
20135
+ | Reboot | minValue | maxValue | increment | default | unit |
20136
+ | ------- | -------- | -------- | --------- | ------------ | ---- |
20137
+ | ✓ | | | | Disabled (0) |
20138
+
20109
20139
### GPS_DUMP_COMM (`INT32`) {#GPS_DUMP_COMM}
20110
20140
20111
20141
Log GPS communication data.
@@ -24938,11 +24968,13 @@ Acceptance radius for fixedwing altitude.
24938
24968
24939
24969
Loiter radius (FW only).
24940
24970
24941
- Default value of loiter radius in FW mode (e.g. for Loiter mode).
24971
+ Default value of loiter radius in fixed-wing mode (e.g. for Loiter mode).
24972
+ The direction of the loiter can be set via the sign: A positive value for
24973
+ clockwise, negative for counter-clockwise.
24942
24974
24943
24975
| Reboot | minValue | maxValue | increment | default | unit |
24944
24976
| ------ | -------- | -------- | --------- | ------- | ---- |
24945
- | | 25 | 1000 | 0.5 | 80.0 | m |
24977
+ | | -10000 | 10000 | 0.5 | 80.0 | m |
24946
24978
24947
24979
### NAV_MC_ALT_RAD (`FLOAT`) {#NAV_MC_ALT_RAD}
24948
24980
@@ -26644,6 +26676,48 @@ Can be set to increase the amount of integrator available to counteract disturba
26644
26676
| ------ | -------- | -------- | --------- | ------- | ---- |
26645
26677
| | 0.0 | | 0.01 | 0.30 |
26646
26678
26679
+ ## Neural Control
26680
+
26681
+ ### MC_NN_EN (`INT32`) {#MC_NN_EN}
26682
+
26683
+ If true the neural network control is automatically started on boot.
26684
+
26685
+ | Reboot | minValue | maxValue | increment | default | unit |
26686
+ | ------ | -------- | -------- | --------- | ----------- | ---- |
26687
+ | | | | | Enabled (1) |
26688
+
26689
+ ### MC_NN_MANL_CTRL (`INT32`) {#MC_NN_MANL_CTRL}
26690
+
26691
+ Enable or disable setting the trajectory setpoint with manual control.
26692
+
26693
+ | Reboot | minValue | maxValue | increment | default | unit |
26694
+ | ------- | -------- | -------- | --------- | ----------- | ---- |
26695
+ | ✓ | | | | Enabled (1) |
26696
+
26697
+ ### MC_NN_MAX_RPM (`INT32`) {#MC_NN_MAX_RPM}
26698
+
26699
+ The maximum RPM of the motors. Used to normalize the output of the neural network.
26700
+
26701
+ | Reboot | minValue | maxValue | increment | default | unit |
26702
+ | ------ | -------- | -------- | --------- | ------- | ---- |
26703
+ | | 0 | 80000 | | 22000 |
26704
+
26705
+ ### MC_NN_MIN_RPM (`INT32`) {#MC_NN_MIN_RPM}
26706
+
26707
+ The minimum RPM of the motors. Used to normalize the output of the neural network.
26708
+
26709
+ | Reboot | minValue | maxValue | increment | default | unit |
26710
+ | ------ | -------- | -------- | --------- | ------- | ---- |
26711
+ | | 0 | 80000 | | 1000 |
26712
+
26713
+ ### MC_NN_THRST_COEF (`FLOAT`) {#MC_NN_THRST_COEF}
26714
+
26715
+ Thrust coefficient of the motors. Used to normalize the output of the neural network. Divided by 100 000.
26716
+
26717
+ | Reboot | minValue | maxValue | increment | default | unit |
26718
+ | ------ | -------- | -------- | --------- | ------- | ---- |
26719
+ | | 0.0 | 5.0 | | 1.2 |
26720
+
26647
26721
## OSD
26648
26722
26649
26723
### MSP_OSD_CONFIG (`INT32`) {#MSP_OSD_CONFIG}
@@ -26804,14 +26878,6 @@ rel_signal is the relative motor control signal between 0 and 1.
26804
26878
26805
26879
## Payload Deliverer
26806
26880
26807
- ### PD_GRIPPER_EN (`INT32`) {#PD_GRIPPER_EN}
26808
-
26809
- Enable Gripper actuation in Payload Deliverer.
26810
-
26811
- | Reboot | minValue | maxValue | increment | default | unit |
26812
- | ------- | -------- | -------- | --------- | ------------ | ---- |
26813
- | ✓ | | | | Disabled (0) |
26814
-
26815
26881
### PD_GRIPPER_TO (`FLOAT`) {#PD_GRIPPER_TO}
26816
26882
26817
26883
Timeout for successful gripper actuation acknowledgement.
@@ -26823,7 +26889,7 @@ this time before considering gripper actuation successful and publish a
26823
26889
26824
26890
| Reboot | minValue | maxValue | increment | default | unit |
26825
26891
| ------ | -------- | -------- | --------- | ------- | ---- |
26826
- | | 0 | | | 3 | s |
26892
+ | | 0 | | | 1 | s |
26827
26893
26828
26894
### PD_GRIPPER_TYPE (`INT32`) {#PD_GRIPPER_TYPE}
26829
26895
@@ -32137,6 +32203,22 @@ Use SENS_MAG_SIDES instead
32137
32203
| ------ | -------- | -------- | --------- | ------- | ---- |
32138
32204
| | | | | 63 |
32139
32205
32206
+ ### ILABS_MODE (`INT32`) {#ILABS_MODE}
32207
+
32208
+ InertialLabs INS sensor mode configuration.
32209
+
32210
+ Configures whether the driver outputs only raw sensor output (the default),
32211
+ or additionally supplies INS data such as position and velocity estimates.
32212
+
32213
+ **Values:**
32214
+
32215
+ - `0`: Sensors Only (default)
32216
+ - `1`: INS
32217
+
32218
+ | Reboot | minValue | maxValue | increment | default | unit |
32219
+ | ------ | -------- | -------- | --------- | ------- | ---- |
32220
+ | | | | | 0 |
32221
+
32140
32222
### IMU_ACCEL_CUTOFF (`FLOAT`) {#IMU_ACCEL_CUTOFF}
32141
32223
32142
32224
Low pass filter cutoff frequency for accel.
@@ -33308,6 +33390,31 @@ Sets the longest time constant that will be applied to the calculation of GPS po
33308
33390
| ------ | -------- | -------- | --------- | ------- | ---- |
33309
33391
| | 1.0 | 100.0 | | 10.0 | s |
33310
33392
33393
+ ### SENS_ILABS_CFG (`INT32`) {#SENS_ILABS_CFG}
33394
+
33395
+ Serial Configuration for InertialLabs.
33396
+
33397
+ Configure on which serial port to run InertialLabs.
33398
+
33399
+ **Values:**
33400
+
33401
+ - `0`: Disabled
33402
+ - `6`: UART 6
33403
+ - `101`: TELEM 1
33404
+ - `102`: TELEM 2
33405
+ - `103`: TELEM 3
33406
+ - `104`: TELEM/SERIAL 4
33407
+ - `201`: GPS 1
33408
+ - `202`: GPS 2
33409
+ - `203`: GPS 3
33410
+ - `300`: Radio Controller
33411
+ - `301`: Wifi Port
33412
+ - `401`: EXT2
33413
+
33414
+ | Reboot | minValue | maxValue | increment | default | unit |
33415
+ | ------- | -------- | -------- | --------- | ------- | ---- |
33416
+ | ✓ | | | | 0 |
33417
+
33311
33418
### SENS_IMU_AUTOCAL (`INT32`) {#SENS_IMU_AUTOCAL}
33312
33419
33313
33420
IMU auto calibration.
0 commit comments