Commit f5e68679 authored by oscar's avatar oscar

提交更新

parent c9e6a0ac
......@@ -10,7 +10,7 @@ struct TrackTructObj
{
uint64_t frame;
int type;
std::shared_ptr<tier4_perception_msgs::msg::DetectedObjectsWithFeature> obj;
}
objTrackListPtr obj;
};
using trackOjbPtr = std::shared_ptr<TrackTructObj>;
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