MechJeb2

MechJeb2

4M Downloads

Diffthrottle torque calculations in the MechJebModuleAttitudeController are always applied, even with diffthrottle turned off

lamont-granquist opened this issue ยท 1 comments

commented

if (core.thrust.differentialThrottleSuccess == MechJebModuleThrustController.DifferentialThrottleStatus.Success)
torque += vesselState.torqueDiffThrottle * vessel.ctrlState.mainThrottle / 2.0;

That is always getting applied even with the diff throttle setting unchecked in the utilities menu.

commented

closed by #1415