base_local_planner::MapCell Class Reference

Stores path distance and goal distance information used for scoring trajectories. More...

#include <map_cell.h>

List of all members.

Public Member Functions

 MapCell (const MapCell &mc)
 Copy constructor.
 MapCell ()
 Default constructor.

Public Attributes

unsigned int cx
unsigned int cy
 Cell index in the grid map.
double goal_dist
 Distance to local goal.
bool goal_mark
 Marks fir computing path/goal distances.
double occ_dist
 Distance to obstacles.
int occ_state
 Occupancy state (-1 = free, 0 = unknown, 1 = occupied).
double path_dist
 Distance to planner's path.
bool path_mark
bool within_robot
 Mark for cells within the robot footprint.

Detailed Description

Stores path distance and goal distance information used for scoring trajectories.

Definition at line 43 of file map_cell.h.


Constructor & Destructor Documentation

base_local_planner::MapCell::MapCell (  ) 

Default constructor.

Definition at line 39 of file map_cell.cpp.

base_local_planner::MapCell::MapCell ( const MapCell mc  ) 

Copy constructor.

Parameters:
mc The MapCell to be copied

Definition at line 43 of file map_cell.cpp.


Member Data Documentation

Definition at line 56 of file map_cell.h.

Cell index in the grid map.

Definition at line 56 of file map_cell.h.

Distance to local goal.

Definition at line 60 of file map_cell.h.

Marks fir computing path/goal distances.

Definition at line 66 of file map_cell.h.

Distance to obstacles.

Definition at line 62 of file map_cell.h.

Occupancy state (-1 = free, 0 = unknown, 1 = occupied).

Definition at line 64 of file map_cell.h.

Distance to planner's path.

Definition at line 58 of file map_cell.h.

Definition at line 66 of file map_cell.h.

Mark for cells within the robot footprint.

Definition at line 68 of file map_cell.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines


base_local_planner
Author(s): Eitan Marder-Eppstein, Eric Perko
autogenerated on Fri Jan 11 09:41:55 2013