Skip to content

Commit e22750f

Browse files
authored
Update ur_control.launch.py
1 parent 701d483 commit e22750f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ur_robot_driver/launch/ur_control.launch.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -355,17 +355,12 @@ def controller_spawner(controllers, active=True):
355355
controllers_active.append(initial_joint_controller.perform(context))
356356
controllers_inactive.remove(initial_joint_controller.perform(context))
357357

358-
<<<<<<< HEAD
359-
controller_spawners = [controller_spawner(controllers_active)] + [
360-
controller_spawner(controllers_inactive, active=False)
361-
=======
362358
if use_mock_hardware.perform(context) == "true":
363359
controllers_active.remove("tcp_pose_broadcaster")
364360

365361
controller_spawners = [
366362
controller_spawner(controllers_active),
367363
controller_spawner(controllers_inactive, active=False),
368-
>>>>>>> 79252cf (Disable pose broadcaster on mock hardware (#1229))
369364
]
370365

371366
nodes_to_start = [

0 commit comments

Comments
 (0)