open_simulation_interface
v3.4.0 (2021-11-18)
|
The geodetic position of an object, that is, the center of the 3D bounding box. More...
Public Attributes | |
optional double | longitude = 1 |
optional double | latitude = 2 |
optional double | altitude = 3 |
The geodetic position of an object, that is, the center of the 3D bounding box.
optional double osi3::GeodeticPosition::altitude = 3 |
Height above sea level regarding EGM96.
Unit: m Range: [-300; 10000]
optional double osi3::GeodeticPosition::latitude = 2 |
Latitude in decimal degrees regarding WGS84.
Unit: Degree Range: [-90; 90]
optional double osi3::GeodeticPosition::longitude = 1 |
Longitude in decimal degrees regarding WGS84.
Unit: Degree Range: [-180; 180]