cb_base_navigation
cb_global_planner::AStarPlanner Member List

This is the complete list of members for cb_global_planner::AStarPlanner, including all inherited members.

AStarPlanner(int width, int height)cb_global_planner::AStarPlanner
calculateHeuristicCost(int x, int y, int x_goal, int y_goal, double min_cell_cost)cb_global_planner::AStarPlannerprotected
char_cost_map_cb_global_planner::AStarPlannerprotected
deleteMap()cb_global_planner::AStarPlannerprotected
expandCell(CellInfo *c, int dx, int dy, double cost_factor, double **visited_map, int x_goal, int y_goal, double min_cell_cost, std::priority_queue< CellInfo *, std::vector< CellInfo * >, compareCellInfos > &Q)cb_global_planner::AStarPlannerprotected
getCost(int x, int y)cb_global_planner::AStarPlannerprotected
height_cb_global_planner::AStarPlannerprotected
N_OBJECTScb_global_planner::AStarPlannerprotectedstatic
plan(std::vector< unsigned int > mx_start, std::vector< unsigned int > my_start, int mx_goal, int my_goal, std::vector< int > &plan_xs, std::vector< int > &plan_ys, bool best_heuristic=false)cb_global_planner::AStarPlanner
resize(int nx, int ny)cb_global_planner::AStarPlanner
setCostmap(const unsigned char *char_cost_map)cb_global_planner::AStarPlanner
SQRT2cb_global_planner::AStarPlannerprotectedstatic
visited_map_cb_global_planner::AStarPlannerprotected
width_cb_global_planner::AStarPlannerprotected
~AStarPlanner()cb_global_planner::AStarPlannervirtual