Skip to content

Commit 74142b6

Browse files
committed
something got duplicated, removing
1 parent 27ef765 commit 74142b6

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
@@ -194,9 +194,6 @@ def controller_spawner(controllers, active=True):
194194
if activate_joint_controller.perform(context) == "true":
195195
controllers_active.append(initial_joint_controller.perform(context))
196196
controllers_inactive.remove(initial_joint_controller.perform(context))
197-
198-
if use_mock_hardware.perform(context) == "true":
199-
controllers_active.remove("tcp_pose_broadcaster")
200197

201198
if use_mock_hardware.perform(context) == "true":
202199
controllers_active.remove("tcp_pose_broadcaster")

0 commit comments

Comments
 (0)