#include <traceback.h>
Definition at line 45 of file traceback.h.
int global_planner::Traceback::getIndex |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
inline |
virtual bool global_planner::Traceback::getPath |
( |
float * |
potential, |
|
|
double |
start_x, |
|
|
double |
start_y, |
|
|
double |
end_x, |
|
|
double |
end_y, |
|
|
std::vector< std::pair< float, float > > & |
path |
|
) |
| |
|
pure virtual |
void global_planner::Traceback::setLethalCost |
( |
unsigned char |
lethal_cost | ) |
|
|
inline |
virtual void global_planner::Traceback::setSize |
( |
int |
xs, |
|
|
int |
ys |
|
) |
| |
|
inlinevirtual |
unsigned char global_planner::Traceback::lethal_cost_ |
|
protected |
int global_planner::Traceback::xs_ |
|
protected |
int global_planner::Traceback::ys_ |
|
protected |
The documentation for this class was generated from the following file: