uzh-rpg / rpg_trajectory_evaluation

Toolbox for quantitative trajectory evaluation of VO/VIO
MIT License
1.06k stars 348 forks source link

port over to python3 #57

Closed snakehaihai closed 4 months ago

snakehaihai commented 1 year ago

Hi I really like this package way better than the EVO, but it is less easy to run it anymore due to most of the existing hardware running on ubuntu 20.04 /python3. How complex is it to upgrade to python3?

ShendiS commented 1 year ago

you can use the package 2to3 to translate the scripts to python3 , although it is not very complex to upgrade it manually. Just make sure after you have all the packages installed. I just used it and it worked fine !

ChanJoon commented 11 months ago

How about using pyenv? It is easy to use various python versions

snakehaihai commented 4 months ago

How about using pyenv? It is easy to use various python versions

this works. thx