Skip to content

Commit

Permalink
fix cpplint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
  • Loading branch information
esteve committed Jul 1, 2024
1 parent a12b84e commit caf4196
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <algorithm>
#include <limits>
#include <string>
#include <utility>
#include <vector>

namespace bg = boost::geometry;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
#endif

#include <limits>
#include <memory>
#include <vector>

Expand Down
3 changes: 3 additions & 0 deletions planning/autoware_obstacle_stop_planner/src/planner_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@

#include <diagnostic_msgs/msg/key_value.hpp>

#include <algorithm>
#include <limits>

#include <boost/format.hpp>
#include <boost/geometry/algorithms/convex_hull.hpp>
#include <boost/geometry/algorithms/distance.hpp>
Expand Down

0 comments on commit caf4196

Please sign in to comment.