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

basic_string::_M_construct null not valid #10

Open
suddhu opened this issue Mar 7, 2018 · 3 comments
Open

basic_string::_M_construct null not valid #10

suddhu opened this issue Mar 7, 2018 · 3 comments

Comments

@suddhu
Copy link

suddhu commented Mar 7, 2018

Upon running, I get the below error -

./imagesStVO /home/suddhu/to-sync/dataset/KITTI/sequences/00/image_0 terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_M_construct null not valid [1] 9656 abort (core dumped) ./imagesStVO /home/suddhu/to-sync/dataset/KITTI/sequences/00/image_0

I've been getting this error for both StVO-PL and PL-slam. Any idea why?

@Zhangzhen18
Copy link

@suddhu I also encountered the same problem. How did you solve it?

@zcyHHU
Copy link

zcyHHU commented Jan 1, 2020

I also encountered the same problem. How did you solve it

@weiningwei
Copy link

I also encountered the same problem.But I have fixed it by this way.
I add the kitti odometry dataset directory to the environment variable.That is
export DATASETS_DIR=/home/weiningwei/dataset/kitti_data_odometry_gray/sequences/
Then run it.
./build/imagesStVO 00/ -c ./config/dataset_params/kitti00-02.yaml

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

4 participants