Skip to content
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

ORB_SLAM3 - Pangolin Visualization not showing #517

Open
ayushGHub opened this issue Mar 16, 2022 · 4 comments
Open

ORB_SLAM3 - Pangolin Visualization not showing #517

ayushGHub opened this issue Mar 16, 2022 · 4 comments

Comments

@ayushGHub
Copy link

Pangolin Visualization is not showing in UBUNTU 20.04. However, everything else is working fine and the calculation is also being done and the trajectory file is being calculated correctly.


Saving trajectory to f_dataset-MH01_monoTRIAL_with_Pangolin5.txt ...
There are 1 maps in the atlas
  Map 0 has 327 KFs

End of saving trajectory to f_dataset-MH01_monoTRIAL_with_Pangolin5.txt ...

Saving keyframe trajectory to kf_dataset-MH01_monoTRIAL_with_Pangolin5.txt ...

I also installed all the dependencies from Pangolin Official Website

There is no error at all.

@lihzh233
Copy link

ORB_SLAM3::System SLAM(argv[1],argv[2],ORB_SLAM3::System::MONOCULAR, true);
check this code, the last param should be 'true'.

@ayushGHub
Copy link
Author

thanks, it's working fine now.

@foemre
Copy link

foemre commented Aug 1, 2022

How exactly is this problem solved? Which tag have you tested with? Where is ORB_SLAM3::System SLAM(argv[1],argv[2],ORB_SLAM3::System::MONOCULAR, true); or any other substring located? Because as far as I can see there is no such line in the latest version of the code. This issue has not been resolved yet, can someone help?

@foemre
Copy link

foemre commented Aug 1, 2022

Ok so this issue is solved in this pull request: #606

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants