MuMech / MechJeb2

MechJeb2 - KSP mod
Other
988 stars 251 forks source link

Yaw to the opposite direction during turing #1330

Open zyayoung opened 4 years ago

zyayoung commented 4 years ago

https://github.com/MuMech/MechJeb2/blob/6cfff19e3ff87bd5ec4f58ba552305a2934df52a/MechJeb2/MechJebModuleAirplaneAutopilot.cs#L293

This line makes airplanes stick to the current moving direction during turning. Might change it to align with the roll target or simply disengage yaw control here.

felixscheffer commented 4 years ago

RealYawTarget should be used to counter "adverse yaw". It's on my todo list...