MaraRinn / My-KSP-kOS-scripts

My collection of random junk for Kerbal OS.
0 stars 1 forks source link

execute_next_node has janky time warp #9

Open MaraRinn opened 6 years ago

MaraRinn commented 6 years ago

Specifically, when using time warp in eccentric orbits the vessel might cross into altitudes where time warp can go faster or slower. Figure out how to smoothly transition to faster or slower time warps, in order to consume the least amount of real time while waiting for the vessel to reach the manoeuvre node.

MaraRinn commented 6 years ago

Also try to extract the warp to component to a separate library (say, "vessel_operation"?).