Open LucaFibbi opened 4 years ago
Thank you for submitting the bug. I have changed the code as shown below:
for(int i = forWard_epoch_len - 1; i >=0; i--) { last_fillter_X = last_allSolverX.at(i); if(last_fillter_X[0] != 0) { last_fillter_X = last_allSolverX.at(i); last_fillter_Q = last_allSolverQ.at(i); break; } }
If you would like to join this repository, please contact us me.
The program is exit with an assert error. The code throw the assert to the line 549 of the file QPPPBackSmooth.cpp
The
i
variable infor
cycle is increased for error. The possible correct code is: