Commit db1c9452 authored by oscar's avatar oscar

提交更新

parent 2cfd59b0
......@@ -796,8 +796,8 @@ void TrackingRos::ThreadTrackingProcess()
visualization_msgs::Marker t_marker = {};
t_marker.id = obj.obj_id;
t_marker.header.frame_id = "/rslidar";
t_marker.action = Marker::ADD;
t_marker.type = Marker::TEXT_VIEW_FACING;
t_marker.action = visualization_msgs::Marker::ADD;
t_marker.type = visualization_msgs::Marker::TEXT_VIEW_FACING;
t_marker.pose.position.x = obj.x;
t_marker.pose.position.y = obj.y;
t_marker.pose.position.z = obj.z + obj.h / 2 + 0.3;
......
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