Skip to content

Commit

Permalink
IMPROVEMENT: Add step 21
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Aug 31, 2024
1 parent 035c150 commit d6e7f84
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion TUNING_GUIDE_ArduCopter.md
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,12 @@ Now upload the `.bin` log to the [Hardware-Report Tool](https://firmware.ardupil

Use the `.bin` log from the first flight to set the parameters described on the `20_throttle_controller.param` file.

## 8.3 Second Flight: PID VTOL-Quiktune lua script or manual PID tune
## 8.3 Configure the EKF altitude source weights

In some situations you will need to configure the expected noise levels of the altitude sources.
And the weight that EKF should use for each source on the `23_ekf_config.param` file.

## 8.4 Second Flight: PID VTOL-Quiktune lua script or manual PID tune

If your flight controller can run lua scripts perform a [PID lua VTOL-Quicktune](https://ardupilot.org/copter/docs/quiktune.html).
If you have an STM32 F4 or F7 processor that can not run lua scripts perform a [manual PID tune](https://ardupilot.org/copter/docs/ac_rollpitchtuning.html) instead.
Expand Down

0 comments on commit d6e7f84

Please sign in to comment.