Skip to content

Commit 443afea

Browse files
authored
fix(costmap_generator): fix include for grid_map_utils (#9179)
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
1 parent 5813967 commit 443afea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

planning/autoware_costmap_generator/nodes/autoware_costmap_generator/object_map_utils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
#include "autoware_costmap_generator/object_map_utils.hpp"
3434

35-
#include <autoware_grid_map_utils/polygon_iterator.hpp>
35+
#include <autoware/grid_map_utils/polygon_iterator.hpp>
3636
#include <grid_map_core/Polygon.hpp>
3737

3838
#include <tf2/time.h>

planning/autoware_costmap_generator/nodes/autoware_costmap_generator/objects_to_costmap.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
#include "autoware_costmap_generator/objects_to_costmap.hpp"
4646

47-
#include <autoware_grid_map_utils/polygon_iterator.hpp>
47+
#include <autoware/grid_map_utils/polygon_iterator.hpp>
4848
#include <grid_map_core/TypeDefs.hpp>
4949

5050
#include <Eigen/src/Core/util/Constants.h>

0 commit comments

Comments
 (0)