提交 94082fb9 编写于 作者: Z Zhang Liangliang 提交者: Dong Li

Planning: removed sleep in reference line provider.

上级 d4c51919
......@@ -94,9 +94,6 @@ void ReferenceLineProvider::Generate() {
}
ADEBUG << "ReferenceLine smoothed with adc position: "
<< curr_adc_position.ShortDebugString();
const int32_t kReferenceLineProviderSleepTime = 1000;
std::this_thread::sleep_for(std::chrono::duration<double, std::milli>(
kReferenceLineProviderSleepTime));
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册