Nothing too fancy for my first vizzy script.
Can be used for most lunar landers (i think)
Just go into the script and set up variables such as landing and legs activation groups(2&8 on default).
Not perfect..
Landing speeds vary from 3m/s to 12m/s due to time delay it takes for engine to reach x% throttle from 0.
If you have any existing code just set a broadcast message for LanderOS with data 0 and the script will start running
Recommend Methalox for fuel.
Works on earth too(in theory) but ends up exploding due to the leftover speed caused due to problem above.
Hope you like it 😁
3 Comments
- Log in to leave a comment
-
83 Wrymlock
@Silentime are you saying i should add in constants for g(free-fall) and use that for calculations because i only use the given value of Velocity(Gravity)
-
I mean your thrust should follow G. For example, one g plus a fixed mass ratio of thrust. In this way, the aircraft will do a similar uniform deceleration. But in the non-uniform deceleration motion, the control is relatively complex, so it is better to use △ V operation directly.