-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Add generic service type support to the service caller (#72)
In order to be able to call arbitrary ROS services (with arbitrary arguments) from within the integration tests against the ROS bridge, we need the `ros_service_caller` to be suitable for every service type, not just empty. Hence, the service caller was templated.
- Loading branch information
1 parent
d3bfd74
commit 639283d
Showing
2 changed files
with
33 additions
and
23 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