Skip to content

Commit 7493322

Browse files
authored
fix(behavior_path_planner): fix redundantAssignment warning (#7560)
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
1 parent f4b14da commit 7493322

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

planning/behavior_path_planner/autoware_behavior_path_planner_common/test/test_turn_signal.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ TEST(BehaviorPathPlanningTurnSignal, Condition3)
355355

356356
TurnSignalInfo behavior_signal_info;
357357
behavior_signal_info.turn_signal.command = TurnIndicatorsCommand::ENABLE_RIGHT;
358-
behavior_signal_info.turn_signal.command = TurnIndicatorsCommand::ENABLE_RIGHT;
359358
behavior_signal_info.desired_start_point.position = createPoint(5.0, 0.0, 0.0);
360359
behavior_signal_info.desired_start_point.orientation = createQuaternionFromYaw(0.0);
361360
behavior_signal_info.desired_end_point.position = createPoint(70.0, 0.0, 0.0);

0 commit comments

Comments
 (0)