We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24cf7b commit 55f4830Copy full SHA for 55f4830
test_ros2cli/package.xml
@@ -10,7 +10,7 @@
10
<license>Apache License 2.0</license>
11
12
<test_depend>action_tutorials_interfaces</test_depend>
13
- <test_depend>action_tutorials_py</test_depend>
+ <test_depend>action_tutorials_cpp</test_depend>
14
<test_depend>ament_lint_auto</test_depend>
15
<test_depend>ament_lint_common</test_depend>
16
<test_depend>ros_testing</test_depend>
test_ros2cli/test/config_ros2action_test.py
@@ -26,7 +26,7 @@
26
27
def get_action_server_node_action():
28
return Node(
29
- package='action_tutorials_py',
+ package='action_tutorials_cpp',
30
node_executable='fibonacci_action_server',
31
sigterm_timeout=LaunchConfiguration('sigterm_timeout', default=30)
32
)
0 commit comments