MichaelGrupp / evo

Python package for the evaluation of odometry and SLAM
https://michaelgrupp.github.io/evo/
GNU General Public License v3.0
3.34k stars 745 forks source link

Fix pose relation enum #581

Closed MichaelGrupp closed 11 months ago

MichaelGrupp commented 11 months ago

Fixes a bug introduced recently in PR #569 and switches all enums to @unique to catch this in the future.

Fixes: #579