Skip to content

Commit

Permalink
Revert GPS/Baro weight parameters to 7.0
Browse files Browse the repository at this point in the history
Revert `inav_w_z_baro_p`, `inav_w_z_gps_p`, and `inav_w_z_gps_v` to the defaults from INAV 7.0. Changed in iNavFlight#9387

Altitude estimation is less accurate with the new 9387 settings.
  • Loading branch information
MrD-RC authored and JulianTiller committed Oct 18, 2024
1 parent 638bc24 commit 2647f21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/Settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -1918,7 +1918,7 @@ Weight of barometer measurements in estimated altitude and climb rate. Setting i

| Default | Min | Max |
| --- | --- | --- |
| 0.4 | 0 | 10 |
| 0.35 | 0 | 10 |

---

Expand All @@ -1928,7 +1928,7 @@ Weight of GPS altitude measurements in estimated altitude. Setting is used on bo

| Default | Min | Max |
| --- | --- | --- |
| 0.4 | 0 | 10 |
| 0.2 | 0 | 10 |

---

Expand All @@ -1938,7 +1938,7 @@ Weight of GPS climb rate measurements in estimated climb rate. Setting is used o

| Default | Min | Max |
| --- | --- | --- |
| 0.8 | 0 | 10 |
| 0.1 | 0 | 10 |

---

Expand Down
6 changes: 3 additions & 3 deletions src/main/fc/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2339,19 +2339,19 @@ groups:
field: w_z_baro_p
min: 0
max: 10
default_value: 0.4
default_value: 0.35
- name: inav_w_z_gps_p
description: "Weight of GPS altitude measurements in estimated altitude. Setting is used on both airplanes and multirotors."
field: w_z_gps_p
min: 0
max: 10
default_value: 0.4
default_value: 0.2
- name: inav_w_z_gps_v
description: "Weight of GPS climb rate measurements in estimated climb rate. Setting is used on both airplanes and multirotors."
field: w_z_gps_v
min: 0
max: 10
default_value: 0.8
default_value: 0.1
- name: inav_w_xy_gps_p
description: "Weight of GPS coordinates in estimated UAV position and speed."
default_value: 1.0
Expand Down

0 comments on commit 2647f21

Please sign in to comment.