Skip to content

Commit

Permalink
Do not start urscipt_interface when using mock hardware
Browse files Browse the repository at this point in the history
As the urscript_interface tries to establish a connection to a robot we
should not attempt to start it when use_mock_hardware is set to true.
  • Loading branch information
fmauch authored and RobertWilbrandt committed Oct 12, 2023
1 parent c61070f commit c1fe983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ur_robot_driver/launch/ur_control.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ def launch_setup(context, *args, **kwargs):
executable="urscript_interface",
parameters=[{"robot_ip": robot_ip}],
output="screen",
condition=UnlessCondition(use_mock_hardware),
)

controller_stopper_node = Node(
Expand Down

0 comments on commit c1fe983

Please sign in to comment.