Skip to content

Commit dd4d258

Browse files
committed
docs(tunning guide): explain position controller output oscillations
1 parent e125949 commit dd4d258

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

TUNING_GUIDE_ArduCopter.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,10 @@ that needs to be addressed.
674674
- if you have flown **more than 30 seconds in ALT_HOLD mode**:
675675
- select and upload file `20_throttle_controller.param` to correct the `PSC_ACCZ_P` and `PSC_ACCZ_I` values.
676676
- Conduct another test flight to verify the changes
677+
4. If you flew in loiter mode and noticed any oscillations in the DESIRED Pitch or Roll angles in the `.bin` log file, it indicates that the Loiter PID parameters (`PSC_POSXY_*` and `PSC_VELXY_*`) are set too high.
678+
- Lower these parameters by 50% or 75% upload then to the FC and conduct another test.
679+
- Additionally, after confirming that there are no oscillations in the desired Pitch/Roll during loiter hover, you should repeat the tests while
680+
descending at maximum speed in loiter mode, as this is when issues are likely to arise.
677681

678682
**Understanding Output Oscillation:**
679683

0 commit comments

Comments
 (0)