Commit bacf5f66 authored by oscar's avatar oscar

提交更新

parent e85920a9
......@@ -260,7 +260,8 @@ void TrackingRos::Init(ros::NodeHandle& nh)
m_pubBoundingBoxes = nh.advertise<jsk_recognition_msgs::BoundingBoxArray>("/tracking_bbox", 100);
m_pubMarkerArray = nh.advertise<visualization_msgs::MarkerArray>("/tracking_loc", 100);
#ifdef _SEND_ABUZHABI_
m_pubAbuzhabi = nh.advertise<std_msgs::String>("abuzhabi_msg",10);
//m_pubAbuzhabi = nh.advertise<std_msgs::String>("/abuzhabi_msg",10);
ros::Publisher chatter_pub = n.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