Slashdot Mirror


Beagle II Successfully Separates

Control42 writes "After the long journey out, it seems that little Beagle II, the lander of the Mars express mission has successfully separated. If all goes well, the lander should touch down on Christmas Day. Seems that NASA has actually lost the edge in robotic space exploration." Reader chalker writes "In order to build public interest in the Mars Exploration Rovers 2004 missions landing in January, NASA has released a series of movie trailers (Flash enabled page, Windows Media and Quicktime formats) for what they are calling "M2K4". They contain quite amazing animations of the landings, as well as a professional artistic style typically seen in action movie trailers. Additional videos on the launch, cruise, and landing challenges can be found at the JPL based mission site."

9 of 369 comments (clear)

  1. Direct Links to movies by zeroclip · · Score: 3, Informative

    for those of us that dosen't like to view the movies in our browsers. http://anon.nasa-global.speedera.net/anon.nasa-glo bal/M2K4/God_high.mov http://anon.nasa-global.speedera.net/anon.nasa-glo bal/M2K4/water_high.mov http://anon.nasa-global.speedera.net/anon.nasa-glo bal/M2K4/Sixminutes_high.mov

    1. Re:Direct Links to movies by zeroclip · · Score: 5, Informative

      Argh damn formatting :P

      http://anon.nasa-global.speedera.net/anon.nasa-glo bal/M2K4/God_high.mov
      http://anon.nasa-global.speedera.net/anon.nasa-glo bal/M2K4/water_high.mov
      http://anon.nasa-global.speedera.net/anon.nasa-glo bal/M2K4/Sixminutes_high.mov

  2. Webcast by MagPulse · · Score: 3, Informative

    Here's the Mars Express Webcast. They talk about the training missions they went through and some of the science they'll be doing while they get telemetry in about how the separation was going.

    And the post doesn't make clear that this is all EESA, the Beagle has nothing to do with NASA or its probes.

  3. Separation pic by mlush · · Score: 4, Informative

    Here is a link to the seperation picture of Beagle 2 taken by Mars Express

  4. Beagle's not ESA either by EricTheRed · · Score: 4, Informative

    Beagle 2 wasn't funded by ESA either, they just piggybacked for the trip.

    There was a lot of publicity by the Beagle 2 team over the last few years to get the funding. The UK government only put in (I think) 2 million after they had the promise of other institutions would pay up (and I'm not sure they have got the money back yet).

    The mission is almost entirely privately paid for.

    The only link with NASA is that they will be relaying the first signal to see if it landed ok, and ESA agreed to allow Express to be used as a relay for NASA's rovers.

    --
    Java gaming nut - http://www.retep.org/ or for the rail http://uktra.in/
  5. The BBC's Take... by merikus · · Score: 4, Informative
    The BBC has a good summary of the descent, and the mission generally, at "Beagle glides solo towards Mars."

    A good resource if you had no clue what was going on, like me.

  6. Re:ET life was suggested by Christ himself by s20451 · · Score: 4, Informative

    Sorry to reply to my own post, but I just remembered that the Catholics have a whole doctrine on extraterrestrial life (can't find a link right now, sorry).

    One Vatican astronomer says the possibility that humanity is alone in the universe is madness. Weirdly, the Jesuit order maintains observatories for the Vatican, some of which do important astrophysical research!

    --
    Toronto-area transit rider? Rate your ride.
  7. Re:Congratulations. by robsimmon · · Score: 3, Informative

    Curious -

    NASA officially uses SI units. It's the contractors who still use antiquated units.

  8. Beagle software by orbitalia · · Score: 5, Informative

    Having been involved with space work a bit the software aspect of the Beagle lander is quite interesting - the reason I know about it is we used the same compiler on the Galileo signal generator project.

    ADA is still very popular amongst the European space companies and agencies (for a good reason I think) and particularly the ADA95 Ravenscar profile which gives a miniscule runtime the actual runtime is only about 4-5k which is pretty good considering that contains everything you need to execute the ADA code including tasking.

    There is another opensource attempt at a ravenscar compiler called openravenscar funded by ESA here - for Sparc and Intel platforms . Ravenscar is basically a profile that removes the more complex features of the ADA languages to give a mathetmatically provable scheduling - so you can always cater for your worst case scenario. Such small executives are neccessary due to the prohibitive cost of rad hard EEPROMs as most missions have some sort of inflight reprogramming requirements. I think they are using the ERC32 processor which again, is an open source processor, along with its replacement LEON, you can even download the vhdl for the Sparc based leon here

    Heres hoping Beagle makes it through the Martian atmosphere and takes some pictures of little green men.