-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installing and testing pyslam under Windows #51
Comments
Got this repo to work flawlessly with WSL2 under Windows 10 and Mac OS Big Sur!! Thank you for the great documentation! |
Awesome! Thanks for sharing your experience! |
No problem!! Just so you know, there was one hiccup that I encountered during the building of g2opy regarding the Eigen quaternion member access. I followed this pull request of g2opy official repo and got it to work. Maybe you can include this in your README in case anyone else has similar problems. 😄 |
Thanks for the feedback! |
I've just checked again that, both with docker and a real Ubuntu 20 install, g2opy get compiled correctly under the |
Hi, Indeed, with you need to use a ground truth in order to recover a correct inter-frame scale s and estimate a valid trajectory by composing $C_k = C_{k-1} * [R_{k-1,k}, s t_{k-1,k}]$. You need the full You can find further details in this related thread #20. |
Hello, I used main_slam.py to run the TUM dataset, but I only want the function of visual odometry, no need to map, how should I change it in the pySLAM program? Or what features are turned off? |
Hello @zxl152723, |
Many people asked me how to install and test pyslam under Windows.
I would suggest going with Windows WSL2 and install ubuntu under it.
Didn't test it yet but I found this cool install procedure that should provide a fast ubuntu GUI under Windows
https://www.youtube.com/watch?v=IL7Jd9rjgrM
WIP ...
The text was updated successfully, but these errors were encountered: