-
Notifications
You must be signed in to change notification settings - Fork 111
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
Wrong initialization #4
Comments
This might be because of wrong camera calibration. Make sure you can run your data on Original ORBSLAM first. |
@a-jahani |
a quick way to bypass is to find out which frame is giving you wrong initialization and feed the orb slam with the rest of the frames after that frame. This wrong initialization is in src/Tracking.cc line 693-695 which means you must get this in original orbslam as well. |
@a-jahani
What does it mean and how could I solve this problem? |
"/home/abhineet/KITTI/00" is the address to kitti odometry dataset sequence 00. You should change it to yours! |
have you solved the problem? i changed the dataset path ,but i got Segment fault. |
Hi,
Thanks greatly for sharing this code, it is really helpful.
I tried to use this package to generate 2D grid map, but there are some problems:
How could I solve these problems?
Thanks for the help!
The text was updated successfully, but these errors were encountered: