|
Bratmobile
|
Searches the transition system and extracts a plan. More...
#include <planner.h>

Public Member Functions | |
| virtual std::vector< vertexDescriptor > | plan (TransitionSystem &g, vertexDescriptor src, ExecutionInfo &info, bool *finished)=0 |
| Implements custom algorithm to search transition system for a plan. More... | |
Searches the transition system and extracts a plan.
|
pure virtual |
Implements custom algorithm to search transition system for a plan.
| g | the transitionSystem |
| src | vertex from which the planning start |
| info | execution info |
| finished | will return true if the planning process reaches the goal |
Implemented in HorizonStarPlanner.