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

run example aborted #36

Open
lyk125 opened this issue Nov 19, 2021 · 1 comment
Open

run example aborted #36

lyk125 opened this issue Nov 19, 2021 · 1 comment

Comments

@lyk125
Copy link

lyk125 commented Nov 19, 2021

Hello:
I build and test project in UBUNTU1804,and build is OK.But when I try to run example "SampleProject",a exception raise,running info as below:

2D line fitting

Processed scene = 'adam'
Neighborhood calculation time = 0.000190 secs
terminate called after throwing an instance of 'std::out_of_range'
what(): _Map_base::at
Aborted (core dumped)

  Is there something wrong with my running enviroment or something else?
  Hope for your reply

Regards

@danini
Copy link
Owner

danini commented Nov 19, 2021

Hey!

If you change the main_sampler to PROSAC or Uniform sampling, it will work.
I do not know yet what is the problem the P-NAPSAC since it was working earlier. I will debug it.
Before that you can use both PROSAC and Uniform sampling, probably, Uniform since there is not much information for sorting the points for PROSAC.

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

2 participants