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

How Can I apply it to stereo camera? #15

Open
qiaozhijian opened this issue Sep 10, 2020 · 4 comments
Open

How Can I apply it to stereo camera? #15

qiaozhijian opened this issue Sep 10, 2020 · 4 comments

Comments

@qiaozhijian
Copy link
Contributor

No description provided.

@shidahe
Copy link
Owner

shidahe commented Sep 10, 2020

Simplest idea would be just swap out the ORB-SLAM monocular SLAM and replace it with some stereo SLAM.

Furthurmore, the depth estimation can be imporved by using a stereo camera setup, which in turn can improve the quality of the reconstructed surface.

@qiaozhijian
Copy link
Contributor Author

Thank you for your answers, but I found some small bugs in your program.
During the construction of some classes, some of their variables were not initialized, so they were assigned some random values, which caused my computer to not run this code normally, such as mpModel in Map, mbResetRequested in ProbabilityMapping

@shidahe
Copy link
Owner

shidahe commented Sep 11, 2020

Great! Thanks for finding the bugs.
Could you please post the error behaviour here? So that others can reference to this post if they face the same problem.
Also if you have fix, a PR for fixing them would be very much appreciated. :)

@qiaozhijian
Copy link
Contributor Author

Great! Thanks for finding the bugs.
Could you please post the error behaviour here? So that others can reference to this post if they face the same problem.
Also if you have fix, a PR for fixing them would be very much appreciated. :)

The wrong behavior is a simple program break, like when you go to use an uninitialized pointer to a class. I'm sorry I can't describe it. But a PR is submitted.

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

2 participants