提交 1529155d 编写于 作者: H Hongyi 提交者: Kecheng Xu

Prediction: set lane_sequence stop sign for current lane

上级 bd6f3619
......@@ -1092,6 +1092,7 @@ void Obstacle::BuildLaneGraph() {
lane_seq_ptr->set_lane_s(lane.lane_s());
lane_seq_ptr->set_lane_l(lane.lane_l());
lane_seq_ptr->set_vehicle_on_lane(true);
SetLaneSequenceStopSign(lane_seq_ptr);
ADEBUG << "Obstacle [" << id_ << "] set a lane sequence ["
<< lane_seq.ShortDebugString() << "].";
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册