Hacker News new | ask | show | jobs
by Bud 5589 days ago
I thought about this as a complication, but my assumption was that this would be a solvable technical problem. Is it really not feasible to add an accelerometer to the GPS data (which does include altitude), and end up with at least somewhat more precise data?
1 comments

You can feed the accelerometer data into the Kalman filter as well. However, since it's much more noisy than the GPS data, it won't give you any real benefit.

Where people would like this is to do dead reckoning when a GPS position isn't available (e.g. in tunnels). However, it turns out that it is completely useless for that, for the exact reasons the GP describes.