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.
Loading...
Searching...
No Matches
pathplanners::GeoPlanner Member List

This is the complete list of members for pathplanners::GeoPlanner, including all inherited members.

CheckAndLoadTile(int nTileX, int nTileY)pathplanners::GeoPlannerprivate
ClearGeoCache()pathplanners::GeoPlanner
EuclideanDistance(double dEasting1, double dNorthing1, double dEasting2, double dNorthing2) constpathplanners::GeoPlannerprivate
FillGridHoles()pathplanners::GeoPlannerprivate
FindNearestValidCell(int nStartIndex) constpathplanners::GeoPlannerprivate
fnBetaBiasCallbackpathplanners::GeoPlannerprivate
fnMinTravScoreCallbackpathplanners::GeoPlannerprivate
GeoPlanner(double dTileSize=50.0, double dGridResolution=0.5, double dHeuristicWeight=1.5, double dBetaBias=1.0, double dMinTravScore=0.0, int nDilationPasses=2, double dSafeTravScoreThreshold=0.5, int nMaxSpiralSearchRadius=20, size_t siMaxPlotPointsPerTile=10, double dPenaltyScalingFactor=10.0, double dPenaltyPower=2.0, double dPathWaypointTolerance=0.5)pathplanners::GeoPlanner
GetBetaBias() constpathplanners::GeoPlanner
GetGridCoords(int nIndex, int &nX, int &nY) constpathplanners::GeoPlannerinlineprivate
GetGridIndex(int nX, int nY) constpathplanners::GeoPlannerinlineprivate
GetMinTravScore() constpathplanners::GeoPlanner
GetTileSize() constpathplanners::GeoPlanner
m_dBeta (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_dCorridorPadding (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_dGridOriginEasting (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_dGridOriginNorthing (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_dGridResolution (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_dHeuristicWeight (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_dMaxSearchTimeSeconds (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_dMinTravScore (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_dPathWaypointTolerance (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_dPenaltyPower (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_dPenaltyScalingFactor (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_dSafeTravScoreThreshold (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_dSearchRadius (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_dTileSize (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_muPathGenMutex (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_nDilationPasses (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_nEndIndex (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_nGridHeight (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_nGridWidth (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_nMaxSpiralSearchRadius (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_nStartIndex (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_pLiDARHandler (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_pqOpenSetNextBest (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_siMaxPlotPointsPerTile (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_umTileMapCache (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_vbClosedSet (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_vCostmap (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_vdGCosts (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
m_vPredecessors (defined in pathplanners::GeoPlanner)pathplanners::GeoPlannerprivate
PlanPath(LiDARHandler *pLiDARHandler, const geoops::UTMCoordinate &stStart, const geoops::UTMCoordinate &stEnd, double dSearchRadius=3.0, double dMaxSearchTimeSeconds=120.0, double dCorridorPadding=100.0)pathplanners::GeoPlanner
PreloadCorridorAndBuildGrid(const geoops::UTMCoordinate &stStart, const geoops::UTMCoordinate &stEnd)pathplanners::GeoPlannerprivate
ReconstructPath() constpathplanners::GeoPlannerprivate
SearchAStar()pathplanners::GeoPlannerprivate
SetBetaBias(double dBetaBias)pathplanners::GeoPlanner
SetMinTravScore(double dMinTravScore)pathplanners::GeoPlanner
SetTileSize(double dTileSize)pathplanners::GeoPlanner
UnloadLiDARTiles(double minX, double maxX, double minY, double maxY)pathplanners::GeoPlanner
~GeoPlanner()pathplanners::GeoPlanner