We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1baad8 commit 168409aCopy full SHA for 168409a
planning/behavior_path_lane_change_module/src/scene.cpp
@@ -486,6 +486,8 @@ TurnSignalInfo NormalLaneChange::updateOutputTurnSignal() const
486
const auto & shift_path = status_.lane_change_path.shifted_path;
487
const auto current_shift_length = lanelet::utils::getArcCoordinates(current_lanes, pose).distance;
488
constexpr bool is_driving_forward = true;
489
+ // The getBehaviorTurnSignalInfo method expects the shifted line to be generated off of the ego's
490
+ // current lane, lane change is different, so we set this flag to false.
491
constexpr bool egos_lane_is_shifted = false;
492
493
const auto [new_signal, is_ignore] = planner_data_->getBehaviorTurnSignalInfo(
0 commit comments