Commit b3284d5a authored by oscar's avatar oscar

提交更新

parent 79acc850
......@@ -18,7 +18,7 @@ namespace juefx_tracking {
std::string topic;
m_fusion_res = this->create_subscription<tier4_perception_msgs::msg::DetectedObjectsWithFeature>(
camera0_topic, 10,
topic, 10,
std::bind(&TrackingRos2::ReceiveFusionResMsg,
this, std::placeholders::_1));
std::string pub_topic;
......@@ -54,7 +54,7 @@ void TrackingRos2::ReceiveFusionResMsg(const tier4_perception_msgs::msg::Detecte
*objsPtr = msg;
m_tracking.PushData(objsPtr);
static int countR = 0;
countR++;
static uint64_t countBeginR = 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