Class IntensityToColorPointsProcessor
Defined in File intensity_to_color_points_processor.h
Inheritance Relationships
Base Type
public cartographer::io::PointsProcessor(Class PointsProcessor)
Class Documentation
-
class IntensityToColorPointsProcessor : public cartographer::io::PointsProcessor
Public Functions
-
IntensityToColorPointsProcessor(float min_intensity, float max_intensity, const std::string &frame_id, PointsProcessor *next)
-
inline ~IntensityToColorPointsProcessor() override
-
IntensityToColorPointsProcessor(const IntensityToColorPointsProcessor&) = delete
-
IntensityToColorPointsProcessor &operator=(const IntensityToColorPointsProcessor&) = delete
-
virtual void Process(std::unique_ptr<PointsBatch> batch) override
-
virtual FlushResult Flush() override
Public Static Functions
-
static std::unique_ptr<IntensityToColorPointsProcessor> FromDictionary(common::LuaParameterDictionary *dictionary, PointsProcessor *next)
Public Static Attributes
-
static constexpr const char *kConfigurationFileActionName = "intensity_to_color"
-
IntensityToColorPointsProcessor(float min_intensity, float max_intensity, const std::string &frame_id, PointsProcessor *next)