Commit d677ea11 authored by oscar's avatar oscar

提交阿布扎比更新

parent a9a057b6
......@@ -646,7 +646,7 @@ void TrackingRos::ThreadTrackingProcess()
#ifdef _SEND_ABUZHABI_
std::stringstream ss;
jf_ajson::save_to(ss, send_abu);
std::msgs::String s_msg;
std_msgs::String s_msg;
s_msg.data = std::move(ss.str());
m_pubAbuzhabi.publish(s_msg);
#endif
......
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