File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
modules/prediction/evaluator Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ void EvaluatorManager::Init(const PredictionConf& config) {
178178
179179 if (FLAGS_enable_semantic_map) {
180180 SemanticMap::Instance ()->Init ();
181- AINFO << " Init SemanticMap instance." ;
181+ ADEBUG << " Init SemanticMap instance." ;
182182 }
183183}
184184
@@ -329,6 +329,7 @@ void EvaluatorManager::BuildObstacleIdHistoryMap(
329329 Feature feature;
330330 feature.set_id (obstacle_feature.id ());
331331 feature.set_timestamp (obstacle_feature.timestamp ());
332+ feature.set_type (obstacle_feature.type ());
332333 feature.mutable_position ()->CopyFrom (obstacle_feature.position ());
333334 feature.set_theta (obstacle_feature.velocity_heading ());
334335 if (obstacle_feature.id () != FLAGS_ego_vehicle_id) {
You can’t perform that action at this time.
0 commit comments