MRXT: The Multi-Robot eXploration Tool
Multi-Robot autonomous exploration and mapping simulator.
|
Local Potential Fields for reactive navigation. More...
#include <localPotentialField.h>
Public Member Functions | |
localPotentialField (int width, int height) | |
localPotentialField (const localPotentialField &lff) | |
float | get (int i, int j) |
int | getHeight () |
int | getWidth () |
void | normalize () |
localPotentialField | operator* (const float &) |
localPotentialField & | operator*= (const float &) |
localPotentialField | operator+ (const localPotentialField &) |
localPotentialField & | operator+= (const localPotentialField &) |
localPotentialField & | operator= (const localPotentialField &) |
void | reset () |
void | savePotentialAsImage (char *file) |
Save function. | |
void | set (int i, int j, float val) |
Private Attributes | |
int | height |
matrix | m |
int | width |
Local Potential Fields for reactive navigation.
Definition at line 12 of file localPotentialField.h.