Commit a31ac578 authored by oscar's avatar oscar

提交更新

parent b3284d5a
......@@ -22,7 +22,7 @@ namespace juefx_tracking {
std::bind(&TrackingRos2::ReceiveFusionResMsg,
this, std::placeholders::_1));
std::string pub_topic;
m_fusion_res = this->create_publisher<tier4_perception_msgs::msg::DetectedObjectsWithFeature>(pub_topic, 10);
m_tracking_res = this->create_publisher<tier4_perception_msgs::msg::DetectedObjectsWithFeature>(pub_topic, 10);
//获取yaml文件
std::string root_dir = this->declare_parameter<std::string>("root_dir", std::string(""));
......
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