-
Notifications
You must be signed in to change notification settings - Fork 156
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
Bug in Program? #2
Comments
Sorry for the taking your time. Thank you for sharing the great program. |
Thanks for your feedback.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello YuePanEdward. Thank you for sharing your program.
Now i am trying to run your program in my pc, ubuntu 18.04.
I run as your tutorial. However, when the program run into "dataio.batch_read_filenames_in_folder(pc_folder, "_filelist.txt", pc_format, filenames, FLAGS_frame_num_begin, FLAGS_frame_num_end, FLAGS_frame_step);".
There will be an error as follows:
terminate called after throwing an instance of 'std::out_of_range'
what(): basic_string::substr: __pos (which is 18446744073709551615) > this->size() (which is 6)
Aborted (core dumped)
The function call is in line 299 in mulls_slam.cpp
Thank you for sharing the great program.
The text was updated successfully, but these errors were encountered: