struct mola::state_estimation_simple::StateEstimationSimple::State::PendingImu

Overview

#include <StateEstimationSimple.h>

struct PendingImu
{
    // fields

    double wx = 0;
    double wy = 0;
    double wz = 0;
};