Public Member Functions | |
virtual std::vector< int > const * | getPredecessors () const |
virtual std::vector< int > const * | getSuccessors () const |
LatticeSCQ (EnvironmentNAVXYTHETALAT *env, std::vector< nav2dcell_t > const &changedcellsV) | |
Public Attributes | |
std::vector< nav2dcell_t > const & | changedcellsV_ |
EnvironmentNAVXYTHETALAT * | env_ |
std::vector< int > | predsOfChangedCells_ |
std::vector< int > | succsOfChangedCells_ |
Definition at line 51 of file sbpl_lattice_planner.cpp.
sbpl_lattice_planner::LatticeSCQ::LatticeSCQ | ( | EnvironmentNAVXYTHETALAT * | env, |
std::vector< nav2dcell_t > const & | changedcellsV | ||
) | [inline] |
Definition at line 53 of file sbpl_lattice_planner.cpp.
virtual std::vector<int> const* sbpl_lattice_planner::LatticeSCQ::getPredecessors | ( | ) | const [inline, virtual] |
Implements StateChangeQuery.
Definition at line 58 of file sbpl_lattice_planner.cpp.
virtual std::vector<int> const* sbpl_lattice_planner::LatticeSCQ::getSuccessors | ( | ) | const [inline, virtual] |
Implements StateChangeQuery.
Definition at line 65 of file sbpl_lattice_planner.cpp.
Definition at line 72 of file sbpl_lattice_planner.cpp.
Definition at line 71 of file sbpl_lattice_planner.cpp.
Definition at line 73 of file sbpl_lattice_planner.cpp.
Definition at line 74 of file sbpl_lattice_planner.cpp.