MRXT: The Multi-Robot eXploration Tool
Multi-Robot autonomous exploration and mapping simulator.
Public Member Functions | Private Attributes
costMapSimple Class Reference

Stores the cost to reach each cell of the map. More...

#include <pathPlanning.h>

List of all members.

Public Member Functions

 costMapSimple (costCell *d, int s, std::vector< point > *cl, long max)
long getCost (int i, int j)
long getMaxCost ()
int getPath (const point &dest, std::vector< point > &resultpath)

Private Attributes

std::vector< point > * closedlist
costCelldata
long maxcost
int step

Detailed Description

Stores the cost to reach each cell of the map.

Definition at line 78 of file pathPlanning.h.


The documentation for this class was generated from the following file:
 All Classes Functions Variables Typedefs