Hope this isn't a dumb question, but how does Philae stay put? If the gravity strong enough to keep it on the surface? Also, as the comet nears the sun and parts of the comet start flying off, is there a threat of Philae getting swept along with it?
The robot deployed harpoons to fasten itself to the 2.5-mile-wide ball of ice and dust.
Philae has landed
51–60 of 309 posts
Re: Philae has landed
#52Anyone knows where i could find some info about the software stack this kind of probes are being built with ? Languages, programming methods, patching methods,os, runtime, etc. I'm really curious to know how different it is from the web or enterprise development worlds.
Like other embedded systems, spacecraft computers use real-time operating systems (RTOS) and languages: * The Rosetta probe ultimately runs SCL (Spacecraft Command Language) [1], a COTS spacecraft programming language developed for sale to the military [2]; SCL is based on the syntax of Ada 83, which has a long legacy in spaceflight and other real-time applications (e.g. Boeing 777) [3]. However, what are known as Fl…
Which makes me wonder, since this is HN after all, if Rust wouldn't be an ideal candidate for coding this kind of layer in the future. Maybe a compiler targeting VxWorks is in progress somewhere.. ? :))
Re: Philae has landed
#53Look forward to the first pictures from the surface. I'm at the Division on Planetary Sciences (DPS) meeting [3] in Tucson at the moment, and there are already incredible results being presented based on data acquired by Rosetta. Stay tuned for a whole lot more!
[1] http://exploration.esa.int/mars/46048-programme-overview
[2] http://www.esa.int/Our_Activities/Space_Science/BepiColombo_...
Re: Philae has landed
#54Congratulations Europe. But why don't we hear people saying that the EU should focus on their poverty first and would be better off putting this money into getting the Greece, Spain, and Italy economies in order?
Re: Philae has landed
#55Anyone knows where i could find some info about the software stack this kind of probes are being built with ? Languages, programming methods, patching methods,os, runtime, etc. I'm really curious to know how different it is from the web or enterprise development worlds.
Re: Philae has landed
#56Hope this isn't a dumb question, but how does Philae stay put? If the gravity strong enough to keep it on the surface? Also, as the comet nears the sun and parts of the comet start flying off, is there a threat of Philae getting swept along with it?
The robot deployed harpoons to fasten itself to the 2.5-mile-wide ball of ice and dust.
Re: Philae has landed
#57Anyone knows where i could find some info about the software stack this kind of probes are being built with ? Languages, programming methods, patching methods,os, runtime, etc. I'm really curious to know how different it is from the web or enterprise development worlds.
Most likely they have headless web browsers running on both the main spacecraft (probably chromium) and the Philae lander. Web sockets enables the lander to communicate to the spacecraft which then sends its signals down to earth using regular HTTP (you don't want to keep an interstellar HTTP connection open). All of it is of course written in JavaScript, more specifically vanilla-JavaScript - which frankly I find we…
Re: Philae has landed
#58 More analysis of @Philae2014 telemetry
indicates harpoons did not fire as 1st thought
Ouch, seems like it didn't land? https://twitter.com/esaoperations/status/532575061543485440edit - the landing is confirmed, however the harpoons did not fire: https://twitter.com/ESA_Rosetta/status/532579871202238464
Re: Philae has landed
#59Earlier quoted context omitted.
Improved understanding of our solar system, its history and our place in the universe is a real benefit that soon will be available for anyone. Comets are generally very old, so can enable us to learn a lot about solar system's history. Achieving engineering capabilities required to land on comets is a step forward for human civilization. I consider the above to be actual real world benefits. If they are not, I'm not…
Thanks. I would definitely consider the second point a real world benefit but if we are going to spend over $1bn to learn about the solar system's history I take it we are hoping to discover something that actually has benefits to humanity (e.g. when the money could have had more immediate impacts treating disease or helping the poor etc.). Don't get me wrong I'm all for these kinds of missions I just thought that to…
Thank goodness at least some of our money is spent on things which might benefit humanity in the long term, like discovering how the solar system was formed or whether life was formed on earth or elsewhere.
Re: Philae has landed
#60Anyone knows where i could find some info about the software stack this kind of probes are being built with ? Languages, programming methods, patching methods,os, runtime, etc. I'm really curious to know how different it is from the web or enterprise development worlds.
This article is a classic, coming up on 20 years old, specifically about how differently the shuttle software team was from the dotcoms. http://www.fastcompany.com/28121/they-write-right-stuff No idea how relevant it is today, or any differences between the shuttle team and whoever's building/built the software for this lander, but it's definitely worth a read.