BufferNormalizerFilter.hpp
Go to the documentation of this file.
1 /*
2  * BufferNormalizerFilter.hpp
3  *
4  * Created on: Aug 18, 2017
5  * Author: Peter Fankhauser
6  * Institute: ETH Zurich, ANYbotics
7  */
8 
9 #pragma once
10 
11 #include <filters/filter_base.hpp>
12 
13 #include <string>
14 
15 namespace grid_map {
16 
20 template<typename T>
22 {
23 
24  public:
29 
33  virtual ~BufferNormalizerFilter();
34 
38  virtual bool configure();
39 
45  virtual bool update(const T& mapIn, T& mapOut);
46 };
47 
48 } /* namespace */
virtual bool update(const T &mapIn, T &mapOut)


grid_map_filters
Author(s): Péter Fankhauser , Martin Wermelinger
autogenerated on Tue Jun 1 2021 02:13:38