Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
Signed-off-by: Zulfaqar Azmi <[email protected]>
  • Loading branch information
zulfaqar-azmi-t4 committed Dec 23, 2024
1 parent bfce3dd commit f1cb6ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ TEST_F(TestNormalLaneChange, testGetPathWhenValid)
constexpr auto is_approved = true;
ego_pose_ = autoware::test_utils::createPose(1.0, 1.75, 0.0, 0.0, 0.0, 0.0);
planner_data_->self_odometry = set_odometry(ego_pose_);
normal_lane_change_->setData(planner_data_);
set_previous_approved_path();
normal_lane_change_->update_lanes(!is_approved);
normal_lane_change_->update_filtered_objects();
Expand Down

0 comments on commit f1cb6ba

Please sign in to comment.