PhilouDS
PhilouDS
Thank you very much!
I just tried inside the VAB, it's wonderful! I never used telnet with kOS so I can't say. Thanks again fr your work.
I tried this and it worked fine. Could I write my scrip differently so I can continue to use `warp_to` instead of `sync_warp_to`? I have no problem to use `sync_warp_to`,...
Just a thing about the vsix extension. I have this "error" message with the use of `format`. 
Nice 👍
This is great. Exactly what I wanted. Thanks. 
> `vessel.altitude_sealevel + vessel.main_body.radius` should be the same as `vessel.orbit.radius(current_time())` ... but the data is taken from different places of the game, so I have to investigate if there is...
Thanks. I tried the following this morning for the true anomaly and it works: `RAD_TO_DEG * vessel.orbit.true_anomaly_from_vector(vessel.orbit.relative_position(current_time()))`
> Cool I created this GPT and it seems pretty good. It at least gets the syntax mostly right and can use the functions and search the docs. > >...
Ok. I admit I check my scripts written with kOS for KSP1 and I saw I used bearing and distance. That's why I asked. Thanks for your answer.