Skip to content

Commit

Permalink
fix(autoware_motion_velocity_obstacle_velocity_limiter_module): fix f…
Browse files Browse the repository at this point in the history
…uncArgNamesDifferent (#8025)

fix:funcArgNamesDifferent

Signed-off-by: kobayu858 <[email protected]>
  • Loading branch information
kobayu858 authored Jul 16, 2024
1 parent aa5118c commit 6bca8e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace autoware::motion_velocity_planner::obstacle_velocity_limiter
/// @brief mask gridmap cells that are inside the given polygons
/// @param[in, out] grid_map the grid map to modify
/// @param[in] polygons the polygons to mask from the grid map
void maskPolygons(grid_map::GridMap & grid_map, const ObstacleMasks & masks);
void maskPolygons(grid_map::GridMap & grid_map, const ObstacleMasks & obstacle_masks);

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

0 comments on commit 6bca8e8

Please sign in to comment.