Skip to content

Commit b2e3061

Browse files
remove extra crop
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
1 parent b5091fc commit b2e3061

File tree

1 file changed

+0
-1
lines changed
  • control/autonomous_emergency_braking/src

1 file changed

+0
-1
lines changed

control/autonomous_emergency_braking/src/node.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ bool AEB::checkCollision(MarkerArray & debug_markers)
373373

374374
std::vector<ObjectData> objects_from_point_clusters;
375375
const auto predicted_polys = generatePathFootprint(predicted_path, expand_width_);
376-
cropPointCloudWithEgoFootprintPath(predicted_polys);
377376
createObjectDataUsingPointCloudClusters(
378377
predicted_path, predicted_polys, current_time, objects_from_point_clusters);
379378
has_collision_predicted =

0 commit comments

Comments
 (0)