Skip to content

Commit

Permalink
remove unecessary header and space
Browse files Browse the repository at this point in the history
Signed-off-by: Go Sakayori <[email protected]>
  • Loading branch information
go-sakayori committed Nov 19, 2024
1 parent c02f5df commit 525ead7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include <tf2/utils.h>

#include <cmath>
#include <iostream>
#include <limits>

namespace autoware::behavior_path_planner::utils::path_safety_checker
Expand Down Expand Up @@ -638,7 +637,6 @@ std::vector<Polygon2d> get_collided_polygons(
// compute which one is at the front of the other
const bool is_object_front =
isTargetObjectFront(ego_pose, obj_polygon, ego_vehicle_info.max_longitudinal_offset_m);

const auto & [front_object_velocity, rear_object_velocity] =
is_object_front ? std::make_pair(object_velocity, ego_velocity)
: std::make_pair(ego_velocity, object_velocity);
Expand Down

0 comments on commit 525ead7

Please sign in to comment.