提交 2dfb43cb 编写于 作者: J jmtao 提交者: Jinyun Zhou

planning: reset turn signal when pull_over is completed

上级 a73789bf
......@@ -38,6 +38,7 @@ namespace emergency_pull_over {
using apollo::common::TrajectoryPoint;
using apollo::common::VehicleConfigHelper;
using apollo::common::VehicleSignal;
Stage::StageStatus EmergencyPullOverStageStandby::Process(
const TrajectoryPoint& planning_init_point, Frame* frame) {
......@@ -50,6 +51,7 @@ Stage::StageStatus EmergencyPullOverStageStandby::Process(
// set vehicle signal
reference_line_info.SetEmergencyLight();
reference_line_info.SetTurnSignal(VehicleSignal::TURN_NONE);
// reset cruise_speed
reference_line_info.SetCruiseSpeed(FLAGS_default_cruise_speed);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册