1 #ifndef HRIGRIDSTATE_HPP
2 #define HRIGRIDSTATE_HPP
4 #include "API/planningAPI.hpp"
5 #include "HRI_costspace/Grid/HRICS_Grid.hpp"
6 #include "HRI_costspace/Grid/HRICS_Cell.hpp"
21 std::vector<API::State*> getSuccessors();
26 void setClosed(std::vector<State*>& closedStates,std::vector<State*>& openStates);
27 bool isColsed(std::vector<State*>& closedStates);
29 void setOpen(std::vector<State*>& openStates);
30 bool isOpen(std::vector<State*>& openStates);
36 Cell* getCell() {
return _Cell; }
48 #endif // HRIGRIDSTATE_HPP
Definition: HRICS_Grid.hpp:16
Definition: HRICS_GridState.hpp:14
Definition: HRICS_Cell.hpp:16
++
Definition: State.hpp:20