Commit 5968bb57 authored by oscar's avatar oscar

提交更新

parent d7b65bd2
......@@ -815,7 +815,7 @@ void TrackingRos::ThreadTrackingProcess()
t_marker.lifetime = ros::Duration(0.5);
char str[256] = {};
int angle_i = int(rot_y_angle / _PI_ * 180);
sprintf(str, "id:%llu,T:%d,YAW:%d", obj.obj_id, obj.type, angle_i);
sprintf(str, "id:%llu,t:%d,yaw:%d", obj.obj_id, obj.type, angle_i);
t_marker.text = str;
markerArray.markers.emplace_back(t_marker);
......
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