Skip to content

Struct inertialsim::examples::tartanair::PoseData

ClassList > inertialsim > examples > tartanair > PoseData

TartanAir IMU pose data. More...

  • #include <tartanair.h>

Public Attributes

Type Name
EulerAngles attitude
Attitude as Euler angles in radians.
Vector3D position
Position in global frame (X, Y, Z) in meters.
Timestamps time
Timestamps (s) from simulation.
Vector3D velocity
Velocity in global frame (X, Y, Z) in m/s.

Detailed Description

IMU pose from a TartanAir environment and trajectory.

Public Attributes Documentation

variable attitude

Attitude as Euler angles in radians.

EulerAngles inertialsim::examples::tartanair::PoseData::attitude;


variable position

Position in global frame (X, Y, Z) in meters.

Vector3D inertialsim::examples::tartanair::PoseData::position;


variable time

Timestamps (s) from simulation.

Timestamps inertialsim::examples::tartanair::PoseData::time;


variable velocity

Velocity in global frame (X, Y, Z) in m/s.

Vector3D inertialsim::examples::tartanair::PoseData::velocity;



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