-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Guard against unexpected action responses (#474)
Fixes ros2/demos#417 If multiple action servers are running with the same action name, then it is possible that both servers will reply to requests from the action client. In the event that this happens, we avoid crashing the code by ignoring the unexpected response and logging a warning for the user. We have similar behavior for the action client implementation in rclcpp. Signed-off-by: Jacob Perron <[email protected]>
- Loading branch information
1 parent
9a4471c
commit 19dc19c
Showing
1 changed file
with
34 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters