#include <grid_path.h>
Public Member Functions | |
bool | getPath (float *potential, double start_x, double start_y, double end_x, double end_y, std::vector< std::pair< float, float > > &path) |
GridPath (PotentialCalculator *p_calc) | |
Public Member Functions inherited from global_planner::Traceback | |
int | getIndex (int x, int y) |
void | setLethalCost (unsigned char lethal_cost) |
virtual void | setSize (int xs, int ys) |
Traceback (PotentialCalculator *p_calc) | |
Additional Inherited Members | |
Protected Attributes inherited from global_planner::Traceback | |
unsigned char | lethal_cost_ |
PotentialCalculator * | p_calc_ |
int | xs_ |
int | ys_ |
Definition at line 45 of file grid_path.h.
|
inline |
Definition at line 47 of file grid_path.h.
|
virtual |
Implements global_planner::Traceback.
Definition at line 43 of file grid_path.cpp.