Public Member Functions | List of all members
grid_map::BufferNormalizerFilter< T > Class Template Reference

#include <BufferNormalizerFilter.hpp>

Inheritance diagram for grid_map::BufferNormalizerFilter< T >:
Inheritance graph
[legend]

Public Member Functions

 BufferNormalizerFilter ()
 
virtual bool configure ()
 
virtual bool update (const T &mapIn, T &mapOut)
 
virtual ~BufferNormalizerFilter ()
 
- Public Member Functions inherited from filters::FilterBase< T >
bool configure (const std::string &param_name, ros::NodeHandle node_handle=ros::NodeHandle())
 
bool configure (XmlRpc::XmlRpcValue &config)
 
 FilterBase ()
 
const std::string & getName ()
 
std::string getType ()
 
virtual ~FilterBase ()
 

Additional Inherited Members

- Protected Member Functions inherited from filters::FilterBase< T >
bool getParam (const std::string &name, std::string &value)
 
bool getParam (const std::string &name, XmlRpc::XmlRpcValue &value)
 
bool getParam (const std::string &name, double &value)
 
bool getParam (const std::string &name, std::vector< double > &value)
 
bool getParam (const std::string &name, unsigned int &value)
 
bool getParam (const std::string &name, int &value)
 
bool getParam (const std::string &name, std::vector< std::string > &value)
 
bool getParam (const std::string &name, bool &value)
 
bool loadConfiguration (XmlRpc::XmlRpcValue &config)
 
- Protected Attributes inherited from filters::FilterBase< T >
bool configured_
 
std::string filter_name_
 
std::string filter_type_
 
string_map_t params_
 

Detailed Description

template<typename T>
class grid_map::BufferNormalizerFilter< T >

Normalizes the buffer of a map such that it has default (zero) start index.

Definition at line 21 of file BufferNormalizerFilter.hpp.

Constructor & Destructor Documentation

Constructor

Definition at line 19 of file BufferNormalizerFilter.cpp.

template<typename T >
grid_map::BufferNormalizerFilter< T >::~BufferNormalizerFilter ( )
virtual

Destructor.

Definition at line 24 of file BufferNormalizerFilter.cpp.

Member Function Documentation

template<typename T >
bool grid_map::BufferNormalizerFilter< T >::configure ( )
virtual

Configures the filter from parameters on the parameter server.

Implements filters::FilterBase< T >.

Definition at line 29 of file BufferNormalizerFilter.cpp.

template<typename T >
bool grid_map::BufferNormalizerFilter< T >::update ( const T &  mapIn,
T &  mapOut 
)
virtual

Normalizes the buffer of a map.

Parameters
mapInthe input map before normalization.
mapOutthe normalized map.

Implements filters::FilterBase< T >.

Definition at line 35 of file BufferNormalizerFilter.cpp.


The documentation for this class was generated from the following files:


grid_map_filters
Author(s): Péter Fankhauser , Martin Wermelinger
autogenerated on Tue Jun 25 2019 20:02:22