Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Every One
I am Looking for a solution or code about Dead Reckoning ability for GPS, there is some algorithms, but I really don't know how to implement the code in C,
the total Idea is we garb the Direction and Speed any moment from an acceleration Gyroscopic sensor and measure the new point coordinates based on 3 data:
1. Start position
2. Target Direction
3. target acceleration

The reference for Dead Reckoning algorithm is:
http://en.wikipedia.org/wiki/Dead_reckoning[^]

Can anyone help with the code?

Thanks
Posted
Comments
[no name] 22-Jul-12 18:01pm    
You need to head on over to the rent a coder or free lancer web sites so you can hire someone to write this code for you.
nv3 23-Jul-12 9:03am    
I doubt that the precision of the accelerometers in a usual handheld will be good enough to derive a dead reckoning position. Integration errors of the speed vector will soon cover anything else.

If you are talking about dedicated hardware, then you might look under intertia navigation systems, as Dave suggested in his solution below. This stuff is expensive (50k+) and usually used in airliners.

1 solution

So, you're looking for an intertial navigation system? And you want someone to provide you the code??

That's not going to happen here. We'll help you with your own code, but were not going to just write your solution for you.

There's a bunch of links in the Wiki article you linked to. This is going to take some research on your part to come up with a implementation that fits your requirements. You're not going to just pull code from some site and expect it to work unmodified.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900