18 #ifndef _GAZEBO_SPHERICALCOORDINATES_PRIVATE_HH_
19 #define _GAZEBO_SPHERICALCOORDINATES_PRIVATE_HH_
21 #include <ignition/math/Angle.hh>
22 #include <ignition/math/Matrix3.hh>
23 #include <ignition/math/Vector3.hh>
32 class SphericalCoordinates;
80 public: ignition::math::Vector3d
origin;
double ellF
Flattening ellipse parameter.
Definition: SphericalCoordinatesPrivate.hh:65
ignition::math::Angle latitudeReference
Latitude of reference point.
Definition: SphericalCoordinatesPrivate.hh:46
SphericalCoordinates::SurfaceType surfaceType
Type of surface being used.
Definition: SphericalCoordinatesPrivate.hh:43
double sinHea
Cache sine head transform.
Definition: SphericalCoordinatesPrivate.hh:86
double ellB
Semi-minor axis ellipse parameter.
Definition: SphericalCoordinatesPrivate.hh:62
ignition::math::Matrix3d rotECEFToGlobal
Rotation matrix that moves ECEF to GLOBAL.
Definition: SphericalCoordinatesPrivate.hh:74
ignition::math::Angle headingOffset
Heading offset, expressed as angle from East to gazebo x-axis, or equivalently from North to gazebo y...
Definition: SphericalCoordinatesPrivate.hh:56
ignition::math::Matrix3d rotGlobalToECEF
Rotation matrix that moves GLOBAL to ECEF.
Definition: SphericalCoordinatesPrivate.hh:77
double ellA
Semi-major axis ellipse parameter.
Definition: SphericalCoordinatesPrivate.hh:59
#define GZ_COMMON_VISIBLE
Definition: system.hh:84
double elevationReference
Elevation of reference point relative to sea level in meters.
Definition: SphericalCoordinatesPrivate.hh:52
commmon/common.hh
Definition: SphericalCoordinatesPrivate.hh:40
double cosHea
Cache cosine head transform.
Definition: SphericalCoordinatesPrivate.hh:83
double ellE
First eccentricity ellipse parameter.
Definition: SphericalCoordinatesPrivate.hh:68
SurfaceType
Unique identifiers for planetary surface models.
Definition: SphericalCoordinates.hh:46
ignition::math::Vector3d origin
Cache the ECEF position of the the origin.
Definition: SphericalCoordinatesPrivate.hh:80
ignition::math::Angle longitudeReference
Longitude of reference point.
Definition: SphericalCoordinatesPrivate.hh:49
double ellP
Second eccentricity ellipse parameter.
Definition: SphericalCoordinatesPrivate.hh:71