#include <a_star_planner.h>
Definition at line 66 of file a_star_planner.h.
◆ CellInfo()
| cb_global_planner::AStarPlanner::CellInfo::CellInfo |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
g, |
|
|
double |
h |
|
) |
| |
|
inline |
◆ ~CellInfo()
| cb_global_planner::AStarPlanner::CellInfo::~CellInfo |
( |
| ) |
|
|
inline |
◆ f_
| double cb_global_planner::AStarPlanner::CellInfo::f_ |
◆ g_
| double cb_global_planner::AStarPlanner::CellInfo::g_ |
◆ h_
| double cb_global_planner::AStarPlanner::CellInfo::h_ |
◆ N_OBJECTS
| long cb_global_planner::AStarPlanner::CellInfo::N_OBJECTS = 0 |
|
static |
◆ visited_from_
| CellInfo* cb_global_planner::AStarPlanner::CellInfo::visited_from_ |
◆ x_
| int cb_global_planner::AStarPlanner::CellInfo::x_ |
◆ y_
| int cb_global_planner::AStarPlanner::CellInfo::y_ |
The documentation for this struct was generated from the following files: