Skip to content

Commit

Permalink
remove old setting
Browse files Browse the repository at this point in the history
  • Loading branch information
breadoven committed Apr 21, 2024
1 parent d59fdab commit 3a063e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
10 changes: 0 additions & 10 deletions docs/Settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -3592,16 +3592,6 @@ P gain of altitude PID controller (Multirotor)

---

### nav_mc_vel_xy_accel_attenuate

Adjustment factor to attenuate horizonal acceleration response as target speed is reached Reduce setting to prevent overshooting target speed.

| Default | Min | Max |
| --- | --- | --- |
| 100 | 10 | 100 |

---

### nav_mc_vel_xy_d

D gain of Position-Rate (Velocity to Acceleration) PID controller. It can damp P and I. Increasing D might help when drone overshoots target.
Expand Down
6 changes: 0 additions & 6 deletions src/main/fc/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2021,12 +2021,6 @@ groups:
min: 0
max: 255
default_value: 40
- name: nav_mc_vel_xy_accel_attenuate
description: "Adjustment factor to attenuate horizonal acceleration response as target speed is reached Reduce setting to prevent overshooting target speed."
field: mc_vel_xy_accel_attenuate
default_value: 100
min: 10
max: 100
- name: nav_mc_heading_p
description: "P gain of Heading Hold controller (Multirotor)"
default_value: 60
Expand Down

0 comments on commit 3a063e2

Please sign in to comment.