Commit 3de86f29 authored by oscar's avatar oscar

提交代码

parent e66dba40
......@@ -275,8 +275,8 @@ void TrackingRos::ThreadTrackingProcess()
}
//修正rot_y值,变为角度
float rot_y_angle = obj.rot_y;
obj.rot_y = to360(obj.rot_y, m_lidar_x_angle);
rot_y_angle = obj.rot_y / 180 * 3.14159265;
//obj.rot_y = to360(obj.rot_y, m_lidar_x_angle);
//rot_y_angle = obj.rot_y / 180 * 3.14159265;
jsk_recognition_msgs::BoundingBox box = {};
box.label = obj.obj_id;
......
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