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

calibration program “terminate called after throwing an instance of 'std::length_error' “ #13

Open
ORBslam2-3 opened this issue Aug 8, 2023 · 2 comments

Comments

@ORBslam2-3
Copy link

When I run this code, this problem will occur. I can choose to comment out the line of code viewer_final->spinOnce(10); but then I can’t see the matching point cloud display status. Can you help me analyze it? the reason?

log:
Score: 0.271687
0% [ ]terminate called after throwing an instance of 'std::length_error'
what(): vector::reserve
已放弃 (核心已转储)

@yixin-AI
Copy link

yixin-AI commented Jan 17, 2024

Hi, I found the same problem, are there any solutions.

Okay, I still dont know the problem, but the solution is to commit the line "viewer_final->spinOnce()"

@Anutlet
Copy link

Anutlet commented Nov 5, 2024

When I run this code, this problem will occur. I can choose to comment out the line of code viewer_final->spinOnce(10); but then I can’t see the matching point cloud display status. Can you help me analyze it? the reason?

log: Score: 0.271687 0% [ ]terminate called after throwing an instance of 'std::length_error' what(): vector::reserve 已放弃 (核心已转储)

I think this issue is related to the PCL version. Try updating PCL to a newer version.

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

3 participants