Commit 5657dfd9 authored by oscar's avatar oscar

提交更新

parent 2138b8d7
......@@ -662,7 +662,7 @@ void TrackingRos::ThreadTrackingProcess()
std_msgs::String s_msg;
s_msg.data = std::move(ss.str());
static uint64_t countBeginA = GetCurTime();
if (GetCurTime() - countBeginA > 1000 * 1000)
if (GetCurTime() - countBeginA > 3000 * 1000)
{
SDK_LOG(SDK_INFO, "send abuzhabi msg = %s", s_msg.data.c_str());
countBeginA = GetCurTime();
......
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