
http://www.space.com/34472-exomars-mars ... hotos.html
krenshala wrote:A relevant post from a member of the Kerbal Space Program community on Reddit: https://gfycat.com/FatHeavenlyChimpanzee
Code: Select all
//now do final deceleration burn.
retroRockets.start();
Thread.sleep(3000); //30 seconds, in milliseconds
retroRockets.stop();
I have completed implementation of the landing sequence, as per the supplied specifications. Please test before moving to production.
happyjack27 wrote:Code: Select all
//now do final deceleration burn. retroRockets.start(); Thread.sleep(3000); //30 seconds, in milliseconds retroRockets.stop();
I have completed implementation of the landing sequence, as per the supplied specifications. Please test before moving to production.
For reasons that are still a mystery, the lander ejected both its heat shield and parachute way ahead of schedule. Schiaparelli then engaged its thrusters for a painfully brief three-second burst—a procedure that was supposed to last for 30 seconds once the lander was just a few feet off the ground. The lander’s onboard computer, it would appear, seems to have thought it was close to the surface. Indeed, Schiaparelli even took the time to switch on some of its instruments, including tools to record the planet’s weather and electrical field.
Code: Select all
retroRockets.timedFire(30.0);
Code: Select all
retroRockets.targetVelocityAtDistance(0.0,0.0);