File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
ros2_controllers_test_nodes Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 2121 <depend >trajectory_msgs</depend >
2222
2323 <test_depend >python3-pytest</test_depend >
24+ <test_depend >launch_testing_ros</test_depend >
25+ <test_depend >launch_ros</test_depend >
2426
2527 <export >
2628 <build_type >ament_python</build_type >
Original file line number Diff line number Diff line change 3434
3535from launch import LaunchDescription
3636from launch .substitutions import PathJoinSubstitution
37+ import launch_ros .actions
3738from launch_ros .substitutions import FindPackageShare
3839from launch_testing .actions import ReadyToTest
39- from launch_testing_ros import WaitForTopics
40-
4140import launch_testing .markers
41+ from launch_testing_ros import WaitForTopics
4242import rclpy
43- import launch_ros .actions
4443from rclpy .node import Node
45-
4644from std_msgs .msg import Float64MultiArray
4745
4846
Original file line number Diff line number Diff line change 3434
3535from launch import LaunchDescription
3636from launch .substitutions import PathJoinSubstitution
37+ import launch_ros .actions
3738from launch_ros .substitutions import FindPackageShare
3839from launch_testing .actions import ReadyToTest
39- from launch_testing_ros import WaitForTopics
40-
4140import launch_testing .markers
41+ from launch_testing_ros import WaitForTopics
4242import rclpy
43- import launch_ros .actions
4443from rclpy .node import Node
4544from trajectory_msgs .msg import JointTrajectory
4645
You can’t perform that action at this time.
0 commit comments