-
Notifications
You must be signed in to change notification settings - Fork 74
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
Simulation Plot breaks up after few iterations #11
Comments
By the way, the *** Check failure stack trace: *** |
The problem is solved, the problem is caused by this one: |
Sorry to disturb you, did you solve this problem? |
@MichaelJoker sorry to bother you, I have some problems. It seems that the error is a problem in the optimization process, it prompts that the assertion error occurs in 'readDecentrStateFromOptG2oFiles' line 42 assert(robot_i_val == robot_i);
Do you have any ideas? The results of runSyncGaussSeidel are correct or not ? |
@tcies Hello, when I executed the
runSimulationAndSave()
command, with the robot number 5, there are some errors. It seems that the errors are due to the optimization. What are the latent and possible reasons behind this kind of errors? Thanks a lot.P.S.: Details of the errors are shown as below:
`835 out of 1708
real_time =
46.6732
Discarding place recognition near previous match!
ans =
ParallelException with properties:
ans =
ans =
struct with fields:
ans =
struct with fields:
Error using manageAsyncGaussSeidel (line 55)
Assertion failed.
Error in stepDecentrState (line 77)
manageAsyncGaussSeidel(decentr_state, ...
Error in runSimulationAndSave (line 51)
stepDecentrState(decentr_state, decentr_stream{step_i}, params, ... `
The text was updated successfully, but these errors were encountered: