Commit 91561d3f authored by oscar's avatar oscar

提交更新

parent 1fc49209
......@@ -6,13 +6,13 @@
#include "autoware_auto_perception_msgs/msg/tracked_object.hpp"
#include "autoware_auto_perception_msgs/msg/tracked_objects.hpp"
using objTrackListPtr = std::shared_ptr<autoware_auto_perception_msgs::msg::TrackedObject>;
using objTrackListPtr = std::shared_ptr<wit_perception_msgs::msg::DetectedObjectsWithFeatureEx>;
struct TrackStructObj
{
uint64_t frame;
int type;
objTrackListPtr obj;
std::shared_ptr<autoware_auto_perception_msgs::msg::TrackedObject> obj;
};
using trackOjbPtr = std::shared_ptr<TrackStructObj>;
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