提交 f365d054 编写于 作者: K kechxu 提交者: Calvin Miao

implement InsertFeatureToHistory() in prediction/container/obstacles/obstacle.cc

上级 8f509aea
......@@ -680,9 +680,9 @@ void Obstacle::SetMotionStatus() {
}
}
void Obstacle::InsertFeatureToHistory(Feature* feature) {
// TODO(kechxu) implement
feature_history_.push_front(std::move(*feature));
ADEBUG << "Obstacle [" << id_ << "] inserted a frame into the history.";
}
} // namespace prediction
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册