提交 3018ee8e 编写于 作者: J Jiangtao Hu 提交者: Yifei Jiang

fix data not ready problem.

上级 b2745c0d
config {
type: LOCALIZATION
mode: RECEIVE_ONLY
message_history_limit: 10
}
config {
type: CHASSIS
mode: RECEIVE_ONLY
message_history_limit: 10
}
config {
type: ROUTING_RESULT
mode: RECEIVE_ONLY
}
config {
type: PLANNING_TRAJECTORY
......
......@@ -79,6 +79,7 @@ Status Planning::Start() {
}
void Planning::RunOnce() {
AdapterManager::Observe();
if (AdapterManager::GetLocalization() == nullptr ||
AdapterManager::GetLocalization()->Empty()) {
AERROR << "Localization is not available; skip the planning cycle";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册