supereight
|
#include <tracker.hpp>
Public Member Functions | |
void | readYaml (const std::string &filename) |
Reads the struct members from the "tracker" node of a YAML file. | |
Public Attributes | |
std::vector< int > | iterations {10, 5, 4} |
float | dist_threshold = 0.1f |
float | normal_threshold = 0.8f |
float | track_threshold = 0.15f |
float | icp_threshold = 0.00001f |
Reads the struct members from the "tracker" node of a YAML file.
Members not present in the YAML file aren't modified.
std::vector<int> se::TrackerConfig::iterations {10, 5, 4} |