Commit d0a26a50 authored by oscar's avatar oscar

提交更新

parent d60eaab7
......@@ -144,7 +144,7 @@ void TrackingRos2::TrackingPorcess(objTrackListPtr objsPtr)
// sendBoxes.header.frame_id = "/rslidar";
for (auto& iter : trackers)
{
autoware_auto_perception_msgs::msg::TrackedObject obj = {}
autoware_auto_perception_msgs::msg::TrackedObject obj = {};
wit_perception_msgs::msg::DetectedObjectWithFeatureEx input_obj = {};
int last_type = -1;
int is_need_send = 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