Skip to content

Commit 0d259f8

Browse files
committed
something got duplicated, removing
1 parent dec3f92 commit 0d259f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ur_robot_driver/launch/ur_control.launch.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,6 @@ def controller_spawner(controllers, active=True):
192192
if activate_joint_controller.perform(context) == "true":
193193
controllers_active.append(initial_joint_controller.perform(context))
194194
controllers_inactive.remove(initial_joint_controller.perform(context))
195-
196-
if use_mock_hardware.perform(context) == "true":
197-
controllers_active.remove("tcp_pose_broadcaster")
198195

199196
if use_mock_hardware.perform(context) == "true":
200197
controllers_active.remove("tcp_pose_broadcaster")

0 commit comments

Comments
 (0)