theseus
theseus copied to clipboard
PGO dataset.py: Rotation/translation swapped in relative pose noise
🐛 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.