We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682cde8 commit c80fe0cCopy full SHA for c80fe0c
planning/behavior_velocity_dynamic_obstacle_stop_module/src/footprint.cpp
@@ -13,6 +13,7 @@
13
// limitations under the License.
14
15
#include "footprint.hpp"
16
+
17
#include <tier4_autoware_utils/geometry/boost_polygon_utils.hpp>
18
19
#include <autoware_auto_perception_msgs/msg/predicted_objects.hpp>
@@ -23,9 +24,9 @@
23
24
#include <lanelet2_core/geometry/Polygon.h>
25
#include <tf2/utils.h>
26
27
+#include <algorithm>
28
#include <utility>
29
#include <vector>
-#include <algorithm>
30
31
namespace behavior_velocity_planner::dynamic_obstacle_stop
32
{
0 commit comments