Skip to content

Commit afcb47e

Browse files
committed
something got duplicated, removing
1 parent d38e949 commit afcb47e

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

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

0 commit comments

Comments
 (0)