Skip to content

Commit

Permalink
fix: clang format
Browse files Browse the repository at this point in the history
Signed-off-by: Taekjin LEE <[email protected]>
  • Loading branch information
technolojin committed Jun 5, 2024
1 parent 68f5dff commit 1854e6d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ inline void convertConvexHullToBoundingBox(

// look for bounding box boundary
for (size_t i = 0; i < input_object.shape.footprint.points.size(); ++i) {

const double foot_x = input_object.shape.footprint.points.at(i).x;
const double foot_y = input_object.shape.footprint.points.at(i).y;
max_x = std::max(max_x, foot_x);
Expand Down

0 comments on commit 1854e6d

Please sign in to comment.