| 
    MRXT: The Multi-Robot eXploration Tool
   
    
   Multi-Robot autonomous exploration and mapping simulator. 
   | 
  
  
  
 
Stores the cost to reach each cell of the map. More...
#include <pathPlanning.h>
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 | 
| costCell * | data | 
| long | maxcost | 
| int | step | 
Stores the cost to reach each cell of the map.
Definition at line 78 of file pathPlanning.h.
 1.7.6.1