cube_slam
cube_slam copied to clipboard
run orb_object_slam error
when I run 'orb-object-slam', the error --terminate called after throwing an instance of 'std::bad_alloc' what():std::bad_alloc--is occurred. How can I solve this problem or has anyone have the same problem as me?
maybe you can change the orb vocabulary for the orbslam vocabulary
maybe you need to find where the problem comes from. I found one reason, where the bool function should "return true" in the end https://github.com/shichaoy/cube_slam/blob/c371989bf1448802898bc7f17e99bba4a76167e6/detect_3d_cuboid/src/matrix_utils.cpp#L236
Hi I have encountered the same problem. Have you solved it?