ugv_nav4d
|
#include <PlannerConfig.hpp>
Public Attributes | |
bool | usePathStatistics = false |
bool | searchUntilFirstSolution = false |
double | initialEpsilon = 20.0 |
double | epsilonSteps = 2.0 |
unsigned | numThreads = 1 |
Describes the planner config of the path planner.
double ugv_nav4d::PlannerConfig::epsilonSteps = 2.0 |
The epsilon step size for the internal ARA* algoritm. See SBPL documentation for an explantion of this value
double ugv_nav4d::PlannerConfig::initialEpsilon = 20.0 |
The initial epsilon for the internal ARA* algorithm. See SBPL documentation for an explantion of this value
unsigned ugv_nav4d::PlannerConfig::numThreads = 1 |
Number of threads to use during planning
bool ugv_nav4d::PlannerConfig::searchUntilFirstSolution = false |
Search only until the first solution and then stop planning See SBPL documentation for an explantion of this value
bool ugv_nav4d::PlannerConfig::usePathStatistics = false |
Should a computationally expensive obstacle check be done to check whether the robot bounding box is in collision with obstacles. This mode is useful for highly cluttered and tight spaced environments