Commit 2df9306e authored by oscar's avatar oscar

提交修改

parent 6eef567d
......@@ -71,6 +71,7 @@ void TrackingRos::Init(ros::NodeHandle& nh)
m_tracker.SetGPU(gpu);
nh.param<float>("lidar_x_angle", m_lidar_x_angle, 354.102412638);
SDK_LOG(SDK_INFO, "m_lidar_x_angle = %f", m_lidar_x_angle);
YAML::Node config = YAML::LoadFile(file.c_str());
......
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