Skip to content

Struct inertialsim::examples::KittiInertialData

ClassList > inertialsim > examples > KittiInertialData

Inertial sensor data. More...

  • #include <kitti.h>

Public Attributes

Type Name
Vector3D angular_rate
EulerAngles attitude
Vector3D position
Scalar1D position_accuracy
Vector3D specific_force
Timestamps time
bool valid
Vector3D velocity
Scalar1D velocity_accuracy

Detailed Description

Inertial navigation system data from an OxTS 3000 INS sensor. See the raw data dev. kit readme.txt and the OxTS RT3000 user manual for more information.

Public Attributes Documentation

variable angular_rate

Vector3D inertialsim::examples::KittiInertialData::angular_rate;

variable attitude

EulerAngles inertialsim::examples::KittiInertialData::attitude;

variable position

Vector3D inertialsim::examples::KittiInertialData::position;

variable position_accuracy

Scalar1D inertialsim::examples::KittiInertialData::position_accuracy;

variable specific_force

Vector3D inertialsim::examples::KittiInertialData::specific_force;

variable time

Timestamps inertialsim::examples::KittiInertialData::time;

variable valid

bool inertialsim::examples::KittiInertialData::valid;

variable velocity

Vector3D inertialsim::examples::KittiInertialData::velocity;

variable velocity_accuracy

Scalar1D inertialsim::examples::KittiInertialData::velocity_accuracy;


The documentation for this class was generated from the following file cpp/include/inertialsim/examples/kitti.h