提交 c51db421 编写于 作者: S siyangy 提交者: Liangliang Zhang

Dreamview: mute unnecessary log

上级 1681c947
......@@ -278,8 +278,10 @@ void SimulationWorldService::Update() {
UpdateWithLatestObserved("Planning", AdapterManager::GetPlanning());
UpdateWithLatestObserved("ControlCommand",
AdapterManager::GetControlCommand());
UpdateWithLatestObserved("Navigation", AdapterManager::GetNavigation());
UpdateWithLatestObserved("RelativeMap", AdapterManager::GetRelativeMap());
UpdateWithLatestObserved("Navigation", AdapterManager::GetNavigation(),
FLAGS_use_navigation_mode);
UpdateWithLatestObserved("RelativeMap", AdapterManager::GetRelativeMap(),
FLAGS_use_navigation_mode);
for (const auto &kv : obj_map_) {
*world_.add_object() = kv.second;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册