20 #include "opencv2/opencv.hpp" 25 namespace localization {
27 namespace pyramid_map {
41 virtual void Reset() = 0;
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
virtual bool GetIntensityImg(cv::Mat *intensity_img) const
get intensity image of node.
The data structure of the map cells in a map node.
Definition: base_map_matrix.h:30
virtual ~BaseMapMatrix()
The deconstructor.
BaseMapMatrix()
The default constructor.
virtual void Init(const BaseMapConfig &config)=0
Initialize the map matrix.
The options of the reflectance map.
Definition: base_map_config.h:42
virtual bool GetAltitudeImg(cv::Mat *altitude_img) const
get altitude image of node.
virtual void Reset()=0
Reset map cells data.