Crash Course in Safely Crashing on Mars
An anonymous reader writes "NASA described today how they
prepared for the twin air-bag crash landings on Mars. The sites are Gusev Crater on January 4th and Terra Meridiani on January 25th. The golfcart-sized rovers have double-lined bladders, that must protect against: the equivalent of a forty mile-per-hour crash, compression against a surface of unknown sharpness, impacts repeated in rapid succession up to sixteen times, and the big bounce covering more than half-a-mile. Airbag landings are considered easier than retro-rocket or soft landings."
Airbag landings are considered easier than retro-rocket or soft landings.
...and the big bounce covering more than half-a-mile.
:)
Hey, maybe they should land airliners this way?
Hmmm... maybe not..
Place sig here.
"Go that way. Really fast. If something gets in your way... turn."
Uh... you've got your units a bit off. 40 is "miles/hour", that g is "meters/second^2" (which is incorrect for Mars), and you somehow wind up with units of feet when you multiply them?
By whom? I can't find the reference, but I remember reading after the last airbagged probe to Mars where a bunch of reasonably reputable engineers were decrying this approach, and insisting that parachutes were still the best.
Sure the Martian wind storms would be bad for parachute descents, but it seems like you could mitigate that (this is me speculating now, I don't remember the discussion from the Real Engineers) by either delaying the landing by going to orbit first, or by combining air bags with chutes, or by using the chutes to control the descent trajectory. Or some combination. I'm not an engineer, but I do recognize all these are more complicated than just wrapping it in a bag, shooting it at Mars, and hoping for the best... but it does seem like a pretty sloppy way to design a landing.
Slashdot quality declines as the number of hot grits posts decreases. - Provolt's Law, Apr-09-2005
"The golfcart-sized rovers have double-lined bladders"
This may be helpful, but wouldn't it be simpler to take a leak before the landing sequence starts?
...and if you run out of ground - one of the multi-kilometer drops at the edge of Valles Marineris would be spectacular (being American, the craft would explode when it hit) but even a six-foot edge or hole would probably do - it's too late to stop even if there was no transmission lag. Oh, well.
Got time? Spend some of it coding or testing
Will they end up looking like Rincewind's Luggage?
Got time? Spend some of it coding or testing
uh, I think you better check your physics-course before posting such nonsense. Imagine, reaching 350 feet up in the air by going the measly speed of 40 mph... Second, the gravitational constant of mars is far less than that of earth (too lazy to go check it out). You could pee over fifteen people in a row on mars. Thirth, you dont need to land vertically. Bouncing off at an angle of 45 degrees is the most effective to reach long distances (if you forget about friction with the atmosphere). Remember: x(t) = x0 + v0*t + g*t*t
int main(void) {while(1) fork(); return 0;}