Skip to content

Commit

Permalink
Fix incorrect doxygen comment (#4741)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
  • Loading branch information
Ryanf55 authored Nov 6, 2024
1 parent a64dde1 commit be73c24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nav2_costmap_2d/include/nav2_costmap_2d/costmap_2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ class Costmap2D

/**
* @brief Get the cost of a cell in the costmap
* @param mx The x coordinate of the cell
* @param my The y coordinate of the cell
* @param index The cell index
* @return The cost of the cell
*/
unsigned char getCost(unsigned int index) const;
Expand Down

0 comments on commit be73c24

Please sign in to comment.