Skip to content

Commit b5c8ec3

Browse files
committed
feat(PID notch): Activate PID notch filtering
1 parent 65188e3 commit b5c8ec3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

TUNING_GUIDE_ArduCopter.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,10 +1080,10 @@ The PID notch index parameters select one of the global `FILT1_` to `FILT8_` not
10801080
Use `0` to disable a PID notch on an axis.
10811081
Set value from `1` to `8` to select the matching `FILTn_` filter number so that the characteristics of the notch as defined above will be applied.
10821082

1083-
| Purpose | Roll | Pitch | Yaw |
1084-
| :--- | :--- | :--- | :--- |
1085-
| Target notch index | `ATC_RAT_RLL_NTF` | `ATC_RAT_PIT_NTF` | `ATC_RAT_YAW_NTF` |
1086-
| Error notch index | `ATC_RAT_RLL_NEF` | `ATC_RAT_PIT_NEF` | `ATC_RAT_YAW_NEF` |
1083+
| Purpose | Roll | Pitch | Yaw | Altitude |
1084+
| :--- | :--- | :--- | :--- | :--- |
1085+
| Target notch index | `ATC_RAT_RLL_NTF` | `ATC_RAT_PIT_NTF` | `ATC_RAT_YAW_NTF` | `PSC_ACCZ_NTF` |
1086+
| Error notch index | `ATC_RAT_RLL_NEF` | `ATC_RAT_PIT_NEF` | `ATC_RAT_YAW_NEF` | `PSC_ACCZ_NEF` |
10871087

10881088
Keep `ATC_RAT_*_D_FF` at `0` while tuning PID notch filters.
10891089
This term is for improving the "locked-in" feel of the drone so that the drone reacts with minimal latency.

ardupilot_methodic_configurator/configuration_steps_ArduCopter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
"auto_changed_by": "",
380380
"autoimport_nondefault_regexp": ["INS_LOG_BAT_.+", "LOG_FILE_.+"],
381381
"forced_parameters": {
382-
"LOG_BITMASK": { "New Value": 145118, "Change Reason": "Log all but fast att, Nav, Mission, OF, camera, fast IMU, raw, IMU, video stabilization. These are not needed now" },
382+
"LOG_BITMASK": { "New Value": 2242525, "Change Reason": "Log relevant data for attitude PID and notch filter tuning. Later on we'll change this to other subsystems" },
383383
"LOG_FILE_DSRMROT": { "New Value": 1, "Change Reason": "One .bin log file per flight, not per battery/reboot" }
384384
},
385385
"derived_parameters": {

0 commit comments

Comments
 (0)