Data returned by an inertial navigation system. More...
import "InterfaceDataTypes.idl";
Public Attributes | |
Time | tm |
Time stamp. | |
double | latitude |
Latitude in degrees. | |
double | longitude |
Longitude in degrees. | |
double | altitude |
Altitude in metres. | |
double | heightAMSL |
Height above mean sea level in metres. | |
Velocity3D | velocityENU |
Velocity east/north/up. | |
Orientation3D | orientation |
Orientation, where east is 0. |
Data returned by an inertial navigation system.
double RTC::INSData::altitude |
Altitude in metres.
double RTC::INSData::heightAMSL |
Height above mean sea level in metres.
double RTC::INSData::latitude |
Latitude in degrees.
double RTC::INSData::longitude |
Longitude in degrees.
Orientation, where east is 0.
Time stamp.
Velocity east/north/up.