提交 36f3f992 编写于 作者: C Calvin Miao 提交者: Jiangtao Hu

Prediction: restored debug message printing

上级 36cb8082
...@@ -105,8 +105,8 @@ void Prediction::OnLocalization(const LocalizationEstimate& localization) { ...@@ -105,8 +105,8 @@ void Prediction::OnLocalization(const LocalizationEstimate& localization) {
ADEBUG << "Invalid pose found."; ADEBUG << "Invalid pose found.";
} }
// ADEBUG << "Received a localization message [" ADEBUG << "Received a localization message ["
// << localization.ShortDebugString() << "]."; << localization.ShortDebugString() << "].";
} }
void Prediction::OnPerception(const PerceptionObstacles& perception_obstacles) { void Prediction::OnPerception(const PerceptionObstacles& perception_obstacles) {
...@@ -130,6 +130,8 @@ void Prediction::OnPerception(const PerceptionObstacles& perception_obstacles) { ...@@ -130,6 +130,8 @@ void Prediction::OnPerception(const PerceptionObstacles& perception_obstacles) {
} }
} }
} }
ADEBUG << "Received a perception message ["
<< perception_obstacles.ShortDebugString() << "].";
} }
Status Prediction::OnError(const std::string& error_msg) { Status Prediction::OnError(const std::string& error_msg) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册