Closed Josgonmar closed 3 months ago
Hi there!
I'm trying to use this algorithm with my data, but the IMU preintegration node keeps crashing.
terminate called after throwing an instance of 'std::runtime_error' what(): PreintegratedImuMeasurements::integrateMeasurement: dt <=0
My version of GTSAM is: libgtsam-dev is already the newest version (4.0.3-1ubuntu1)
libgtsam-dev is already the newest version (4.0.3-1ubuntu1)
Any idea why this is happening?
It seemed that the timestamps of my IMU messages were not reliable, so the dt between messages was sometimes 0, leading to this error. I'm using gazebo btw.
Hi there!
I'm trying to use this algorithm with my data, but the IMU preintegration node keeps crashing.
My version of GTSAM is:
libgtsam-dev is already the newest version (4.0.3-1ubuntu1)
Any idea why this is happening?