![]() |
Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
|
This is the complete list of members for geoops::UTMCoordinate, including all inherited members.
bIsDifferential (defined in geoops::UTMCoordinate) | geoops::UTMCoordinate | |
bWithinNorthernHemisphere (defined in geoops::UTMCoordinate) | geoops::UTMCoordinate | |
d2DAccuracy (defined in geoops::UTMCoordinate) | geoops::UTMCoordinate | |
d3DAccuracy (defined in geoops::UTMCoordinate) | geoops::UTMCoordinate | |
dAltitude (defined in geoops::UTMCoordinate) | geoops::UTMCoordinate | |
dEasting (defined in geoops::UTMCoordinate) | geoops::UTMCoordinate | |
dMeridianConvergence (defined in geoops::UTMCoordinate) | geoops::UTMCoordinate | |
dNorthing (defined in geoops::UTMCoordinate) | geoops::UTMCoordinate | |
dScale (defined in geoops::UTMCoordinate) | geoops::UTMCoordinate | |
eCoordinateAccuracyFixType (defined in geoops::UTMCoordinate) | geoops::UTMCoordinate | |
nZone (defined in geoops::UTMCoordinate) | geoops::UTMCoordinate | |
operator!=(const UTMCoordinate &stOtherCoordinate) const | geoops::UTMCoordinate | inline |
operator==(const UTMCoordinate &stOtherCoordinate) const | geoops::UTMCoordinate | inline |
tmTimestamp (defined in geoops::UTMCoordinate) | geoops::UTMCoordinate | |
UTMCoordinate(double dEasting=0.0, double dNorthing=0.0, int nZone=0, bool bWithinNorthernHemisphere=true, double dAltitude=0.0, double d2DAccuracy=-1.0, double d3DAccuracy=-1.0, double dMeridianConvergence=-1.0, double dScale=0.0, PositionFixType eCoordinateAccuracyFixType=PositionFixType::eUNKNOWN, bool bIsDifferential=false, std::chrono::system_clock::time_point tmTimestamp=std::chrono::system_clock::time_point().min()) | geoops::UTMCoordinate | inline |