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