-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add timeout option to call_service messages (#984)
* Add timeout option to call_service messages * Add no service timeout option, use future done callback instead of sleep * Remove unused imports * Run isort * Use event instead of condition variable for simplicity * Fix call_advertised_service test by increasing executor spin iterations * Spin for a specific time instead of specific number of spin iterations * Add parameter for default call_service timeout * Add call service timeout tests to rosbridge_library * Add call service timeout test to rosbridge_server
- Loading branch information
Showing
9 changed files
with
231 additions
and
47 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
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
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
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
Oops, something went wrong.