Commit dbe6527b authored by oscar's avatar oscar

修改错误

parent 5efb7a2d
......@@ -175,7 +175,7 @@ void TrackingRos::Init(ros::NodeHandle& nh)
float threshold;
nh.param<float>("iou_threshold", threshold, 0.01);
SDK_LOG(SDK_INFO, "iou_threshold = %f", iou_threshold);
SDK_LOG(SDK_INFO, "iou_threshold = %f", threshold);
m_tracker.SetIouThreshold(threshold);
int max_coastcycles;
nh.param<int32_t>("max_coastcycles", max_coastcycles, 2);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment