提交 578b83aa 编写于 作者: D Dong Li 提交者: Jiangtao Hu

remove debug field in protobuf

上级 7e0ec18a
......@@ -96,7 +96,8 @@ void PlanningTestBase::SetUp() {
}
void PlanningTestBase::TrimPlanning(ADCTrajectory* origin) {
origin->mutable_latency_stats()->Clear();
origin->clear_latency_stats();
origin->clear_debug();
origin->mutable_header()->clear_radar_timestamp();
origin->mutable_header()->clear_lidar_timestamp();
origin->mutable_header()->clear_timestamp_sec();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册