struct mola::LidarOdometry::MethodState::GravityEstimator::TimestampedAcc

Overview

#include <LidarOdometry.h>

struct TimestampedAcc
{
    // fields

    double timestamp = 0;
    std::array<double, 3> acc = {0, 0, 0};
};