untoldwind / KontrolSystem2

Autopilot scripting system for KSP2
Other
54 stars 14 forks source link

update throttle control from mainThrottle to wheelThrottle in WheelTh… #149

Closed smartbadger closed 3 months ago

smartbadger commented 3 months ago

fixes the issue of WheelThrottleManager updating the main throttle instead of controlling the wheel throttle.

let manager = vessel.set_wheel_throttle(1.0)

I tested with a simple rover and I was able to control throttle of the wheels attached to the vessel.