Class JumpPointSearch¶
- Defined in File jump_point_search.hpp
Inheritance Relationships¶
Base Type¶
public Planner
(Class Planner)
Class Documentation¶
-
class
JumpPointSearch
: public Planner¶ Class for objects that plan using the jump point search algorithm.
Public Functions
-
JumpPointSearch
(const std::vector<std::vector<int>> &grid)¶ Constructor.
- Return
- no return value
- Parameters
grid
: the grid on which the planner is to plan
-