Commit 480e3bf0 authored by oscar's avatar oscar

提交更新

parent addd9e00
......@@ -260,7 +260,7 @@ 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_pub = nh.advertise<std::string>("/abuzhabi_msg", 100);
m_pub = nh.advertise<std_msgs::String>("/abuzhabi_msg", 100);
#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