Skip to content

Commit ffd2065

Browse files
committed
Fix missing line to Add tests for launch_utils of controller manager (ros-controls#2147)
1 parent e2d4823 commit ffd2065

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

controller_manager/test/test_ros2_control_node_launch.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
from launch_testing.actions import ReadyToTest
3838
import launch_testing.markers
3939
import launch_ros.actions
40+
from launch_ros.actions import Node
4041

4142
import rclpy
4243
from controller_manager.test_utils import (
@@ -49,6 +50,7 @@
4950
generate_load_controller_launch_description,
5051
)
5152

53+
5254
# Executes the given launch file and checks if all nodes can be started
5355
@pytest.mark.launch_test
5456
def generate_test_description():
@@ -133,7 +135,7 @@ def _assert_launch_result(self, result, min_len=0):
133135
return actions
134136

135137
# ------------------------------------------------------------------
136-
# Launch utility tests
138+
# Launch utility tests
137139
# ------------------------------------------------------------------
138140
def test_generate_controllers_spawner_from_list(self):
139141
controllers = ["test_controller_1", "test_controller_2"]

0 commit comments

Comments
 (0)