Skip to content

Commit 231c88a

Browse files
Ryanf55SteveMacenski
authored andcommitted
Fix incorrect doxygen comment (#4741)
Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
1 parent eedcae7 commit 231c88a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nav2_costmap_2d/include/nav2_costmap_2d/costmap_2d.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@ class Costmap2D
150150

151151
/**
152152
* @brief Get the cost of a cell in the costmap
153-
* @param mx The x coordinate of the cell
154-
* @param my The y coordinate of the cell
153+
* @param index The cell index
155154
* @return The cost of the cell
156155
*/
157156
unsigned char getCost(unsigned int index) const;

0 commit comments

Comments
 (0)