Skip to content

Commit

Permalink
fix link syntax in two tuning guide documents (#272)
Browse files Browse the repository at this point in the history
fix link syntax
  • Loading branch information
ctzsnooze authored Dec 15, 2023
1 parent a563a4d commit 10a00da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions docs/tuning/3.5-tuning-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Betaflight 3.5 Tuning Notes

- [a new Feed Forward PID system](3.5-tuning-notes#hello-feed-forward)
- [A new Feed Forward PID system](3.5-tuning-notes#goodbye-d-setpoint-weight-hello-feed-forward)
- [Anti Gravity improvements](3.5-tuning-notes#smoother-anti_gravity)
- [Dynamic Notch filter optimisation options](3.5-tuning-notes#tuning-the-dynamic-filter---for-clean-quads)
- bug fixes and optimisations
Expand Down Expand Up @@ -29,9 +29,7 @@ Yes, especially if moving from defaults... but:

- D weight settings, including changes via OSD or Lua, will be ignored.

# Goodbye D Setpoint Weight:

# Hello Feed Forward!
## Goodbye D Setpoint Weight: Hello Feed Forward!

This is perhaps the biggest change in recent years: **No more D Setpoint Weight**.

Expand Down Expand Up @@ -90,7 +88,7 @@ set d_yaw = 0
set f_yaw = 100
```

# Smoother Anti_Gravity
## Smoother Anti_Gravity

Quadcopters, particularly battery on the bottom designs where the centre of gravity is below the centre of thrust, or those where increasing airflow would tend to rotate the quad backwards, need to accumulate I as forward speed increases to maintain the set pitch angle. When the throttle is moved up and down quickly in forward flight, these kinds of quads may pitch their nose up and down. Anti-Gravity is the Betaflight function that helps I adapt more quickly to the new value required after a quick change in airspeed.

Expand All @@ -106,7 +104,7 @@ Note: When chopping throttle hard to zero, inflow to the props can get reversed,

The old method can be selected by choosing `set anti_gravity_mode = STEP`.

# Dynamic Notch Filter tuning
## Dynamic Notch Filter tuning

The Dynamic Notch has been a vital factor in effective noise management.

Expand Down
2 changes: 1 addition & 1 deletion docs/tuning/4.2-Tuning-Notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Betaflight 4.2 Tuning Notes

(https://github.com/betaflight/betaflight/releases) brings:
[Betaflight 4.2](https://github.com/betaflight/betaflight/releases) brings:

- [More accurate loop times](4.2-Tuning-Notes#More-accurate-loop-times) - improved RPM filter performance
- [Improved feed forward](4.2-Tuning-Notes#Improved-Feed-Forward) - smoother flight, with snippets to optimise averaging and smoothing settings for [race to cinematic purposes](4.2-Tuning-Notes#Quick-settings)
Expand Down

0 comments on commit 10a00da

Please sign in to comment.