Commit 568ab898 authored by oscar's avatar oscar

加入打印

parent 3a5acca0
......@@ -458,7 +458,7 @@ void TrackingRos::ThreadTrackingProcess()
}
float rot_y_angle = obj.rot_y;
obj.rot_y = to360(obj.rot_y, m_lidar_x_angle);
SDK_LOG(SDK_INFO, "rot_y = %f, rot_y_angle = %f", rot_y_angle, rot_y_a);
SDK_LOG(SDK_INFO, "rot_y_angle = %f, rot_y = %f", rot_y_angle, obj.rot_y);
std::vector<float> predict;
if (iter.second->GetPredictData(predict) == 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