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

PGO dataset.py: Rotation/translation swapped in relative pose noise #481

Open
suddhu opened this issue Mar 14, 2023 · 0 comments
Open

PGO dataset.py: Rotation/translation swapped in relative pose noise #481

suddhu opened this issue Mar 14, 2023 · 0 comments

Comments

@suddhu
Copy link
Contributor

suddhu commented Mar 14, 2023

🐛 Bug

Rotation and translation noise are swapped in the PGO noise addition for pose_graph/dataset.py. Link to the relevant location. The se3 tangent vector should be [noise_trans, noise_rot] but here it is [noise_rot, noise_trans]. Submitting a simple pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant