-
Notifications
You must be signed in to change notification settings - Fork 233
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
Program running error #50
Comments
@wangni-bupt Hi, Have you solve the problem? I met the same one. The system crashed when it found a bad object. |
I modified cube_slam/orb_object_slam/src/MapObject.cc Line 225 in c371989
pKF->EraseMapObjectMatch(mit->second) to pKF->EraseMapObjectMatch(this); . It seems to solve the 'bad object' problem.
|
I'm debugging with gdb, and it looks like I'm traversing the previous null pointer |
@wangni-bupt 我也是BUPT的,研究SLAM方向,我们可以加微信交流一下(vx: woshichenyushi),科研路上不孤独。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An error is reported when "Found one bad object !!!!!!!!!!!!!!!!!!!!!!!!! " occurs
The text was updated successfully, but these errors were encountered: