ColorFillFilter.hpp
Go to the documentation of this file.
1 /*
2  * ColorFillFilter.hpp
3  *
4  * Created on: Sep 14, 2017
5  * Author: Peter Fankhauser
6  * Institute: ETH Zurich, ANYbotics
7  */
8 
9 #pragma once
10 
11 #include <filters/filter_base.h>
12 
13 #include <Eigen/Core>
14 #include <string>
15 
16 namespace grid_map {
17 
21 template<typename T>
23 {
24 
25  public:
30 
34  virtual ~ColorFillFilter();
35 
39  virtual bool configure();
40 
46  virtual bool update(const T& mapIn, T& mapOut);
47 
48  private:
50  double r_, g_, b_;
51 
53  std::string maskLayer_;
54 
56  std::string outputLayer_;
57 };
58 
59 } /* namespace */
virtual bool update(const T &mapIn, T &mapOut)
std::string outputLayer_
Output layer name.
std::string maskLayer_
Mask layer name.


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