PhilouDS
PhilouDS
I have what I want for the distance. For the bearing, I'm not sure I have understood how it works. The code below doesn't give me what I want. I'm...
Ok, thank you for your explanation!
Hello @untoldwind I'm back to this conversation about `perturbed_orbit`. I have a craft in a transition orbit going from Kerbin to the Mun. I'm trying to make an algorithm to...
Thanks for your quick and clear answer, as always 😉
Thanks. I see in the documentation that `vessel.orbit` returns now the type `OrbitPatch`. BUt `body.orbit` returns the type `Orbit`. Is this just a mistake or is there a reason for...
Thank you. The first script works well. I used a `while` loop because I didn't know that the vector was updated even without loop. That's great!
version 0.0.31 `reaction_wheel` not defined for ObjectAssemblyPart (thanks for the documentation update). 
Thanks! I'm trying this right now :)
Nice! For now, I'm trying to understand how transmission works. I can't understand the numbers! I did some tests with 2 different science experiment and I can't figure out why...
I have to look at `researchReport.transmission_size`. Unfortunatly, I have access to this only with research reports. I assume I need to look at each science part to know the transmission...