|
pddl_planner
|
#include <PDDLPlannerTypes.hpp>
Public Member Functions | |
| void | addAction (const Action &action) |
| std::string | toString () const |
Public Attributes | |
| std::vector< Action > | action_sequence |
| void pddl_planner::Plan::addAction | ( | const Action & | action | ) |
Add an action to the plan
| action | Action |
| std::string pddl_planner::Plan::toString | ( | ) | const |
Create string representation of class
| std::vector<Action> pddl_planner::Plan::action_sequence |
1.8.11