Skip to content

Commit

Permalink
fix(behavior_path_planner): fix redundantAssignment warning (#7560)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
  • Loading branch information
veqcc authored and KhalilSelyan committed Jul 22, 2024
1 parent 71babee commit 06975ca
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ TEST(BehaviorPathPlanningTurnSignal, Condition3)

TurnSignalInfo behavior_signal_info;
behavior_signal_info.turn_signal.command = TurnIndicatorsCommand::ENABLE_RIGHT;
behavior_signal_info.turn_signal.command = TurnIndicatorsCommand::ENABLE_RIGHT;
behavior_signal_info.desired_start_point.position = createPoint(5.0, 0.0, 0.0);
behavior_signal_info.desired_start_point.orientation = createQuaternionFromYaw(0.0);
behavior_signal_info.desired_end_point.position = createPoint(70.0, 0.0, 0.0);
Expand Down

0 comments on commit 06975ca

Please sign in to comment.