Add service creation test

This commit is contained in:
Christophe Bedard 2019-06-03 11:57:19 +02:00
parent 9dcac8ad3d
commit e37ce0df61
4 changed files with 97 additions and 0 deletions

View file

@ -13,9 +13,11 @@
<build_depend>rclcpp</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>std_srvs</build_depend>
<exec_depend>rclcpp</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>std_srvs</exec_depend>
<test_depend>ament_cmake_pytest</test_depend>
<test_depend>launch_ros</test_depend>