|
pddl_planner
|
Namespaces | |
| arvandherd | |
| bfsf | |
| cedalion | |
| fast_downward | |
| lama | |
| randward | |
| representation | |
| uniform | |
Classes | |
| struct | Action |
| class | PDDLPlannerInterface |
| struct | Plan |
| struct | PlanCandidates |
| class | PlanGenerationException |
| class | Planning |
| Planning provides the main infrastructure to perform planning with different planner implementations. More... | |
Typedefs | |
| typedef std::string | PlannerName |
| typedef std::map< std::string, std::string > | ActionDescriptions |
| typedef std::map< std::string, std::string > | DomainDescriptions |
| typedef std::map< std::string, PDDLPlannerInterface * > | PlannerMap |
| typedef std::vector< PDDLPlannerInterface * > | PlannerList |
| typedef std::pair< PlannerName, PlanCandidates > | PlanResult |
| typedef std::vector< PlanResult > | PlanResultList |
Functions | |
| void | run_planner (const std::string &cmd, const std::string &planner, double timeout) |
| void | run_planner (const std::string &plannerName, const std::string &problem, const std::string &actionDescriptions, const std::string &domainDescriptions, Planning *planning, double timeout) |
| typedef std::map<std::string, std::string> pddl_planner::ActionDescriptions |
| typedef std::map<std::string, std::string> pddl_planner::DomainDescriptions |
| typedef std::vector<PDDLPlannerInterface*> pddl_planner::PlannerList |
| typedef std::map<std::string, PDDLPlannerInterface*> pddl_planner::PlannerMap |
| typedef std::string pddl_planner::PlannerName |
| typedef std::pair<PlannerName, PlanCandidates> pddl_planner::PlanResult |
| typedef std::vector< PlanResult > pddl_planner::PlanResultList |
| void pddl_planner::run_planner | ( | const std::string & | cmd, |
| const std::string & | planner, | ||
| double | timeout | ||
| ) |
| void pddl_planner::run_planner | ( | const std::string & | plannerName, |
| const std::string & | problem, | ||
| const std::string & | actionDescriptions, | ||
| const std::string & | domainDescriptions, | ||
| Planning * | planning, | ||
| double | timeout | ||
| ) |
1.8.11