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

Local Potential Fields for reactive navigation. More...

#include <localPotentialField.h>

List of all members.

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 &)
localPotentialFieldoperator*= (const float &)
localPotentialField operator+ (const localPotentialField &)
localPotentialFieldoperator+= (const localPotentialField &)
localPotentialFieldoperator= (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

Detailed Description

Local Potential Fields for reactive navigation.

Definition at line 12 of file localPotentialField.h.


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