Skip to content

Commit a61751a

Browse files
Update simple_action_server.hpp for description (#5150)
Signed-off-by: Steve Macenski <[email protected]>
1 parent a438883 commit a61751a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nav2_util/include/nav2_util/simple_action_server.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ class SimpleActionServer
139139
}
140140

141141
/**
142-
* @brief handle the goal requested: accept or reject. This implementation always accepts.
142+
* @brief handle the goal requested: accept or reject.
143+
* This implementation always accepts when the server is active.
143144
* @param uuid Goal ID
144145
* @param Goal A shared pointer to the specific goal
145146
* @return GoalResponse response of the goal processed

0 commit comments

Comments
 (0)