Skip to content

Commit d2b0ec2

Browse files
Fix test
1 parent b2c9da1 commit d2b0ec2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gz_ros2_control_tests/tests/velocity_custom_plugin_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ def test_arm(self, launch_service, proc_info, proc_output):
100100
# Check if the controllers are running
101101
cnames = [
102102
'joint_trajectory_controller',
103-
'joint_state_broadcaster',
104-
'imu_sensor_broadcaster'
103+
'joint_state_broadcaster'
105104
]
106105
check_controllers_running(self.node, cnames)
107106

0 commit comments

Comments
 (0)