PhilouDS

Results 134 comments of PhilouDS
trafficstars

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). ![image](https://github.com/untoldwind/KontrolSystem2/assets/77538240/6dc21391-302d-40c2-a5a2-1b6d927eeef6)

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...