Skip to content

Commit

Permalink
fix(costmap_generator): fix include for grid_map_utils (#9179)
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
  • Loading branch information
maxime-clem authored Oct 29, 2024
1 parent 5813967 commit 443afea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#include "autoware_costmap_generator/object_map_utils.hpp"

#include <autoware_grid_map_utils/polygon_iterator.hpp>
#include <autoware/grid_map_utils/polygon_iterator.hpp>
#include <grid_map_core/Polygon.hpp>

#include <tf2/time.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

#include "autoware_costmap_generator/objects_to_costmap.hpp"

#include <autoware_grid_map_utils/polygon_iterator.hpp>
#include <autoware/grid_map_utils/polygon_iterator.hpp>
#include <grid_map_core/TypeDefs.hpp>

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

0 comments on commit 443afea

Please sign in to comment.