Commit ad748c94 authored by oscar's avatar oscar

提交更新

parent 480e3bf0
......@@ -645,8 +645,8 @@ 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(body);
//std::string body = std::move(ss.str());
m_pubAbuzhabi.publish(ss);
#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