Skip to content

Commit aac9a09

Browse files
committed
doxygen fix
Signed-off-by: silanus23 <[email protected]>
1 parent b394b16 commit aac9a09

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

nav2_util/include/nav2_util/path_utils.hpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,7 @@ namespace nav2_util
3636
*/
3737
struct PathSearchResult
3838
{
39-
/**
40-
* @brief The minimum distance from the robot to the path.
41-
*/
4239
double distance;
43-
44-
/**
45-
* @brief The index of the closest path segment.
46-
*/
4740
size_t closest_segment_index;
4841
};
4942

0 commit comments

Comments
 (0)