DeletionFilter.hpp
Go to the documentation of this file.
1 /*
2  * DeletionFilter.hpp
3  *
4  * Created on: Mar 19, 2015
5  * Author: Martin Wermelinger, Peter Fankhauser
6  * Institute: ETH Zurich, ANYbotics
7  */
8 
9 #pragma once
10 
11 #include <filters/filter_base.hpp>
12 
13 #include <vector>
14 #include <string>
15 
16 namespace grid_map {
17 
21 template<typename T>
23 {
24 
25  public:
30 
34  virtual ~DeletionFilter();
35 
39  virtual bool configure();
40 
46  virtual bool update(const T& mapIn, T& mapOut);
47 
48  private:
49 
51  std::vector<std::string> layers_;
52 
53 };
54 
55 } /* namespace */
std::vector< std::string > layers_
List of layers that should be deleted.
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