theseus icon indicating copy to clipboard operation
theseus copied to clipboard

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

Open suddhu opened this issue 1 year ago • 0 comments

🐛 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.

suddhu avatar Mar 14 '23 01:03 suddhu