Skip to content

Commit 4f822f0

Browse files
author
beyza
committed
fix cpplint error
Signed-off-by: beyza <bnk@leodrive.ai>
1 parent 7ccff1d commit 4f822f0

File tree

1 file changed

+2
-3
lines changed
  • planning/behavior_velocity_dynamic_obstacle_stop_module/src

1 file changed

+2
-3
lines changed

planning/behavior_velocity_dynamic_obstacle_stop_module/src/footprint.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,19 @@
1313
// limitations under the License.
1414

1515
#include "footprint.hpp"
16-
17-
#include <motion_utils/trajectory/trajectory.hpp>
1816
#include <tier4_autoware_utils/geometry/boost_polygon_utils.hpp>
1917

2018
#include <autoware_auto_perception_msgs/msg/predicted_objects.hpp>
2119
#include <geometry_msgs/msg/pose.hpp>
2220

23-
#include <boost/geometry/algorithms/envelope.hpp>
21+
#include <boost/geometry.hpp>
2422

2523
#include <lanelet2_core/geometry/Polygon.h>
2624
#include <tf2/utils.h>
2725

2826
#include <utility>
2927
#include <vector>
28+
#include <algorithm>
3029

3130
namespace behavior_velocity_planner::dynamic_obstacle_stop
3231
{

0 commit comments

Comments
 (0)