Commit a9a057b6 authored by oscar's avatar oscar

提交更新

parent 70ceb7bd
......@@ -646,8 +646,9 @@ void TrackingRos::ThreadTrackingProcess()
#ifdef _SEND_ABUZHABI_
std::stringstream ss;
jf_ajson::save_to(ss, send_abu);
//std::string body = std::move(ss.str());
m_pubAbuzhabi.publish(ss);
std::msgs::String s_msg;
s_msg.data = std::move(ss.str());
m_pubAbuzhabi.publish(s_msg);
#endif
#ifdef _USING_NSIGHT_
nvtxRangePop();
......
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