Skip to content
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

[Bug]: Incorrect position calculation #119

Closed
samuelkuehnel opened this issue Nov 30, 2023 · 0 comments · Fixed by #120
Closed

[Bug]: Incorrect position calculation #119

samuelkuehnel opened this issue Nov 30, 2023 · 0 comments · Fixed by #120
Assignees
Labels
bug Something isn't working

Comments

@samuelkuehnel
Copy link
Collaborator

Current Behavior

The calculation used for converting GNSS coordinates (lat,lon) to (x,y)-coordinates are wrong. The calculated y value doesn't match the real value:

  • calculated: 978.8772877768697, -5363.10860613455
  • real: 979.7156982421875, -5383.4052734375

Expected Behavior

The calculated values should match. A small slack is allowed.

How to reproduce the issue

Start the simulation and log the current position published by the PositionPublisher-Node in the perception folder.

@samuelkuehnel samuelkuehnel added the bug Something isn't working label Nov 30, 2023
@samuelkuehnel samuelkuehnel self-assigned this Nov 30, 2023
@samuelkuehnel samuelkuehnel linked a pull request Nov 30, 2023 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant