Michael Grupp

Results 63 comments of Michael Grupp

This is the trajectory (timestamps + 3D poses) that was estimated by the SLAM algorithm. More specifically, it has only the poses of the keyframes. It's saved in the file...

``` ImportError: No module named '_tkinter', please install the python3-tk package ``` It's already saying what you need to do. Try something like this: https://askubuntu.com/a/950707

> Hi, i am doing the same by running orbslam on my jetson tx2. The script is awesome. But the thing is it works only with the stored file. Is...

You need to update matplotlib to a newer version

You are right, it might be good to allow switching this behavior if needed. I think I should add an option to change this from the current default behavior.

You probably need to change the Euler angle representation used for this plot. This is not related to accuracy of the trajectory. https://github.com/MichaelGrupp/evo/issues/295#issuecomment-649584091 https://github.com/MichaelGrupp/evo/issues/181#issuecomment-507675295

I don't understand - the trajectory file contains a quaternion, not RPY. So if you want to convert it to an Euler representation, you need to choose the order yourself.

I recommend to check first if matplotlib supports this font. If it's possible with matplotlib somehow, then it's also possible with evo.

> Permission denied: "/Downloads" If you are on Linux or macOS, this path would be in the root directory that is write-protected. Most likely you wanted to use the "Downloads"...

The solution is only unique if there are >=3 non-colinear points in 3D space. For full details, I would recommend to check the original paper of the algorithm.