Skip to content

Commit

Permalink
delete space
Browse files Browse the repository at this point in the history
  • Loading branch information
k-obitsu authored and mergify-bot committed Jan 31, 2022
1 parent 460e75e commit 66a1031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planning/behavior_path_planner/src/turn_signal_decider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ std::pair<TurnIndicatorsCommand, double> TurnSignalDecider::getIntersectionTurnS
if (
lane.attributeOr("turn_signal_distance", std::numeric_limits<double>::max()) <
distance_from_vehicle_front) {
continue;
continue;
}
if (lane.attributeOr("turn_direction", std::string("none")) == "left") {
turn_signal.command = TurnIndicatorsCommand::ENABLE_LEFT;
Expand Down

0 comments on commit 66a1031

Please sign in to comment.