mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
b96a5d87b2
Adds the dynamic harmonic notch filter and static notch filter to the Solo's default parameters. PID tuning parameters for the green cube Solo adjusted to take advantage of the better control.
11 lines
208 B
Plaintext
11 lines
208 B
Plaintext
# New stock cube notch params for chris to try
|
|
INS_HNTCH_ATT,40
|
|
INS_HNTCH_ENABLE,1
|
|
INS_HNTCH_REF,0.26
|
|
INS_HNTCH_FREQ,200
|
|
INS_HNTCH_BW,100
|
|
INS_NOTCH_ATT,40
|
|
INS_NOTCH_ENABLE,1
|
|
INS_NOTCH_FREQ,98
|
|
INS_NOTCH_BW,49
|