93         const std::string& sSectionName = std::string(
"PTG_CONFIG"));
 
void initialize()
Must be called after setting all params (see loadConfig()) and before calling solve() ...
 
This class allows loading and storing values and vectors of different types from a configuration text...
 
Virtual base class for TP-Space-based path planners. 
 
PlannerRRT_SE2_TPS()
Constructor. 
 
void loadConfig(const mrpt::config::CConfigFileBase &cfgSource, const std::string &sSectionName=std::string("PTG_CONFIG"))
Load all params from a config file source. 
 
void solve(const TPlannerInput &pi, TPlannerResult &result)
The main API entry point: tries to find a planned path from 'goal' to 'target'. 
 
TP Space-based RRT path planning for SE(2) (planar) robots.