struct mola::LidarOdometry::Parameters::AdaptiveThreshold

Overview

#include <LidarOdometry.h>

struct AdaptiveThreshold
{
    // fields

    bool enabled = true;
    double initial_sigma = 0.5;
    double min_motion = 0.10;

    // methods

    void initialize(const Yaml& c);
};