Accuracy of Parallax GPS Module
LittleGrizzy
Posts: 5
I have been working on an autonomous vehicle using the protoboard as a controller. I was planning on using the GPS module as was wondering how accurate it was. Approximately how far does the vehicle have to move before the GPS will register new coordinates?
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.madlabs.info - Home of the Hydrogen Fuel Cell Robot
John Abshier
-Mike
For clarity, I am answering the question "Approximately how far does the vehicle have to move before the GPS will register new coordinates?" not the question of absolute accuracy and size of error zone.
Post Edited (pmrobert) : 2/13/2009 9:23:00 PM GMT
As for the GPS signal being purposely messed up...that is no longer true. That was a military feature called selective availability. The idea was to purposely add error (for the civilian signal) during military operations. However, now that so many critical devices rely on accurate data, like airplane and auto navigation, they no longer purposely add error. Needless to say though, we're dealing with time deltas in nanoseconds from satellites thousands of miles away, on a piece of hardware you can cobble to together on a bread board and write your own code for. So 10 feet is pretty freaking amazing when you consider the complexities involved.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
The peculiar thing is that my Parallax GPS and my Telit GPS module seem to drift in similar amounts. And I get drift, when I have 6 or more satellites on line. I get the drift inside and out. I haven't checked to see if two drifts are synchronous or not... but it wouldn't surprise me if they were. The drift can be substantial... giving a bogus velocity measurement of 5mph or more.
The solution might be to use multiple-sensors... for example you might (but probably wouldn't) use short-term accelerometer information to cross-check the GPS data. When we get cameras... the image data will also be theoretically useful but practically worthless.
The good news is that if you want an autonomous vehicle, then you have to use GPS.
The really good news is that by itself, the GPS data is not quite good enough.
Rich
Is there a way to increase the sensitivity of the GPS unit, such as a board mod or bigger/more sensitive antenna for a cheap price? How about an alignment feature that could be done as part of a start-up sequence to increase it's accuracy?
Thanks in advance.
Sebastian
The way that systems (such as landing an airplane with GPS) get more accurate is by using "differential GPS". As one of the posters noted, he generally gets the same reading on his door step, even though it's "off". Differential GPS puts another transmitter at a known location, and by combining this signal with the satelite signals, you can a location down to inches, depending on the combination of components.
I know about this conceptually, but have no idea how to set it up, or what you'd need to do it.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
John R.
Click here to see my Nomad Build Log
Thank you very much, I hope that all replies are just as good. Hmmm now onto Differential GPSing.
Sebastian
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen