Skip to content

Commit 6bca8e8

Browse files
authored
fix(autoware_motion_velocity_obstacle_velocity_limiter_module): fix funcArgNamesDifferent (#8025)
fix:funcArgNamesDifferent Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
1 parent aa5118c commit 6bca8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planning/motion_velocity_planner/autoware_motion_velocity_obstacle_velocity_limiter_module/src/occupancy_grid_utils.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace autoware::motion_velocity_planner::obstacle_velocity_limiter
2828
/// @brief mask gridmap cells that are inside the given polygons
2929
/// @param[in, out] grid_map the grid map to modify
3030
/// @param[in] polygons the polygons to mask from the grid map
31-
void maskPolygons(grid_map::GridMap & grid_map, const ObstacleMasks & masks);
31+
void maskPolygons(grid_map::GridMap & grid_map, const ObstacleMasks & obstacle_masks);
3232

3333
/// @brief apply a threshold to the grid map
3434
/// @param[in, out] grid_map the grid map to modify

0 commit comments

Comments
 (0)