You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for your great work about gtsam. I tried to use FixedLagSmootherExample.cpp for my own project. But it shows error after I run my ros bag. My gtsam is 4.0.3.
I set the lag to be 2s. But when the factor size runs to 2.x s, the program dies.
The text was updated successfully, but these errors were encountered:
I just found something wrong with my code. If I use latestState = smootherBatch->calculateEstimate(currentKey);, the program runs without error. If I use latestState = smootherBatch->calculateEstimate(); there will be error gtsam::ValuesKeyDoseNotExist.
Hi, thank you for your great work about gtsam. I tried to use FixedLagSmootherExample.cpp for my own project. But it shows error after I run my ros bag. My gtsam is 4.0.3.
I set the lag to be 2s. But when the factor size runs to 2.x s, the program dies.
The text was updated successfully, but these errors were encountered: