From af7aa47185d5011c2897cb8df8c371f06f4da352 Mon Sep 17 00:00:00 2001 From: Stavros Korokithakis Date: Wed, 23 Mar 2022 12:19:24 +0200 Subject: [PATCH] Updates --- content/ardupilot/ardupilot-setup-checklist.md | 4 ++-- content/ardupilot/tuning-the-tecs.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/ardupilot/ardupilot-setup-checklist.md b/content/ardupilot/ardupilot-setup-checklist.md index c2a12f6..3e27ace 100644 --- a/content/ardupilot/ardupilot-setup-checklist.md +++ b/content/ardupilot/ardupilot-setup-checklist.md @@ -104,13 +104,13 @@ See the [recommended settings](/ardupilot/ardupilot-recommended-settings.html) p ## In the field - [ ] Run an [autotune](/ardupilot/miscellaneous-notes.html). - [ ] Fly in FBWA and see if you're gaining/losing altitude. Pitch up/down to fly level, check the pitch on the OSD, and use the formula `old_value+pitch*π/180` to get the new value for `AHRS_TRIM_Y` (in radians). -- [ ] After you set `AHRS_TRIM_Y` correctly above, fly in FBWA at full throttle (or whatever throttle you feel is "full" enough, and note that value), and note the pitch you need so that the wing doesn't climb or sink. Then, set `KFF_THR2PITCH` with the formula `pitch_value_in_deg * 100 / throttle_percentage`. `pitch_value_in_deg` should be positive if you needed up pitch and negative if you needed down pitch. +- [ ] After you set `AHRS_TRIM_Y` correctly above, fly in FBWA at full throttle (or whatever throttle you feel is "full" enough, and note that value), and note the pitch you need so that the wing doesn't climb or sink. Then, set `KFF_THR2PTCH` with the formula `pitch_value_in_deg * 100 / throttle_percentage`. `pitch_value_in_deg` should be positive if you needed up pitch and negative if you needed down pitch. _(Many thanks to Michel Pastor for his help with everything in this note.)_ * * *

-Last updated on February 16, 2022. For any questions/feedback, +Last updated on March 23, 2022. For any questions/feedback, email me at hi@stavros.io.

diff --git a/content/ardupilot/tuning-the-tecs.md b/content/ardupilot/tuning-the-tecs.md index ce91d30..060793e 100644 --- a/content/ardupilot/tuning-the-tecs.md +++ b/content/ardupilot/tuning-the-tecs.md @@ -102,6 +102,6 @@ This is some more advanced information on tuning the TECS: * * *

-Last updated on January 18, 2022. For any questions/feedback, +Last updated on March 23, 2022. For any questions/feedback, email me at hi@stavros.io.