Public Member Functions | Public Attributes
costmap_2d::CellData Class Reference

Storage for cell information used during obstacle inflation. More...

#include <inflation_layer.h>

List of all members.

Public Member Functions

 CellData (double d, double i, unsigned int x, unsigned int y, unsigned int sx, unsigned int sy)
 Constructor for a CellData objects.

Public Attributes

double distance_
unsigned int index_
unsigned int src_x_
unsigned int src_y_
unsigned int x_
unsigned int y_

Detailed Description

Storage for cell information used during obstacle inflation.

Definition at line 55 of file inflation_layer.h.


Constructor & Destructor Documentation

costmap_2d::CellData::CellData ( double  d,
double  i,
unsigned int  x,
unsigned int  y,
unsigned int  sx,
unsigned int  sy 
) [inline]

Constructor for a CellData objects.

Parameters:
dThe distance to the nearest obstacle, used for ordering in the priority queue
iThe index of the cell in the cost map
xThe x coordinate of the cell in the cost map
yThe y coordinate of the cell in the cost map
sxThe x coordinate of the closest obstacle cell in the costmap
syThe y coordinate of the closest obstacle cell in the costmap
Returns:

Definition at line 68 of file inflation_layer.h.


Member Data Documentation

Definition at line 72 of file inflation_layer.h.

Definition at line 73 of file inflation_layer.h.

Definition at line 75 of file inflation_layer.h.

Definition at line 75 of file inflation_layer.h.

Definition at line 74 of file inflation_layer.h.

Definition at line 74 of file inflation_layer.h.


The documentation for this class was generated from the following file:


costmap_2d
Author(s): Eitan Marder-Eppstein, David V. Lu!!, Dave Hershberger, contradict@gmail.com
autogenerated on Wed Aug 2 2017 03:12:22