-
Notifications
You must be signed in to change notification settings - Fork 780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPS Simulation and inaccuracy #248
Comments
We'll look into this. Thanks! |
The latitude jump from 0.109518 N to 0.109382 N and back again while driving straight. |
Very interesting question, is it across time zones? : ) |
Not really, the behavior shows up even without crossing North to South. Crossing it caused other problem but that's related how Autoware handling the conversion from lat-long to xyz. |
Hi,
The current simulator GPS output have a tendency to jump around.
from: MapOrigin.cs:35
The simulator gps lat-lon conversion is copied from https://github.com/Turbo87/utm/blob/master/utm/conversion.py
This issue document the inaccuracy of the conversion Turbo87/utm#36
Is there any plan to improve the simulation of the GPS device and fix the conversion? It will be great if the accuracy and noise of the GPS device can be definable and tunable.
The text was updated successfully, but these errors were encountered: