Template Class MathExpressionFilter

Inheritance Relationships

Base Type

  • public filters::FilterBase< T >

Class Documentation

template<typename T>
class MathExpressionFilter : public filters::FilterBase<T>

Parses and evaluates a mathematical matrix expression with layers of a grid map.

Public Functions

MathExpressionFilter()

Constructor

virtual ~MathExpressionFilter()

Destructor.

bool configure() override

Configures the filter from parameters on the parameter server.

bool update(const T &mapIn, T &mapOut) override

Takes the minimum out of different layers of a grid map.

Parameters:
  • mapIn – gridMap with the different layers to take the min.

  • mapOut – gridMap with an additional layer containing the sum.