Commit 66daca9e authored by oscar's avatar oscar

提交更新

parent bacf5f66
......@@ -261,7 +261,7 @@ void TrackingRos::Init(ros::NodeHandle& nh)
m_pubMarkerArray = nh.advertise<visualization_msgs::MarkerArray>("/tracking_loc", 100);
#ifdef _SEND_ABUZHABI_
//m_pubAbuzhabi = nh.advertise<std_msgs::String>("/abuzhabi_msg",10);
ros::Publisher chatter_pub = n.advertise<std_msgs::String>("chatter", 1000);
ros::Publisher chatter_pub = nh.advertise<std_msgs::String>("chatter", 1000);
#endif
m_objsQueue.set_max_num_items(2);
......
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