How can a Mars helicopter be autonomous if there isn't a Martian GPS?
Clash Royale CLAN TAG#URR8PPP
up vote
27
down vote
favorite
For a drone to be autonomous, it needs something like a GPS to be able to navigate. If it doesn't have GPS, you'd have to manually control it.
Do the orbiters provide something like GPS then? I thought the orbiters functioning now were too old to have those technologies.
mars nasa gps mars-orbiters helicopter
 |Â
show 7 more comments
up vote
27
down vote
favorite
For a drone to be autonomous, it needs something like a GPS to be able to navigate. If it doesn't have GPS, you'd have to manually control it.
Do the orbiters provide something like GPS then? I thought the orbiters functioning now were too old to have those technologies.
mars nasa gps mars-orbiters helicopter
70
A roomba can navigate autonomously without using GPS
â JCRM
2 days ago
30
@JCRM Now you have me imagining a drone that navigates by crashing into every possible surface :P
â Shadow
2 days ago
27
People have been navigating autonomously for millenia before the existence of GPS. Why do you think a drone could not use those exact same techniques?
â Jörg W Mittag
2 days ago
11
@LightnessRacesinOrbit - If a Martian GPS-type systems were being spoofed, NASA has some explaining to do...
â Jon Custer
yesterday
2
@JonCuster More generally addressing the false assumption that GPS is not only something you need to use for this kind of task but something that you should solely use in the first place! But yes lol
â Lightness Races in Orbit
yesterday
 |Â
show 7 more comments
up vote
27
down vote
favorite
up vote
27
down vote
favorite
For a drone to be autonomous, it needs something like a GPS to be able to navigate. If it doesn't have GPS, you'd have to manually control it.
Do the orbiters provide something like GPS then? I thought the orbiters functioning now were too old to have those technologies.
mars nasa gps mars-orbiters helicopter
For a drone to be autonomous, it needs something like a GPS to be able to navigate. If it doesn't have GPS, you'd have to manually control it.
Do the orbiters provide something like GPS then? I thought the orbiters functioning now were too old to have those technologies.
mars nasa gps mars-orbiters helicopter
mars nasa gps mars-orbiters helicopter
edited 22 mins ago
Peter Mortensen
1827
1827
asked 2 days ago
jjhh
254125
254125
70
A roomba can navigate autonomously without using GPS
â JCRM
2 days ago
30
@JCRM Now you have me imagining a drone that navigates by crashing into every possible surface :P
â Shadow
2 days ago
27
People have been navigating autonomously for millenia before the existence of GPS. Why do you think a drone could not use those exact same techniques?
â Jörg W Mittag
2 days ago
11
@LightnessRacesinOrbit - If a Martian GPS-type systems were being spoofed, NASA has some explaining to do...
â Jon Custer
yesterday
2
@JonCuster More generally addressing the false assumption that GPS is not only something you need to use for this kind of task but something that you should solely use in the first place! But yes lol
â Lightness Races in Orbit
yesterday
 |Â
show 7 more comments
70
A roomba can navigate autonomously without using GPS
â JCRM
2 days ago
30
@JCRM Now you have me imagining a drone that navigates by crashing into every possible surface :P
â Shadow
2 days ago
27
People have been navigating autonomously for millenia before the existence of GPS. Why do you think a drone could not use those exact same techniques?
â Jörg W Mittag
2 days ago
11
@LightnessRacesinOrbit - If a Martian GPS-type systems were being spoofed, NASA has some explaining to do...
â Jon Custer
yesterday
2
@JonCuster More generally addressing the false assumption that GPS is not only something you need to use for this kind of task but something that you should solely use in the first place! But yes lol
â Lightness Races in Orbit
yesterday
70
70
A roomba can navigate autonomously without using GPS
â JCRM
2 days ago
A roomba can navigate autonomously without using GPS
â JCRM
2 days ago
30
30
@JCRM Now you have me imagining a drone that navigates by crashing into every possible surface :P
â Shadow
2 days ago
@JCRM Now you have me imagining a drone that navigates by crashing into every possible surface :P
â Shadow
2 days ago
27
27
People have been navigating autonomously for millenia before the existence of GPS. Why do you think a drone could not use those exact same techniques?
â Jörg W Mittag
2 days ago
People have been navigating autonomously for millenia before the existence of GPS. Why do you think a drone could not use those exact same techniques?
â Jörg W Mittag
2 days ago
11
11
@LightnessRacesinOrbit - If a Martian GPS-type systems were being spoofed, NASA has some explaining to do...
â Jon Custer
yesterday
@LightnessRacesinOrbit - If a Martian GPS-type systems were being spoofed, NASA has some explaining to do...
â Jon Custer
yesterday
2
2
@JonCuster More generally addressing the false assumption that GPS is not only something you need to use for this kind of task but something that you should solely use in the first place! But yes lol
â Lightness Races in Orbit
yesterday
@JonCuster More generally addressing the false assumption that GPS is not only something you need to use for this kind of task but something that you should solely use in the first place! But yes lol
â Lightness Races in Orbit
yesterday
 |Â
show 7 more comments
6 Answers
6
active
oldest
votes
up vote
54
down vote
accepted
Edit: The JPL Mars Helicopter Scout will use inertial navigation:
The inconsistent Mars magnetic field precludes the use of a compass for navigation, so it will use a solar tracker camera integrated to JPL's visual inertial navigation system. Some additional inputs might include gyros, visual odometry, tilt sensors, altimeter, and hazard detectors.[15]
There are other ways to navigate than GPS.
- Inertial navigation uses accelerometers to detect in which direction you're moving, and speed or distance sensors to detect how far you've gone. Used e.g. by submarines to navigate when they're underwater and out of GPS reach. Also used by current Mars rovers.
- You can use radio direction finding. With 2 transmitters in known locations, you can triangulate your position. With 1 transmitter navigation is more limited but you can still get back to the transmitter location. Used in WW2 by aircraft.
In addition to knowing your position, you need to know something about the terrain around you. You need to know which spots can be traversed, and which are too steep/rocky/soft for the vehicle to traverse. For an aircraft, you need to know where the mountains are and where it's safe to land.
You can use a map built by someone else as your reference (this is what satnav in your car does), or you can build your own map as you go along.
The current Mars rovers have demonstrated autonomy: they take pictures of the terrain ahead, and they can choose a safe path. GPS is not necessary for this.
5
2 transmitters is not enough; 2 circles intersect at 2 points, so using only 2 transmitters leaves 2 possible solutions for positioning (unless both transmitters are in exactly opposite directions), so you still need an additional piece of evidence to choose between the 2.
â gerrit
2 days ago
18
@gerrit: 2 transmitters are enough. Antennas are directional and can be used to determine the direction of a radio source. If you use transmeitters A and B, the two solutions would have A on the left and B on the right, or vice versa, so they can be distinguished.
â Dietrich Epp
2 days ago
4
@Uwe: Right, but thatâÂÂs a problem no matter how many antennas you have, and itâÂÂs a problem with GPSâÂÂitâÂÂs possible to have poor reception. Two beacons is just a starting point. The point is that you can make the receivers directional.
â Dietrich Epp
2 days ago
6
@DietrichEpp: Alternatively, one could use radio lighthouses. Use a rotating antenna which produces a null at a particular angle, and continuously transmit a signal indicating which way it's pointing. The signal strength will drop off enormously once per rotation, and by figuring out what the angle is each time that happens will allow one to know one's bearing from the transmitter, without the receiver needing a directional antenna.
â supercat
2 days ago
13
@gerrit That's not a problem since you generally know roughly where you are from other sources. The old Omega system that planes and ships used before GPS only used two measurements, and gave you possible 4 locations, but pilots generally knew hemisphere of the Earth they were currently in.
â user71659
2 days ago
 |Â
show 6 more comments
up vote
28
down vote
GPS is one of several possible technologies available for assisted navigation. It's commonly used on commercial drones because the framework is in place and GPS signal is usually available on Earth.
It requires a flotilla of satellites around our planet to work, though - something we don't have (yet) around other celestial bodies. In that case we need different approaches, such as:
Solar tracking, together with Inertial navigation (as mentioned in Hobbes' answer) will be the navigational technology of choice for the Mars Helicopter Scout since Mar's weak magnetosphere can't be relied on:
KVHâÂÂs 1750 inertial measurement unit(IMU), primary navigation sensor on AERO. LinkAstrometry - ÃÂ-DOR, or Delta-Differential One-Way Ranging can use quasars as calibrators in order to provide positional resolution under a few hundred meters on Mars to an orbiting vessel than can, in turn, share the information with surface vehicles:
ESA Delta DOR: from implementation to operation R. Maddè, T. Morley ESOC, 16 th March 2007. LinkSurface mapping - a drone may store 3D surface maps of its surroundings, and then use LiDAR/RADAR sensing (plus altimeter, gyros and inclinometers) together with matching algorithms to determine its current position:
TERCOM - process, Golden 1980 (ieee.org) - LinkVisual Odometry - Image processing can determine how fast a vehicle is by measuring the differences between two still images if the time lapse between them is known;
Several techniques can be combined in order to provide better accuracy.
1
@Uwe You're completely right. In my defense, I wanted to keep it short and to the point. Adding to your comment, even general relativity is used to compensate for time dilation-related error analysis by the ground stations, as described here: en.wikipedia.org/wiki/â¦
â OnoSendai
2 days ago
3
Surface mapping is, incidentally, how cruise missiles used to operate. It's well tested, and very functional, as various US-targeted regimes can attest to. (GPS has supplanted it, but it'd likely work quite well for Mars.)
â ceejayoz
2 days ago
2
@ceejayoz Precisely - added a reference image for TERCOM, thanks for bringing that up.
â OnoSendai
2 days ago
1
There were a number of accurate radio-navigation techniques in use pre-GPS. These included: active radio ranging (measure distance from vehicle to fixed point), radio bearing (measure solid angle from vehicle to fixed point), passive hyperbolic (measure time difference between signal from two stations), doppler (measure velocity of a single satellite). These could be used in conjunction [although as below, they've gone with optical terrain based].
â Rich
2 days ago
1
@uhoh It wouldn't be much use for real-time navigation, but if the helicopter makes short, planned hops it'd be good for fixing current position before embarking on one. Might be a handy supplement for inertial/vision-based real-time guidance.
â ceejayoz
2 days ago
 |Â
show 5 more comments
up vote
12
down vote
I've reused some material from this answer here to show that the MARS 2020 rover will land on Mars using optical navigation in part.
A helicopter can use similar environmental learning techniques developed for robots on Earth. This isn't a perfect example, but it gives the idea that the robot builds up a map over time. At each point you can identify the location of a new landmark with respect to the previous landmarks.
From Entry, Descent, and Landing Technologies:
RANGE TRIGGER - IT'S ALL ABOUT TIMING
The key to the new precision landing technique is choosing the right moment to pull the "trigger" that releases the spacecraft's parachute. "Range Trigger" is the name of the technique that Mars 2020 uses to time the parachute's deployment. Earlier missions deployed their parachutes as early as possible after the spacecraft reached a desired velocity. Instead of deploying as early as possible, Mars 2020's Range Trigger deploys the parachute based on the spacecraft's position relative to the desired landing target.
above: Illustration of the Range Trigger concept - using the historical /Mars Science Laboratory(MSL)/Curiosity landing site as an example.
Also, during the descent stage, images will be compared in real time to stored terrain maps to improve the accuracy of the landing location:
HOW TERRAIN-RELATIVE NAVIGATION IMPROVES ENTRY, DESCENT, & LANDING
Terrain-Relative Navigation significantly improves estimates of the rover's position relative to the ground. Improvements in accuracy have a lot to do with when the estimates are made.
In prior missions, the spacecraft carrying the rover estimated its location relative to the ground before entering the Martian atmosphere, as well as during entry, based on an initial guess from radiometric data provided through the Deep Space Network. That technique had an estimation error prior to EDL of about 0.6 - 1.2 miles (about 1-2 kilometers), which grows to about (2 - 3 kilometers) during entry.
Using Terrain-Relative Navigation, the Mars 2020 rover will estimates its location while descending through the Martian atmosphere on its parachute. That allows the rover to determine its position relative to the ground with an accuracy of about 200 feet (60 meters) or less.
It takes two things to reduce the risks of entry, descent, and landing: accurately knowing where the rover is headed and an ability to divert to a safer place when headed toward tricky terrain.
above: Illustration of Terrain-Relative Navigation. "Terrain-Relative Navigation helps us land safely on Mars - especially when the land below is full of hazards like steep slopes and large rocks! From here.
In December 2014 the vision system was tested in the Mojave Desert. :
above: "A prototype of the Lander Vision System for NASA's Mars 2020 mission was tested in this Dec. 9, 2014, flight of a Masten Space Systems "Xombie" vehicle at Mojave Air and Space Port in California. Credit: NASA Photo/Tom Tschida" From here.
Of course, given the track record of Mars exploration, it'll probably fail to deploy the parachute at all...
â Sean
2 days ago
2
@jwenting my next question How can the Martians distinguish the space agency of an approaching spacecraft in order to decide if they'll let it land?
â uhoh
yesterday
2
@uhoh does it try to pay its landing fees in Euros or Dollars? ;)
â jwenting
yesterday
4
@jwenting: Actually, it isn't just ESA missions. Far from it.
â Sean
yesterday
1
@jwenting that's right. There are NASA failures there too. That was kind-of my point; the answer to my "proposed next question" would be "they don't" or "they roll 42-sided Martian dice like everyone else".
â uhoh
yesterday
 |Â
show 1 more comment
up vote
4
down vote
Inertial navigation with occasional "fixes" to reset position to within desired accuracy limits.
Fixes can be photos of ground, positions of stars, radio triangulation or input from external tracking stations, not just satellites. An inertial platform will have gyros for rigidity, accelerometers to sense changes in velocity (acceleration) and gimbals to detect angular changes. Spin up the gyros, enter a start position and direction. And have a computer sense any changes from the start to update latitude and longitude. External fixes are only needed for corrections to errors that propagates over time.
New contributor
add a comment |Â
up vote
3
down vote
Radar, ground mapping techniques, accelerometers and many other ways to get a relative idea of where you are.
New contributor
add a comment |Â
up vote
2
down vote
An Austrian university is working on that right now. They use an onboard camera for the navigation (see below).
Also, a recent drone on Kickstarter uses odemetry for positioning. The project did not end that well, but on windless days, if there are no problems, the drone works: See here
From Aplen-Adria-Universität Klagenfurt's Researchers from Klagenfurt participate in an Analog Mars Mission in Oman:
âÂÂAircraft are fast and very maneuverable. They can explore unknown environments, for instance on Mars, more rapidly than ground-based robotsâÂÂ, Stephan Weiss (Department of Smart Systems Technologies at the AAU) explains. However, he says: âÂÂThe problem we have is the navigation of these types of drones in situations where there is no GPS to rely on.â To address this issue, he and his team have been working on further developing camera-based methods for autonomous navigation designed, among others, to facilitate the deployment of helicopter aircraft during Mars Missions.
The drone to be tested is a small multicopter aircraft equipped with a camera and inertial measurement unit as well as a data processing system. Stephan Weiss explains: âÂÂThe navigation algorithms on the drone have been designed to navigate over the terrain exclusively based on images recorded by its own on-board camera and on input from the systemâÂÂs own inertial measurements.â In the case of the mission in Oman, following the deployment of the aircraft, the images recorded by the on-board camera will be synchronised with inertial data and GPS. The goal is to verify whether the visual position sensing of the aircraft functions properly. âÂÂWe plan to deploy the multicopter at different times of the day and over different landscapes. Subsequently, the gathered results will be comparedâÂÂ, Weiss explains.
The experiments will be conducted within the scope of the AMADEE-18 Mission of the Austrian Space Forum. Mission Control is located at the Mission Support Center in Innsbruck. This team matches EarthâÂÂs Ground Control in size and will communicate with the 15 members of the field crew in Oman, comprising members from nine different nations, including analogue astronauts. They will be conducting experiments in the fields of engineering, manned exploration of planetary surfaces, astrobiology, geophysics/geology, life sciences and more. The mission is scheduled to take place from the 1st to the 28th of February 2018.
New contributor
1
This is a link-only answer. Can you edit it and include the essential parts that answer the question here?
â Jan Doggen
2 days ago
the tl;dr explanation is that links break over time and the answer becomes useless to future readers unless you capture some key points here, either by summarizing the important information or citing it. I've gone ahead and shown an example of how that might work, but please feel free to rollback or edit further. Welcome to Space!
â uhoh
2 days ago
slightly related: What is the Austrian Space Forum doing in Oman?
â uhoh
2 days ago
add a comment |Â
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
54
down vote
accepted
Edit: The JPL Mars Helicopter Scout will use inertial navigation:
The inconsistent Mars magnetic field precludes the use of a compass for navigation, so it will use a solar tracker camera integrated to JPL's visual inertial navigation system. Some additional inputs might include gyros, visual odometry, tilt sensors, altimeter, and hazard detectors.[15]
There are other ways to navigate than GPS.
- Inertial navigation uses accelerometers to detect in which direction you're moving, and speed or distance sensors to detect how far you've gone. Used e.g. by submarines to navigate when they're underwater and out of GPS reach. Also used by current Mars rovers.
- You can use radio direction finding. With 2 transmitters in known locations, you can triangulate your position. With 1 transmitter navigation is more limited but you can still get back to the transmitter location. Used in WW2 by aircraft.
In addition to knowing your position, you need to know something about the terrain around you. You need to know which spots can be traversed, and which are too steep/rocky/soft for the vehicle to traverse. For an aircraft, you need to know where the mountains are and where it's safe to land.
You can use a map built by someone else as your reference (this is what satnav in your car does), or you can build your own map as you go along.
The current Mars rovers have demonstrated autonomy: they take pictures of the terrain ahead, and they can choose a safe path. GPS is not necessary for this.
5
2 transmitters is not enough; 2 circles intersect at 2 points, so using only 2 transmitters leaves 2 possible solutions for positioning (unless both transmitters are in exactly opposite directions), so you still need an additional piece of evidence to choose between the 2.
â gerrit
2 days ago
18
@gerrit: 2 transmitters are enough. Antennas are directional and can be used to determine the direction of a radio source. If you use transmeitters A and B, the two solutions would have A on the left and B on the right, or vice versa, so they can be distinguished.
â Dietrich Epp
2 days ago
4
@Uwe: Right, but thatâÂÂs a problem no matter how many antennas you have, and itâÂÂs a problem with GPSâÂÂitâÂÂs possible to have poor reception. Two beacons is just a starting point. The point is that you can make the receivers directional.
â Dietrich Epp
2 days ago
6
@DietrichEpp: Alternatively, one could use radio lighthouses. Use a rotating antenna which produces a null at a particular angle, and continuously transmit a signal indicating which way it's pointing. The signal strength will drop off enormously once per rotation, and by figuring out what the angle is each time that happens will allow one to know one's bearing from the transmitter, without the receiver needing a directional antenna.
â supercat
2 days ago
13
@gerrit That's not a problem since you generally know roughly where you are from other sources. The old Omega system that planes and ships used before GPS only used two measurements, and gave you possible 4 locations, but pilots generally knew hemisphere of the Earth they were currently in.
â user71659
2 days ago
 |Â
show 6 more comments
up vote
54
down vote
accepted
Edit: The JPL Mars Helicopter Scout will use inertial navigation:
The inconsistent Mars magnetic field precludes the use of a compass for navigation, so it will use a solar tracker camera integrated to JPL's visual inertial navigation system. Some additional inputs might include gyros, visual odometry, tilt sensors, altimeter, and hazard detectors.[15]
There are other ways to navigate than GPS.
- Inertial navigation uses accelerometers to detect in which direction you're moving, and speed or distance sensors to detect how far you've gone. Used e.g. by submarines to navigate when they're underwater and out of GPS reach. Also used by current Mars rovers.
- You can use radio direction finding. With 2 transmitters in known locations, you can triangulate your position. With 1 transmitter navigation is more limited but you can still get back to the transmitter location. Used in WW2 by aircraft.
In addition to knowing your position, you need to know something about the terrain around you. You need to know which spots can be traversed, and which are too steep/rocky/soft for the vehicle to traverse. For an aircraft, you need to know where the mountains are and where it's safe to land.
You can use a map built by someone else as your reference (this is what satnav in your car does), or you can build your own map as you go along.
The current Mars rovers have demonstrated autonomy: they take pictures of the terrain ahead, and they can choose a safe path. GPS is not necessary for this.
5
2 transmitters is not enough; 2 circles intersect at 2 points, so using only 2 transmitters leaves 2 possible solutions for positioning (unless both transmitters are in exactly opposite directions), so you still need an additional piece of evidence to choose between the 2.
â gerrit
2 days ago
18
@gerrit: 2 transmitters are enough. Antennas are directional and can be used to determine the direction of a radio source. If you use transmeitters A and B, the two solutions would have A on the left and B on the right, or vice versa, so they can be distinguished.
â Dietrich Epp
2 days ago
4
@Uwe: Right, but thatâÂÂs a problem no matter how many antennas you have, and itâÂÂs a problem with GPSâÂÂitâÂÂs possible to have poor reception. Two beacons is just a starting point. The point is that you can make the receivers directional.
â Dietrich Epp
2 days ago
6
@DietrichEpp: Alternatively, one could use radio lighthouses. Use a rotating antenna which produces a null at a particular angle, and continuously transmit a signal indicating which way it's pointing. The signal strength will drop off enormously once per rotation, and by figuring out what the angle is each time that happens will allow one to know one's bearing from the transmitter, without the receiver needing a directional antenna.
â supercat
2 days ago
13
@gerrit That's not a problem since you generally know roughly where you are from other sources. The old Omega system that planes and ships used before GPS only used two measurements, and gave you possible 4 locations, but pilots generally knew hemisphere of the Earth they were currently in.
â user71659
2 days ago
 |Â
show 6 more comments
up vote
54
down vote
accepted
up vote
54
down vote
accepted
Edit: The JPL Mars Helicopter Scout will use inertial navigation:
The inconsistent Mars magnetic field precludes the use of a compass for navigation, so it will use a solar tracker camera integrated to JPL's visual inertial navigation system. Some additional inputs might include gyros, visual odometry, tilt sensors, altimeter, and hazard detectors.[15]
There are other ways to navigate than GPS.
- Inertial navigation uses accelerometers to detect in which direction you're moving, and speed or distance sensors to detect how far you've gone. Used e.g. by submarines to navigate when they're underwater and out of GPS reach. Also used by current Mars rovers.
- You can use radio direction finding. With 2 transmitters in known locations, you can triangulate your position. With 1 transmitter navigation is more limited but you can still get back to the transmitter location. Used in WW2 by aircraft.
In addition to knowing your position, you need to know something about the terrain around you. You need to know which spots can be traversed, and which are too steep/rocky/soft for the vehicle to traverse. For an aircraft, you need to know where the mountains are and where it's safe to land.
You can use a map built by someone else as your reference (this is what satnav in your car does), or you can build your own map as you go along.
The current Mars rovers have demonstrated autonomy: they take pictures of the terrain ahead, and they can choose a safe path. GPS is not necessary for this.
Edit: The JPL Mars Helicopter Scout will use inertial navigation:
The inconsistent Mars magnetic field precludes the use of a compass for navigation, so it will use a solar tracker camera integrated to JPL's visual inertial navigation system. Some additional inputs might include gyros, visual odometry, tilt sensors, altimeter, and hazard detectors.[15]
There are other ways to navigate than GPS.
- Inertial navigation uses accelerometers to detect in which direction you're moving, and speed or distance sensors to detect how far you've gone. Used e.g. by submarines to navigate when they're underwater and out of GPS reach. Also used by current Mars rovers.
- You can use radio direction finding. With 2 transmitters in known locations, you can triangulate your position. With 1 transmitter navigation is more limited but you can still get back to the transmitter location. Used in WW2 by aircraft.
In addition to knowing your position, you need to know something about the terrain around you. You need to know which spots can be traversed, and which are too steep/rocky/soft for the vehicle to traverse. For an aircraft, you need to know where the mountains are and where it's safe to land.
You can use a map built by someone else as your reference (this is what satnav in your car does), or you can build your own map as you go along.
The current Mars rovers have demonstrated autonomy: they take pictures of the terrain ahead, and they can choose a safe path. GPS is not necessary for this.
edited yesterday
answered 2 days ago
Hobbes
79.6k2219359
79.6k2219359
5
2 transmitters is not enough; 2 circles intersect at 2 points, so using only 2 transmitters leaves 2 possible solutions for positioning (unless both transmitters are in exactly opposite directions), so you still need an additional piece of evidence to choose between the 2.
â gerrit
2 days ago
18
@gerrit: 2 transmitters are enough. Antennas are directional and can be used to determine the direction of a radio source. If you use transmeitters A and B, the two solutions would have A on the left and B on the right, or vice versa, so they can be distinguished.
â Dietrich Epp
2 days ago
4
@Uwe: Right, but thatâÂÂs a problem no matter how many antennas you have, and itâÂÂs a problem with GPSâÂÂitâÂÂs possible to have poor reception. Two beacons is just a starting point. The point is that you can make the receivers directional.
â Dietrich Epp
2 days ago
6
@DietrichEpp: Alternatively, one could use radio lighthouses. Use a rotating antenna which produces a null at a particular angle, and continuously transmit a signal indicating which way it's pointing. The signal strength will drop off enormously once per rotation, and by figuring out what the angle is each time that happens will allow one to know one's bearing from the transmitter, without the receiver needing a directional antenna.
â supercat
2 days ago
13
@gerrit That's not a problem since you generally know roughly where you are from other sources. The old Omega system that planes and ships used before GPS only used two measurements, and gave you possible 4 locations, but pilots generally knew hemisphere of the Earth they were currently in.
â user71659
2 days ago
 |Â
show 6 more comments
5
2 transmitters is not enough; 2 circles intersect at 2 points, so using only 2 transmitters leaves 2 possible solutions for positioning (unless both transmitters are in exactly opposite directions), so you still need an additional piece of evidence to choose between the 2.
â gerrit
2 days ago
18
@gerrit: 2 transmitters are enough. Antennas are directional and can be used to determine the direction of a radio source. If you use transmeitters A and B, the two solutions would have A on the left and B on the right, or vice versa, so they can be distinguished.
â Dietrich Epp
2 days ago
4
@Uwe: Right, but thatâÂÂs a problem no matter how many antennas you have, and itâÂÂs a problem with GPSâÂÂitâÂÂs possible to have poor reception. Two beacons is just a starting point. The point is that you can make the receivers directional.
â Dietrich Epp
2 days ago
6
@DietrichEpp: Alternatively, one could use radio lighthouses. Use a rotating antenna which produces a null at a particular angle, and continuously transmit a signal indicating which way it's pointing. The signal strength will drop off enormously once per rotation, and by figuring out what the angle is each time that happens will allow one to know one's bearing from the transmitter, without the receiver needing a directional antenna.
â supercat
2 days ago
13
@gerrit That's not a problem since you generally know roughly where you are from other sources. The old Omega system that planes and ships used before GPS only used two measurements, and gave you possible 4 locations, but pilots generally knew hemisphere of the Earth they were currently in.
â user71659
2 days ago
5
5
2 transmitters is not enough; 2 circles intersect at 2 points, so using only 2 transmitters leaves 2 possible solutions for positioning (unless both transmitters are in exactly opposite directions), so you still need an additional piece of evidence to choose between the 2.
â gerrit
2 days ago
2 transmitters is not enough; 2 circles intersect at 2 points, so using only 2 transmitters leaves 2 possible solutions for positioning (unless both transmitters are in exactly opposite directions), so you still need an additional piece of evidence to choose between the 2.
â gerrit
2 days ago
18
18
@gerrit: 2 transmitters are enough. Antennas are directional and can be used to determine the direction of a radio source. If you use transmeitters A and B, the two solutions would have A on the left and B on the right, or vice versa, so they can be distinguished.
â Dietrich Epp
2 days ago
@gerrit: 2 transmitters are enough. Antennas are directional and can be used to determine the direction of a radio source. If you use transmeitters A and B, the two solutions would have A on the left and B on the right, or vice versa, so they can be distinguished.
â Dietrich Epp
2 days ago
4
4
@Uwe: Right, but thatâÂÂs a problem no matter how many antennas you have, and itâÂÂs a problem with GPSâÂÂitâÂÂs possible to have poor reception. Two beacons is just a starting point. The point is that you can make the receivers directional.
â Dietrich Epp
2 days ago
@Uwe: Right, but thatâÂÂs a problem no matter how many antennas you have, and itâÂÂs a problem with GPSâÂÂitâÂÂs possible to have poor reception. Two beacons is just a starting point. The point is that you can make the receivers directional.
â Dietrich Epp
2 days ago
6
6
@DietrichEpp: Alternatively, one could use radio lighthouses. Use a rotating antenna which produces a null at a particular angle, and continuously transmit a signal indicating which way it's pointing. The signal strength will drop off enormously once per rotation, and by figuring out what the angle is each time that happens will allow one to know one's bearing from the transmitter, without the receiver needing a directional antenna.
â supercat
2 days ago
@DietrichEpp: Alternatively, one could use radio lighthouses. Use a rotating antenna which produces a null at a particular angle, and continuously transmit a signal indicating which way it's pointing. The signal strength will drop off enormously once per rotation, and by figuring out what the angle is each time that happens will allow one to know one's bearing from the transmitter, without the receiver needing a directional antenna.
â supercat
2 days ago
13
13
@gerrit That's not a problem since you generally know roughly where you are from other sources. The old Omega system that planes and ships used before GPS only used two measurements, and gave you possible 4 locations, but pilots generally knew hemisphere of the Earth they were currently in.
â user71659
2 days ago
@gerrit That's not a problem since you generally know roughly where you are from other sources. The old Omega system that planes and ships used before GPS only used two measurements, and gave you possible 4 locations, but pilots generally knew hemisphere of the Earth they were currently in.
â user71659
2 days ago
 |Â
show 6 more comments
up vote
28
down vote
GPS is one of several possible technologies available for assisted navigation. It's commonly used on commercial drones because the framework is in place and GPS signal is usually available on Earth.
It requires a flotilla of satellites around our planet to work, though - something we don't have (yet) around other celestial bodies. In that case we need different approaches, such as:
Solar tracking, together with Inertial navigation (as mentioned in Hobbes' answer) will be the navigational technology of choice for the Mars Helicopter Scout since Mar's weak magnetosphere can't be relied on:
KVHâÂÂs 1750 inertial measurement unit(IMU), primary navigation sensor on AERO. LinkAstrometry - ÃÂ-DOR, or Delta-Differential One-Way Ranging can use quasars as calibrators in order to provide positional resolution under a few hundred meters on Mars to an orbiting vessel than can, in turn, share the information with surface vehicles:
ESA Delta DOR: from implementation to operation R. Maddè, T. Morley ESOC, 16 th March 2007. LinkSurface mapping - a drone may store 3D surface maps of its surroundings, and then use LiDAR/RADAR sensing (plus altimeter, gyros and inclinometers) together with matching algorithms to determine its current position:
TERCOM - process, Golden 1980 (ieee.org) - LinkVisual Odometry - Image processing can determine how fast a vehicle is by measuring the differences between two still images if the time lapse between them is known;
Several techniques can be combined in order to provide better accuracy.
1
@Uwe You're completely right. In my defense, I wanted to keep it short and to the point. Adding to your comment, even general relativity is used to compensate for time dilation-related error analysis by the ground stations, as described here: en.wikipedia.org/wiki/â¦
â OnoSendai
2 days ago
3
Surface mapping is, incidentally, how cruise missiles used to operate. It's well tested, and very functional, as various US-targeted regimes can attest to. (GPS has supplanted it, but it'd likely work quite well for Mars.)
â ceejayoz
2 days ago
2
@ceejayoz Precisely - added a reference image for TERCOM, thanks for bringing that up.
â OnoSendai
2 days ago
1
There were a number of accurate radio-navigation techniques in use pre-GPS. These included: active radio ranging (measure distance from vehicle to fixed point), radio bearing (measure solid angle from vehicle to fixed point), passive hyperbolic (measure time difference between signal from two stations), doppler (measure velocity of a single satellite). These could be used in conjunction [although as below, they've gone with optical terrain based].
â Rich
2 days ago
1
@uhoh It wouldn't be much use for real-time navigation, but if the helicopter makes short, planned hops it'd be good for fixing current position before embarking on one. Might be a handy supplement for inertial/vision-based real-time guidance.
â ceejayoz
2 days ago
 |Â
show 5 more comments
up vote
28
down vote
GPS is one of several possible technologies available for assisted navigation. It's commonly used on commercial drones because the framework is in place and GPS signal is usually available on Earth.
It requires a flotilla of satellites around our planet to work, though - something we don't have (yet) around other celestial bodies. In that case we need different approaches, such as:
Solar tracking, together with Inertial navigation (as mentioned in Hobbes' answer) will be the navigational technology of choice for the Mars Helicopter Scout since Mar's weak magnetosphere can't be relied on:
KVHâÂÂs 1750 inertial measurement unit(IMU), primary navigation sensor on AERO. LinkAstrometry - ÃÂ-DOR, or Delta-Differential One-Way Ranging can use quasars as calibrators in order to provide positional resolution under a few hundred meters on Mars to an orbiting vessel than can, in turn, share the information with surface vehicles:
ESA Delta DOR: from implementation to operation R. Maddè, T. Morley ESOC, 16 th March 2007. LinkSurface mapping - a drone may store 3D surface maps of its surroundings, and then use LiDAR/RADAR sensing (plus altimeter, gyros and inclinometers) together with matching algorithms to determine its current position:
TERCOM - process, Golden 1980 (ieee.org) - LinkVisual Odometry - Image processing can determine how fast a vehicle is by measuring the differences between two still images if the time lapse between them is known;
Several techniques can be combined in order to provide better accuracy.
1
@Uwe You're completely right. In my defense, I wanted to keep it short and to the point. Adding to your comment, even general relativity is used to compensate for time dilation-related error analysis by the ground stations, as described here: en.wikipedia.org/wiki/â¦
â OnoSendai
2 days ago
3
Surface mapping is, incidentally, how cruise missiles used to operate. It's well tested, and very functional, as various US-targeted regimes can attest to. (GPS has supplanted it, but it'd likely work quite well for Mars.)
â ceejayoz
2 days ago
2
@ceejayoz Precisely - added a reference image for TERCOM, thanks for bringing that up.
â OnoSendai
2 days ago
1
There were a number of accurate radio-navigation techniques in use pre-GPS. These included: active radio ranging (measure distance from vehicle to fixed point), radio bearing (measure solid angle from vehicle to fixed point), passive hyperbolic (measure time difference between signal from two stations), doppler (measure velocity of a single satellite). These could be used in conjunction [although as below, they've gone with optical terrain based].
â Rich
2 days ago
1
@uhoh It wouldn't be much use for real-time navigation, but if the helicopter makes short, planned hops it'd be good for fixing current position before embarking on one. Might be a handy supplement for inertial/vision-based real-time guidance.
â ceejayoz
2 days ago
 |Â
show 5 more comments
up vote
28
down vote
up vote
28
down vote
GPS is one of several possible technologies available for assisted navigation. It's commonly used on commercial drones because the framework is in place and GPS signal is usually available on Earth.
It requires a flotilla of satellites around our planet to work, though - something we don't have (yet) around other celestial bodies. In that case we need different approaches, such as:
Solar tracking, together with Inertial navigation (as mentioned in Hobbes' answer) will be the navigational technology of choice for the Mars Helicopter Scout since Mar's weak magnetosphere can't be relied on:
KVHâÂÂs 1750 inertial measurement unit(IMU), primary navigation sensor on AERO. LinkAstrometry - ÃÂ-DOR, or Delta-Differential One-Way Ranging can use quasars as calibrators in order to provide positional resolution under a few hundred meters on Mars to an orbiting vessel than can, in turn, share the information with surface vehicles:
ESA Delta DOR: from implementation to operation R. Maddè, T. Morley ESOC, 16 th March 2007. LinkSurface mapping - a drone may store 3D surface maps of its surroundings, and then use LiDAR/RADAR sensing (plus altimeter, gyros and inclinometers) together with matching algorithms to determine its current position:
TERCOM - process, Golden 1980 (ieee.org) - LinkVisual Odometry - Image processing can determine how fast a vehicle is by measuring the differences between two still images if the time lapse between them is known;
Several techniques can be combined in order to provide better accuracy.
GPS is one of several possible technologies available for assisted navigation. It's commonly used on commercial drones because the framework is in place and GPS signal is usually available on Earth.
It requires a flotilla of satellites around our planet to work, though - something we don't have (yet) around other celestial bodies. In that case we need different approaches, such as:
Solar tracking, together with Inertial navigation (as mentioned in Hobbes' answer) will be the navigational technology of choice for the Mars Helicopter Scout since Mar's weak magnetosphere can't be relied on:
KVHâÂÂs 1750 inertial measurement unit(IMU), primary navigation sensor on AERO. LinkAstrometry - ÃÂ-DOR, or Delta-Differential One-Way Ranging can use quasars as calibrators in order to provide positional resolution under a few hundred meters on Mars to an orbiting vessel than can, in turn, share the information with surface vehicles:
ESA Delta DOR: from implementation to operation R. Maddè, T. Morley ESOC, 16 th March 2007. LinkSurface mapping - a drone may store 3D surface maps of its surroundings, and then use LiDAR/RADAR sensing (plus altimeter, gyros and inclinometers) together with matching algorithms to determine its current position:
TERCOM - process, Golden 1980 (ieee.org) - LinkVisual Odometry - Image processing can determine how fast a vehicle is by measuring the differences between two still images if the time lapse between them is known;
Several techniques can be combined in order to provide better accuracy.
edited 2 days ago
answered 2 days ago
OnoSendai
59649
59649
1
@Uwe You're completely right. In my defense, I wanted to keep it short and to the point. Adding to your comment, even general relativity is used to compensate for time dilation-related error analysis by the ground stations, as described here: en.wikipedia.org/wiki/â¦
â OnoSendai
2 days ago
3
Surface mapping is, incidentally, how cruise missiles used to operate. It's well tested, and very functional, as various US-targeted regimes can attest to. (GPS has supplanted it, but it'd likely work quite well for Mars.)
â ceejayoz
2 days ago
2
@ceejayoz Precisely - added a reference image for TERCOM, thanks for bringing that up.
â OnoSendai
2 days ago
1
There were a number of accurate radio-navigation techniques in use pre-GPS. These included: active radio ranging (measure distance from vehicle to fixed point), radio bearing (measure solid angle from vehicle to fixed point), passive hyperbolic (measure time difference between signal from two stations), doppler (measure velocity of a single satellite). These could be used in conjunction [although as below, they've gone with optical terrain based].
â Rich
2 days ago
1
@uhoh It wouldn't be much use for real-time navigation, but if the helicopter makes short, planned hops it'd be good for fixing current position before embarking on one. Might be a handy supplement for inertial/vision-based real-time guidance.
â ceejayoz
2 days ago
 |Â
show 5 more comments
1
@Uwe You're completely right. In my defense, I wanted to keep it short and to the point. Adding to your comment, even general relativity is used to compensate for time dilation-related error analysis by the ground stations, as described here: en.wikipedia.org/wiki/â¦
â OnoSendai
2 days ago
3
Surface mapping is, incidentally, how cruise missiles used to operate. It's well tested, and very functional, as various US-targeted regimes can attest to. (GPS has supplanted it, but it'd likely work quite well for Mars.)
â ceejayoz
2 days ago
2
@ceejayoz Precisely - added a reference image for TERCOM, thanks for bringing that up.
â OnoSendai
2 days ago
1
There were a number of accurate radio-navigation techniques in use pre-GPS. These included: active radio ranging (measure distance from vehicle to fixed point), radio bearing (measure solid angle from vehicle to fixed point), passive hyperbolic (measure time difference between signal from two stations), doppler (measure velocity of a single satellite). These could be used in conjunction [although as below, they've gone with optical terrain based].
â Rich
2 days ago
1
@uhoh It wouldn't be much use for real-time navigation, but if the helicopter makes short, planned hops it'd be good for fixing current position before embarking on one. Might be a handy supplement for inertial/vision-based real-time guidance.
â ceejayoz
2 days ago
1
1
@Uwe You're completely right. In my defense, I wanted to keep it short and to the point. Adding to your comment, even general relativity is used to compensate for time dilation-related error analysis by the ground stations, as described here: en.wikipedia.org/wiki/â¦
â OnoSendai
2 days ago
@Uwe You're completely right. In my defense, I wanted to keep it short and to the point. Adding to your comment, even general relativity is used to compensate for time dilation-related error analysis by the ground stations, as described here: en.wikipedia.org/wiki/â¦
â OnoSendai
2 days ago
3
3
Surface mapping is, incidentally, how cruise missiles used to operate. It's well tested, and very functional, as various US-targeted regimes can attest to. (GPS has supplanted it, but it'd likely work quite well for Mars.)
â ceejayoz
2 days ago
Surface mapping is, incidentally, how cruise missiles used to operate. It's well tested, and very functional, as various US-targeted regimes can attest to. (GPS has supplanted it, but it'd likely work quite well for Mars.)
â ceejayoz
2 days ago
2
2
@ceejayoz Precisely - added a reference image for TERCOM, thanks for bringing that up.
â OnoSendai
2 days ago
@ceejayoz Precisely - added a reference image for TERCOM, thanks for bringing that up.
â OnoSendai
2 days ago
1
1
There were a number of accurate radio-navigation techniques in use pre-GPS. These included: active radio ranging (measure distance from vehicle to fixed point), radio bearing (measure solid angle from vehicle to fixed point), passive hyperbolic (measure time difference between signal from two stations), doppler (measure velocity of a single satellite). These could be used in conjunction [although as below, they've gone with optical terrain based].
â Rich
2 days ago
There were a number of accurate radio-navigation techniques in use pre-GPS. These included: active radio ranging (measure distance from vehicle to fixed point), radio bearing (measure solid angle from vehicle to fixed point), passive hyperbolic (measure time difference between signal from two stations), doppler (measure velocity of a single satellite). These could be used in conjunction [although as below, they've gone with optical terrain based].
â Rich
2 days ago
1
1
@uhoh It wouldn't be much use for real-time navigation, but if the helicopter makes short, planned hops it'd be good for fixing current position before embarking on one. Might be a handy supplement for inertial/vision-based real-time guidance.
â ceejayoz
2 days ago
@uhoh It wouldn't be much use for real-time navigation, but if the helicopter makes short, planned hops it'd be good for fixing current position before embarking on one. Might be a handy supplement for inertial/vision-based real-time guidance.
â ceejayoz
2 days ago
 |Â
show 5 more comments
up vote
12
down vote
I've reused some material from this answer here to show that the MARS 2020 rover will land on Mars using optical navigation in part.
A helicopter can use similar environmental learning techniques developed for robots on Earth. This isn't a perfect example, but it gives the idea that the robot builds up a map over time. At each point you can identify the location of a new landmark with respect to the previous landmarks.
From Entry, Descent, and Landing Technologies:
RANGE TRIGGER - IT'S ALL ABOUT TIMING
The key to the new precision landing technique is choosing the right moment to pull the "trigger" that releases the spacecraft's parachute. "Range Trigger" is the name of the technique that Mars 2020 uses to time the parachute's deployment. Earlier missions deployed their parachutes as early as possible after the spacecraft reached a desired velocity. Instead of deploying as early as possible, Mars 2020's Range Trigger deploys the parachute based on the spacecraft's position relative to the desired landing target.
above: Illustration of the Range Trigger concept - using the historical /Mars Science Laboratory(MSL)/Curiosity landing site as an example.
Also, during the descent stage, images will be compared in real time to stored terrain maps to improve the accuracy of the landing location:
HOW TERRAIN-RELATIVE NAVIGATION IMPROVES ENTRY, DESCENT, & LANDING
Terrain-Relative Navigation significantly improves estimates of the rover's position relative to the ground. Improvements in accuracy have a lot to do with when the estimates are made.
In prior missions, the spacecraft carrying the rover estimated its location relative to the ground before entering the Martian atmosphere, as well as during entry, based on an initial guess from radiometric data provided through the Deep Space Network. That technique had an estimation error prior to EDL of about 0.6 - 1.2 miles (about 1-2 kilometers), which grows to about (2 - 3 kilometers) during entry.
Using Terrain-Relative Navigation, the Mars 2020 rover will estimates its location while descending through the Martian atmosphere on its parachute. That allows the rover to determine its position relative to the ground with an accuracy of about 200 feet (60 meters) or less.
It takes two things to reduce the risks of entry, descent, and landing: accurately knowing where the rover is headed and an ability to divert to a safer place when headed toward tricky terrain.
above: Illustration of Terrain-Relative Navigation. "Terrain-Relative Navigation helps us land safely on Mars - especially when the land below is full of hazards like steep slopes and large rocks! From here.
In December 2014 the vision system was tested in the Mojave Desert. :
above: "A prototype of the Lander Vision System for NASA's Mars 2020 mission was tested in this Dec. 9, 2014, flight of a Masten Space Systems "Xombie" vehicle at Mojave Air and Space Port in California. Credit: NASA Photo/Tom Tschida" From here.
Of course, given the track record of Mars exploration, it'll probably fail to deploy the parachute at all...
â Sean
2 days ago
2
@jwenting my next question How can the Martians distinguish the space agency of an approaching spacecraft in order to decide if they'll let it land?
â uhoh
yesterday
2
@uhoh does it try to pay its landing fees in Euros or Dollars? ;)
â jwenting
yesterday
4
@jwenting: Actually, it isn't just ESA missions. Far from it.
â Sean
yesterday
1
@jwenting that's right. There are NASA failures there too. That was kind-of my point; the answer to my "proposed next question" would be "they don't" or "they roll 42-sided Martian dice like everyone else".
â uhoh
yesterday
 |Â
show 1 more comment
up vote
12
down vote
I've reused some material from this answer here to show that the MARS 2020 rover will land on Mars using optical navigation in part.
A helicopter can use similar environmental learning techniques developed for robots on Earth. This isn't a perfect example, but it gives the idea that the robot builds up a map over time. At each point you can identify the location of a new landmark with respect to the previous landmarks.
From Entry, Descent, and Landing Technologies:
RANGE TRIGGER - IT'S ALL ABOUT TIMING
The key to the new precision landing technique is choosing the right moment to pull the "trigger" that releases the spacecraft's parachute. "Range Trigger" is the name of the technique that Mars 2020 uses to time the parachute's deployment. Earlier missions deployed their parachutes as early as possible after the spacecraft reached a desired velocity. Instead of deploying as early as possible, Mars 2020's Range Trigger deploys the parachute based on the spacecraft's position relative to the desired landing target.
above: Illustration of the Range Trigger concept - using the historical /Mars Science Laboratory(MSL)/Curiosity landing site as an example.
Also, during the descent stage, images will be compared in real time to stored terrain maps to improve the accuracy of the landing location:
HOW TERRAIN-RELATIVE NAVIGATION IMPROVES ENTRY, DESCENT, & LANDING
Terrain-Relative Navigation significantly improves estimates of the rover's position relative to the ground. Improvements in accuracy have a lot to do with when the estimates are made.
In prior missions, the spacecraft carrying the rover estimated its location relative to the ground before entering the Martian atmosphere, as well as during entry, based on an initial guess from radiometric data provided through the Deep Space Network. That technique had an estimation error prior to EDL of about 0.6 - 1.2 miles (about 1-2 kilometers), which grows to about (2 - 3 kilometers) during entry.
Using Terrain-Relative Navigation, the Mars 2020 rover will estimates its location while descending through the Martian atmosphere on its parachute. That allows the rover to determine its position relative to the ground with an accuracy of about 200 feet (60 meters) or less.
It takes two things to reduce the risks of entry, descent, and landing: accurately knowing where the rover is headed and an ability to divert to a safer place when headed toward tricky terrain.
above: Illustration of Terrain-Relative Navigation. "Terrain-Relative Navigation helps us land safely on Mars - especially when the land below is full of hazards like steep slopes and large rocks! From here.
In December 2014 the vision system was tested in the Mojave Desert. :
above: "A prototype of the Lander Vision System for NASA's Mars 2020 mission was tested in this Dec. 9, 2014, flight of a Masten Space Systems "Xombie" vehicle at Mojave Air and Space Port in California. Credit: NASA Photo/Tom Tschida" From here.
Of course, given the track record of Mars exploration, it'll probably fail to deploy the parachute at all...
â Sean
2 days ago
2
@jwenting my next question How can the Martians distinguish the space agency of an approaching spacecraft in order to decide if they'll let it land?
â uhoh
yesterday
2
@uhoh does it try to pay its landing fees in Euros or Dollars? ;)
â jwenting
yesterday
4
@jwenting: Actually, it isn't just ESA missions. Far from it.
â Sean
yesterday
1
@jwenting that's right. There are NASA failures there too. That was kind-of my point; the answer to my "proposed next question" would be "they don't" or "they roll 42-sided Martian dice like everyone else".
â uhoh
yesterday
 |Â
show 1 more comment
up vote
12
down vote
up vote
12
down vote
I've reused some material from this answer here to show that the MARS 2020 rover will land on Mars using optical navigation in part.
A helicopter can use similar environmental learning techniques developed for robots on Earth. This isn't a perfect example, but it gives the idea that the robot builds up a map over time. At each point you can identify the location of a new landmark with respect to the previous landmarks.
From Entry, Descent, and Landing Technologies:
RANGE TRIGGER - IT'S ALL ABOUT TIMING
The key to the new precision landing technique is choosing the right moment to pull the "trigger" that releases the spacecraft's parachute. "Range Trigger" is the name of the technique that Mars 2020 uses to time the parachute's deployment. Earlier missions deployed their parachutes as early as possible after the spacecraft reached a desired velocity. Instead of deploying as early as possible, Mars 2020's Range Trigger deploys the parachute based on the spacecraft's position relative to the desired landing target.
above: Illustration of the Range Trigger concept - using the historical /Mars Science Laboratory(MSL)/Curiosity landing site as an example.
Also, during the descent stage, images will be compared in real time to stored terrain maps to improve the accuracy of the landing location:
HOW TERRAIN-RELATIVE NAVIGATION IMPROVES ENTRY, DESCENT, & LANDING
Terrain-Relative Navigation significantly improves estimates of the rover's position relative to the ground. Improvements in accuracy have a lot to do with when the estimates are made.
In prior missions, the spacecraft carrying the rover estimated its location relative to the ground before entering the Martian atmosphere, as well as during entry, based on an initial guess from radiometric data provided through the Deep Space Network. That technique had an estimation error prior to EDL of about 0.6 - 1.2 miles (about 1-2 kilometers), which grows to about (2 - 3 kilometers) during entry.
Using Terrain-Relative Navigation, the Mars 2020 rover will estimates its location while descending through the Martian atmosphere on its parachute. That allows the rover to determine its position relative to the ground with an accuracy of about 200 feet (60 meters) or less.
It takes two things to reduce the risks of entry, descent, and landing: accurately knowing where the rover is headed and an ability to divert to a safer place when headed toward tricky terrain.
above: Illustration of Terrain-Relative Navigation. "Terrain-Relative Navigation helps us land safely on Mars - especially when the land below is full of hazards like steep slopes and large rocks! From here.
In December 2014 the vision system was tested in the Mojave Desert. :
above: "A prototype of the Lander Vision System for NASA's Mars 2020 mission was tested in this Dec. 9, 2014, flight of a Masten Space Systems "Xombie" vehicle at Mojave Air and Space Port in California. Credit: NASA Photo/Tom Tschida" From here.
I've reused some material from this answer here to show that the MARS 2020 rover will land on Mars using optical navigation in part.
A helicopter can use similar environmental learning techniques developed for robots on Earth. This isn't a perfect example, but it gives the idea that the robot builds up a map over time. At each point you can identify the location of a new landmark with respect to the previous landmarks.
From Entry, Descent, and Landing Technologies:
RANGE TRIGGER - IT'S ALL ABOUT TIMING
The key to the new precision landing technique is choosing the right moment to pull the "trigger" that releases the spacecraft's parachute. "Range Trigger" is the name of the technique that Mars 2020 uses to time the parachute's deployment. Earlier missions deployed their parachutes as early as possible after the spacecraft reached a desired velocity. Instead of deploying as early as possible, Mars 2020's Range Trigger deploys the parachute based on the spacecraft's position relative to the desired landing target.
above: Illustration of the Range Trigger concept - using the historical /Mars Science Laboratory(MSL)/Curiosity landing site as an example.
Also, during the descent stage, images will be compared in real time to stored terrain maps to improve the accuracy of the landing location:
HOW TERRAIN-RELATIVE NAVIGATION IMPROVES ENTRY, DESCENT, & LANDING
Terrain-Relative Navigation significantly improves estimates of the rover's position relative to the ground. Improvements in accuracy have a lot to do with when the estimates are made.
In prior missions, the spacecraft carrying the rover estimated its location relative to the ground before entering the Martian atmosphere, as well as during entry, based on an initial guess from radiometric data provided through the Deep Space Network. That technique had an estimation error prior to EDL of about 0.6 - 1.2 miles (about 1-2 kilometers), which grows to about (2 - 3 kilometers) during entry.
Using Terrain-Relative Navigation, the Mars 2020 rover will estimates its location while descending through the Martian atmosphere on its parachute. That allows the rover to determine its position relative to the ground with an accuracy of about 200 feet (60 meters) or less.
It takes two things to reduce the risks of entry, descent, and landing: accurately knowing where the rover is headed and an ability to divert to a safer place when headed toward tricky terrain.
above: Illustration of Terrain-Relative Navigation. "Terrain-Relative Navigation helps us land safely on Mars - especially when the land below is full of hazards like steep slopes and large rocks! From here.
In December 2014 the vision system was tested in the Mojave Desert. :
above: "A prototype of the Lander Vision System for NASA's Mars 2020 mission was tested in this Dec. 9, 2014, flight of a Masten Space Systems "Xombie" vehicle at Mojave Air and Space Port in California. Credit: NASA Photo/Tom Tschida" From here.
edited 2 days ago
answered 2 days ago
uhoh
30.5k15105374
30.5k15105374
Of course, given the track record of Mars exploration, it'll probably fail to deploy the parachute at all...
â Sean
2 days ago
2
@jwenting my next question How can the Martians distinguish the space agency of an approaching spacecraft in order to decide if they'll let it land?
â uhoh
yesterday
2
@uhoh does it try to pay its landing fees in Euros or Dollars? ;)
â jwenting
yesterday
4
@jwenting: Actually, it isn't just ESA missions. Far from it.
â Sean
yesterday
1
@jwenting that's right. There are NASA failures there too. That was kind-of my point; the answer to my "proposed next question" would be "they don't" or "they roll 42-sided Martian dice like everyone else".
â uhoh
yesterday
 |Â
show 1 more comment
Of course, given the track record of Mars exploration, it'll probably fail to deploy the parachute at all...
â Sean
2 days ago
2
@jwenting my next question How can the Martians distinguish the space agency of an approaching spacecraft in order to decide if they'll let it land?
â uhoh
yesterday
2
@uhoh does it try to pay its landing fees in Euros or Dollars? ;)
â jwenting
yesterday
4
@jwenting: Actually, it isn't just ESA missions. Far from it.
â Sean
yesterday
1
@jwenting that's right. There are NASA failures there too. That was kind-of my point; the answer to my "proposed next question" would be "they don't" or "they roll 42-sided Martian dice like everyone else".
â uhoh
yesterday
Of course, given the track record of Mars exploration, it'll probably fail to deploy the parachute at all...
â Sean
2 days ago
Of course, given the track record of Mars exploration, it'll probably fail to deploy the parachute at all...
â Sean
2 days ago
2
2
@jwenting my next question How can the Martians distinguish the space agency of an approaching spacecraft in order to decide if they'll let it land?
â uhoh
yesterday
@jwenting my next question How can the Martians distinguish the space agency of an approaching spacecraft in order to decide if they'll let it land?
â uhoh
yesterday
2
2
@uhoh does it try to pay its landing fees in Euros or Dollars? ;)
â jwenting
yesterday
@uhoh does it try to pay its landing fees in Euros or Dollars? ;)
â jwenting
yesterday
4
4
@jwenting: Actually, it isn't just ESA missions. Far from it.
â Sean
yesterday
@jwenting: Actually, it isn't just ESA missions. Far from it.
â Sean
yesterday
1
1
@jwenting that's right. There are NASA failures there too. That was kind-of my point; the answer to my "proposed next question" would be "they don't" or "they roll 42-sided Martian dice like everyone else".
â uhoh
yesterday
@jwenting that's right. There are NASA failures there too. That was kind-of my point; the answer to my "proposed next question" would be "they don't" or "they roll 42-sided Martian dice like everyone else".
â uhoh
yesterday
 |Â
show 1 more comment
up vote
4
down vote
Inertial navigation with occasional "fixes" to reset position to within desired accuracy limits.
Fixes can be photos of ground, positions of stars, radio triangulation or input from external tracking stations, not just satellites. An inertial platform will have gyros for rigidity, accelerometers to sense changes in velocity (acceleration) and gimbals to detect angular changes. Spin up the gyros, enter a start position and direction. And have a computer sense any changes from the start to update latitude and longitude. External fixes are only needed for corrections to errors that propagates over time.
New contributor
add a comment |Â
up vote
4
down vote
Inertial navigation with occasional "fixes" to reset position to within desired accuracy limits.
Fixes can be photos of ground, positions of stars, radio triangulation or input from external tracking stations, not just satellites. An inertial platform will have gyros for rigidity, accelerometers to sense changes in velocity (acceleration) and gimbals to detect angular changes. Spin up the gyros, enter a start position and direction. And have a computer sense any changes from the start to update latitude and longitude. External fixes are only needed for corrections to errors that propagates over time.
New contributor
add a comment |Â
up vote
4
down vote
up vote
4
down vote
Inertial navigation with occasional "fixes" to reset position to within desired accuracy limits.
Fixes can be photos of ground, positions of stars, radio triangulation or input from external tracking stations, not just satellites. An inertial platform will have gyros for rigidity, accelerometers to sense changes in velocity (acceleration) and gimbals to detect angular changes. Spin up the gyros, enter a start position and direction. And have a computer sense any changes from the start to update latitude and longitude. External fixes are only needed for corrections to errors that propagates over time.
New contributor
Inertial navigation with occasional "fixes" to reset position to within desired accuracy limits.
Fixes can be photos of ground, positions of stars, radio triangulation or input from external tracking stations, not just satellites. An inertial platform will have gyros for rigidity, accelerometers to sense changes in velocity (acceleration) and gimbals to detect angular changes. Spin up the gyros, enter a start position and direction. And have a computer sense any changes from the start to update latitude and longitude. External fixes are only needed for corrections to errors that propagates over time.
New contributor
edited 15 mins ago
Peter Mortensen
1827
1827
New contributor
answered yesterday
refry
411
411
New contributor
New contributor
add a comment |Â
add a comment |Â
up vote
3
down vote
Radar, ground mapping techniques, accelerometers and many other ways to get a relative idea of where you are.
New contributor
add a comment |Â
up vote
3
down vote
Radar, ground mapping techniques, accelerometers and many other ways to get a relative idea of where you are.
New contributor
add a comment |Â
up vote
3
down vote
up vote
3
down vote
Radar, ground mapping techniques, accelerometers and many other ways to get a relative idea of where you are.
New contributor
Radar, ground mapping techniques, accelerometers and many other ways to get a relative idea of where you are.
New contributor
edited 2 days ago
Nathan Tuggy
3,58542436
3,58542436
New contributor
answered 2 days ago
Chris Billings
291
291
New contributor
New contributor
add a comment |Â
add a comment |Â
up vote
2
down vote
An Austrian university is working on that right now. They use an onboard camera for the navigation (see below).
Also, a recent drone on Kickstarter uses odemetry for positioning. The project did not end that well, but on windless days, if there are no problems, the drone works: See here
From Aplen-Adria-Universität Klagenfurt's Researchers from Klagenfurt participate in an Analog Mars Mission in Oman:
âÂÂAircraft are fast and very maneuverable. They can explore unknown environments, for instance on Mars, more rapidly than ground-based robotsâÂÂ, Stephan Weiss (Department of Smart Systems Technologies at the AAU) explains. However, he says: âÂÂThe problem we have is the navigation of these types of drones in situations where there is no GPS to rely on.â To address this issue, he and his team have been working on further developing camera-based methods for autonomous navigation designed, among others, to facilitate the deployment of helicopter aircraft during Mars Missions.
The drone to be tested is a small multicopter aircraft equipped with a camera and inertial measurement unit as well as a data processing system. Stephan Weiss explains: âÂÂThe navigation algorithms on the drone have been designed to navigate over the terrain exclusively based on images recorded by its own on-board camera and on input from the systemâÂÂs own inertial measurements.â In the case of the mission in Oman, following the deployment of the aircraft, the images recorded by the on-board camera will be synchronised with inertial data and GPS. The goal is to verify whether the visual position sensing of the aircraft functions properly. âÂÂWe plan to deploy the multicopter at different times of the day and over different landscapes. Subsequently, the gathered results will be comparedâÂÂ, Weiss explains.
The experiments will be conducted within the scope of the AMADEE-18 Mission of the Austrian Space Forum. Mission Control is located at the Mission Support Center in Innsbruck. This team matches EarthâÂÂs Ground Control in size and will communicate with the 15 members of the field crew in Oman, comprising members from nine different nations, including analogue astronauts. They will be conducting experiments in the fields of engineering, manned exploration of planetary surfaces, astrobiology, geophysics/geology, life sciences and more. The mission is scheduled to take place from the 1st to the 28th of February 2018.
New contributor
1
This is a link-only answer. Can you edit it and include the essential parts that answer the question here?
â Jan Doggen
2 days ago
the tl;dr explanation is that links break over time and the answer becomes useless to future readers unless you capture some key points here, either by summarizing the important information or citing it. I've gone ahead and shown an example of how that might work, but please feel free to rollback or edit further. Welcome to Space!
â uhoh
2 days ago
slightly related: What is the Austrian Space Forum doing in Oman?
â uhoh
2 days ago
add a comment |Â
up vote
2
down vote
An Austrian university is working on that right now. They use an onboard camera for the navigation (see below).
Also, a recent drone on Kickstarter uses odemetry for positioning. The project did not end that well, but on windless days, if there are no problems, the drone works: See here
From Aplen-Adria-Universität Klagenfurt's Researchers from Klagenfurt participate in an Analog Mars Mission in Oman:
âÂÂAircraft are fast and very maneuverable. They can explore unknown environments, for instance on Mars, more rapidly than ground-based robotsâÂÂ, Stephan Weiss (Department of Smart Systems Technologies at the AAU) explains. However, he says: âÂÂThe problem we have is the navigation of these types of drones in situations where there is no GPS to rely on.â To address this issue, he and his team have been working on further developing camera-based methods for autonomous navigation designed, among others, to facilitate the deployment of helicopter aircraft during Mars Missions.
The drone to be tested is a small multicopter aircraft equipped with a camera and inertial measurement unit as well as a data processing system. Stephan Weiss explains: âÂÂThe navigation algorithms on the drone have been designed to navigate over the terrain exclusively based on images recorded by its own on-board camera and on input from the systemâÂÂs own inertial measurements.â In the case of the mission in Oman, following the deployment of the aircraft, the images recorded by the on-board camera will be synchronised with inertial data and GPS. The goal is to verify whether the visual position sensing of the aircraft functions properly. âÂÂWe plan to deploy the multicopter at different times of the day and over different landscapes. Subsequently, the gathered results will be comparedâÂÂ, Weiss explains.
The experiments will be conducted within the scope of the AMADEE-18 Mission of the Austrian Space Forum. Mission Control is located at the Mission Support Center in Innsbruck. This team matches EarthâÂÂs Ground Control in size and will communicate with the 15 members of the field crew in Oman, comprising members from nine different nations, including analogue astronauts. They will be conducting experiments in the fields of engineering, manned exploration of planetary surfaces, astrobiology, geophysics/geology, life sciences and more. The mission is scheduled to take place from the 1st to the 28th of February 2018.
New contributor
1
This is a link-only answer. Can you edit it and include the essential parts that answer the question here?
â Jan Doggen
2 days ago
the tl;dr explanation is that links break over time and the answer becomes useless to future readers unless you capture some key points here, either by summarizing the important information or citing it. I've gone ahead and shown an example of how that might work, but please feel free to rollback or edit further. Welcome to Space!
â uhoh
2 days ago
slightly related: What is the Austrian Space Forum doing in Oman?
â uhoh
2 days ago
add a comment |Â
up vote
2
down vote
up vote
2
down vote
An Austrian university is working on that right now. They use an onboard camera for the navigation (see below).
Also, a recent drone on Kickstarter uses odemetry for positioning. The project did not end that well, but on windless days, if there are no problems, the drone works: See here
From Aplen-Adria-Universität Klagenfurt's Researchers from Klagenfurt participate in an Analog Mars Mission in Oman:
âÂÂAircraft are fast and very maneuverable. They can explore unknown environments, for instance on Mars, more rapidly than ground-based robotsâÂÂ, Stephan Weiss (Department of Smart Systems Technologies at the AAU) explains. However, he says: âÂÂThe problem we have is the navigation of these types of drones in situations where there is no GPS to rely on.â To address this issue, he and his team have been working on further developing camera-based methods for autonomous navigation designed, among others, to facilitate the deployment of helicopter aircraft during Mars Missions.
The drone to be tested is a small multicopter aircraft equipped with a camera and inertial measurement unit as well as a data processing system. Stephan Weiss explains: âÂÂThe navigation algorithms on the drone have been designed to navigate over the terrain exclusively based on images recorded by its own on-board camera and on input from the systemâÂÂs own inertial measurements.â In the case of the mission in Oman, following the deployment of the aircraft, the images recorded by the on-board camera will be synchronised with inertial data and GPS. The goal is to verify whether the visual position sensing of the aircraft functions properly. âÂÂWe plan to deploy the multicopter at different times of the day and over different landscapes. Subsequently, the gathered results will be comparedâÂÂ, Weiss explains.
The experiments will be conducted within the scope of the AMADEE-18 Mission of the Austrian Space Forum. Mission Control is located at the Mission Support Center in Innsbruck. This team matches EarthâÂÂs Ground Control in size and will communicate with the 15 members of the field crew in Oman, comprising members from nine different nations, including analogue astronauts. They will be conducting experiments in the fields of engineering, manned exploration of planetary surfaces, astrobiology, geophysics/geology, life sciences and more. The mission is scheduled to take place from the 1st to the 28th of February 2018.
New contributor
An Austrian university is working on that right now. They use an onboard camera for the navigation (see below).
Also, a recent drone on Kickstarter uses odemetry for positioning. The project did not end that well, but on windless days, if there are no problems, the drone works: See here
From Aplen-Adria-Universität Klagenfurt's Researchers from Klagenfurt participate in an Analog Mars Mission in Oman:
âÂÂAircraft are fast and very maneuverable. They can explore unknown environments, for instance on Mars, more rapidly than ground-based robotsâÂÂ, Stephan Weiss (Department of Smart Systems Technologies at the AAU) explains. However, he says: âÂÂThe problem we have is the navigation of these types of drones in situations where there is no GPS to rely on.â To address this issue, he and his team have been working on further developing camera-based methods for autonomous navigation designed, among others, to facilitate the deployment of helicopter aircraft during Mars Missions.
The drone to be tested is a small multicopter aircraft equipped with a camera and inertial measurement unit as well as a data processing system. Stephan Weiss explains: âÂÂThe navigation algorithms on the drone have been designed to navigate over the terrain exclusively based on images recorded by its own on-board camera and on input from the systemâÂÂs own inertial measurements.â In the case of the mission in Oman, following the deployment of the aircraft, the images recorded by the on-board camera will be synchronised with inertial data and GPS. The goal is to verify whether the visual position sensing of the aircraft functions properly. âÂÂWe plan to deploy the multicopter at different times of the day and over different landscapes. Subsequently, the gathered results will be comparedâÂÂ, Weiss explains.
The experiments will be conducted within the scope of the AMADEE-18 Mission of the Austrian Space Forum. Mission Control is located at the Mission Support Center in Innsbruck. This team matches EarthâÂÂs Ground Control in size and will communicate with the 15 members of the field crew in Oman, comprising members from nine different nations, including analogue astronauts. They will be conducting experiments in the fields of engineering, manned exploration of planetary surfaces, astrobiology, geophysics/geology, life sciences and more. The mission is scheduled to take place from the 1st to the 28th of February 2018.
New contributor
edited 15 mins ago
Peter Mortensen
1827
1827
New contributor
answered 2 days ago
Lot
1211
1211
New contributor
New contributor
1
This is a link-only answer. Can you edit it and include the essential parts that answer the question here?
â Jan Doggen
2 days ago
the tl;dr explanation is that links break over time and the answer becomes useless to future readers unless you capture some key points here, either by summarizing the important information or citing it. I've gone ahead and shown an example of how that might work, but please feel free to rollback or edit further. Welcome to Space!
â uhoh
2 days ago
slightly related: What is the Austrian Space Forum doing in Oman?
â uhoh
2 days ago
add a comment |Â
1
This is a link-only answer. Can you edit it and include the essential parts that answer the question here?
â Jan Doggen
2 days ago
the tl;dr explanation is that links break over time and the answer becomes useless to future readers unless you capture some key points here, either by summarizing the important information or citing it. I've gone ahead and shown an example of how that might work, but please feel free to rollback or edit further. Welcome to Space!
â uhoh
2 days ago
slightly related: What is the Austrian Space Forum doing in Oman?
â uhoh
2 days ago
1
1
This is a link-only answer. Can you edit it and include the essential parts that answer the question here?
â Jan Doggen
2 days ago
This is a link-only answer. Can you edit it and include the essential parts that answer the question here?
â Jan Doggen
2 days ago
the tl;dr explanation is that links break over time and the answer becomes useless to future readers unless you capture some key points here, either by summarizing the important information or citing it. I've gone ahead and shown an example of how that might work, but please feel free to rollback or edit further. Welcome to Space!
â uhoh
2 days ago
the tl;dr explanation is that links break over time and the answer becomes useless to future readers unless you capture some key points here, either by summarizing the important information or citing it. I've gone ahead and shown an example of how that might work, but please feel free to rollback or edit further. Welcome to Space!
â uhoh
2 days ago
slightly related: What is the Austrian Space Forum doing in Oman?
â uhoh
2 days ago
slightly related: What is the Austrian Space Forum doing in Oman?
â uhoh
2 days ago
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fspace.stackexchange.com%2fquestions%2f31574%2fhow-can-a-mars-helicopter-be-autonomous-if-there-isnt-a-martian-gps%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
70
A roomba can navigate autonomously without using GPS
â JCRM
2 days ago
30
@JCRM Now you have me imagining a drone that navigates by crashing into every possible surface :P
â Shadow
2 days ago
27
People have been navigating autonomously for millenia before the existence of GPS. Why do you think a drone could not use those exact same techniques?
â Jörg W Mittag
2 days ago
11
@LightnessRacesinOrbit - If a Martian GPS-type systems were being spoofed, NASA has some explaining to do...
â Jon Custer
yesterday
2
@JonCuster More generally addressing the false assumption that GPS is not only something you need to use for this kind of task but something that you should solely use in the first place! But yes lol
â Lightness Races in Orbit
yesterday