RemoteTechnologiesGroup / RemoteTech

Community developed continuation of Kerbal Space Program's RemoteTech mod.
http://remotetechnologiesgroup.github.io/RemoteTech
GNU General Public License v2.0
230 stars 103 forks source link

Update RoverComputer.cs #832

Open jdmj opened 2 years ago

jdmj commented 2 years ago

ThrottlePID needs a non-zero Ki to be able to keep the speed down slope. With Ki=0 it underthrottles, which, combined with game's torque curve implementation (the faster you go, the less torque budget you have) creates a positive feedback loop.