Skip to content

Commit 9805f1f

Browse files
authored
refactor(autoware_grid_map_utils): prefix folder structure with autoware/ (#9170)
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent b6f9ef8 commit 9805f1f

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

common/autoware_grid_map_utils/include/autoware_grid_map_utils/polygon_iterator.hpp common/autoware_grid_map_utils/include/autoware/grid_map_utils/polygon_iterator.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef AUTOWARE_GRID_MAP_UTILS__POLYGON_ITERATOR_HPP_
16-
#define AUTOWARE_GRID_MAP_UTILS__POLYGON_ITERATOR_HPP_
15+
#ifndef AUTOWARE__GRID_MAP_UTILS__POLYGON_ITERATOR_HPP_
16+
#define AUTOWARE__GRID_MAP_UTILS__POLYGON_ITERATOR_HPP_
1717

1818
#include "grid_map_core/TypeDefs.hpp"
1919

@@ -126,4 +126,4 @@ class PolygonIterator
126126
};
127127
} // namespace autoware::grid_map_utils
128128

129-
#endif // AUTOWARE_GRID_MAP_UTILS__POLYGON_ITERATOR_HPP_
129+
#endif // AUTOWARE__GRID_MAP_UTILS__POLYGON_ITERATOR_HPP_

common/autoware_grid_map_utils/src/polygon_iterator.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#include "autoware_grid_map_utils/polygon_iterator.hpp"
15+
#include "autoware/grid_map_utils/polygon_iterator.hpp"
1616

1717
#include "grid_map_core/GridMap.hpp"
1818
#include "grid_map_core/Polygon.hpp"

common/autoware_grid_map_utils/test/benchmark.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#include "autoware_grid_map_utils/polygon_iterator.hpp"
15+
#include "autoware/grid_map_utils/polygon_iterator.hpp"
1616
#include "grid_map_core/TypeDefs.hpp"
1717
#include "grid_map_cv/GridMapCvConverter.hpp"
1818
#include "grid_map_cv/GridMapCvProcessing.hpp"

common/autoware_grid_map_utils/test/test_polygon_iterator.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#include "autoware_grid_map_utils/polygon_iterator.hpp"
15+
#include "autoware/grid_map_utils/polygon_iterator.hpp"
1616

1717
#include <autoware/universe_utils/system/stop_watch.hpp>
1818
#include <grid_map_core/iterators/PolygonIterator.hpp>

perception/autoware_elevation_map_loader/src/elevation_map_loader_node.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#include "elevation_map_loader_node.hpp"
1818

19-
#include "autoware_grid_map_utils/polygon_iterator.hpp"
19+
#include "autoware/grid_map_utils/polygon_iterator.hpp"
2020

2121
#include <Eigen/Core>
2222
#include <Eigen/Geometry>

planning/behavior_velocity_planner/autoware_behavior_velocity_crosswalk_module/src/occluded_crosswalk.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#include "occluded_crosswalk.hpp"
1616

17-
#include <autoware_grid_map_utils/polygon_iterator.hpp>
17+
#include <autoware/grid_map_utils/polygon_iterator.hpp>
1818
#include <grid_map_ros/GridMapRosConverter.hpp>
1919

2020
#include <lanelet2_core/primitives/Polygon.h>

planning/behavior_velocity_planner/autoware_behavior_velocity_occlusion_spot_module/src/grid_utils.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818
#include <autoware/behavior_velocity_planner_common/utilization/boost_geometry_helper.hpp>
1919
#include <autoware/behavior_velocity_planner_common/utilization/util.hpp>
20+
#include <autoware/grid_map_utils/polygon_iterator.hpp>
2021
#include <autoware/universe_utils/geometry/geometry.hpp>
2122
#include <autoware/universe_utils/math/normalization.hpp>
22-
#include <autoware_grid_map_utils/polygon_iterator.hpp>
2323
#include <grid_map_core/GridMap.hpp>
2424
#include <grid_map_core/iterators/LineIterator.hpp>
2525
#include <grid_map_ros/GridMapRosConverter.hpp>

planning/motion_velocity_planner/autoware_motion_velocity_obstacle_velocity_limiter_module/src/occupancy_grid_utils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#include "occupancy_grid_utils.hpp"
1616

17-
#include <autoware_grid_map_utils/polygon_iterator.hpp>
17+
#include <autoware/grid_map_utils/polygon_iterator.hpp>
1818
#include <grid_map_core/Polygon.hpp>
1919
#include <grid_map_core/iterators/GridMapIterator.hpp>
2020
#include <grid_map_cv/GridMapCvConverter.hpp>

0 commit comments

Comments
 (0)