Made some thresholds dynamic.
This commit is contained in:
@ -54,6 +54,7 @@ public:
|
||||
private:
|
||||
float min_match_score;
|
||||
float min_group_size;
|
||||
size_t num_cams;
|
||||
|
||||
const std::vector<std::string> core_joints = {
|
||||
"shoulder_left",
|
||||
|
||||
Reference in New Issue
Block a user