You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
🐛 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.The text was updated successfully, but these errors were encountered: