#include <gradient_path.h>
Definition at line 46 of file gradient_path.h.
global_planner::GradientPath::~GradientPath |
( |
| ) |
|
int global_planner::GradientPath::getNearestPoint |
( |
int |
stc, |
|
|
float |
dx, |
|
|
float |
dy |
|
) |
| |
|
inlineprivate |
bool global_planner::GradientPath::getPath |
( |
float * |
potential, |
|
|
double |
start_x, |
|
|
double |
start_y, |
|
|
double |
end_x, |
|
|
double |
end_y, |
|
|
std::vector< std::pair< float, float > > & |
path |
|
) |
| |
|
virtual |
float global_planner::GradientPath::gradCell |
( |
float * |
potential, |
|
|
int |
n |
|
) |
| |
|
private |
void global_planner::GradientPath::setSize |
( |
int |
xs, |
|
|
int |
ys |
|
) |
| |
|
virtual |
float* global_planner::GradientPath::gradx_ |
|
private |
float * global_planner::GradientPath::grady_ |
|
private |
gradient arrays, size of potential array
Definition at line 71 of file gradient_path.h.
float global_planner::GradientPath::pathStep_ |
|
private |
The documentation for this class was generated from the following files: