MeanInRadiusFilter.hpp
Go to the documentation of this file.
1 /*
2  * MeanInRadiusFilter.hpp
3  *
4  * Created on: May 3, 2017
5  * Author: Tanja Baumann, Peter Fankhauser
6  * Institute: ETH Zurich, ANYbotics
7  */
8 
9 #pragma once
10 
11 #include <filters/filter_base.h>
12 
13 #include <vector>
14 #include <string>
15 
16 namespace grid_map {
17 
21 template<typename T>
23 
24  public:
29 
33  virtual ~MeanInRadiusFilter();
34 
38  virtual bool configure();
39 
46  virtual bool update(const T& mapIn, T& mapOut);
47 
48  private:
50  double radius_;
51 
53  std::string inputLayer_;
54 
56  std::string outputLayer_;
57 };
58 
59 } /* namespace */
double radius_
Radius to take the mean from.
std::string outputLayer_
Output layer name.
virtual bool update(const T &mapIn, T &mapOut)
std::string inputLayer_
Input layer name.


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