Pomax / are-we-flying

Writing auto-pilots in JavaScript for MSFS
40 stars 2 forks source link

change takeoff procedure to trim-only? #17

Closed Pomax closed 9 months ago

Pomax commented 1 year ago

We're currently performing an elevator takeoff, but we could also just use the elevator trim instead, using a small positive VS target, so that we wouldn't need to progressive ease back on the elevator and then guess a magic trim value at the time of AP handoff.

This would probably both simplify the code and smooth out the takeoff/AP transition.

Pomax commented 9 months ago

done.