Data returned by an inertial navigation system. [詳細]
import "InterfaceDataTypes.idl";
Public 変数 | |
| 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.
 1.6.3