IMU measurements to be re-integrated. This class stores IMU measurements along with the pre-integrated IMU measurements.
More...
#include <reintegrated_imu_factor.hpp>
|
|
| ReintegratedImuMeasurements (const gtsam_points::shared_ptr< gtsam::PreintegrationParams > &p, const gtsam::imuBias::ConstantBias &biasHat=gtsam::imuBias::ConstantBias()) |
| |
|
void | resetIntegration () override |
| |
|
void | integrateMeasurement (const gtsam::Vector3 &measuredAcc, const gtsam::Vector3 &measuredOmega, double dt) override |
| |
|
const Eigen::Vector3d | mean_acc () const |
| |
|
const Eigen::Vector3d | mean_gyro () const |
| |
|
|
std::vector< gtsam::Vector7 > | imu_data |
| |
|
|
class | ReintegratedImuFactor |
| |
IMU measurements to be re-integrated. This class stores IMU measurements along with the pre-integrated IMU measurements.
The documentation for this class was generated from the following file: