#include <grid_astar.h>
Public Member Functions | |
bool | operator< (const PriorityVec &b) const |
PriorityVec (const float p, const float p_raw, const Vec &v) | |
Public Attributes | |
float | p_ |
float | p_raw_ |
Vec | v_ |
Definition at line 78 of file grid_astar.h.
|
inline |
Definition at line 85 of file grid_astar.h.
|
inline |
Definition at line 91 of file grid_astar.h.
float planner_cspace::GridAstar< DIM, NONCYCLIC >::PriorityVec::p_ |
Definition at line 81 of file grid_astar.h.
float planner_cspace::GridAstar< DIM, NONCYCLIC >::PriorityVec::p_raw_ |
Definition at line 82 of file grid_astar.h.
Vec planner_cspace::GridAstar< DIM, NONCYCLIC >::PriorityVec::v_ |
Definition at line 83 of file grid_astar.h.