Commit 35eafdee authored by oscar's avatar oscar

提交配置更新

parent be8aa3f8
......@@ -305,7 +305,7 @@ void TrackingRos::Init(ros::NodeHandle& nh)
SDK_LOG(SDK_INFO, "camera_debug_type = %d", m_camera_debug_type);
nh.param<int32_t>("right_left_camera_len", m_right_left_camera_len, 15);
SDK_LOG(SDK_INFO, "right_left_camera_len = %d", m_right_left_camera_len);
nh.param<int32_t>("right_left_camera_y_len", m_right_left_camera_y_len, 7;
nh.param<int32_t>("right_left_camera_y_len", m_right_left_camera_y_len, 7);
SDK_LOG(SDK_INFO, "right_left_camera_y_len = %d", m_right_left_camera_y_len);
nh.param<int32_t>("front_camera_len", m_front_camera_len, 0);
......
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