Skip to content

Commit 88bbcb4

Browse files
committed
Wait for tool_contact_controller in test
1 parent 72cc591 commit 88bbcb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ur_robot_driver/test/integration_test_trajectory_until.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ def init_robot(self):
9494
"time_vec": [Duration(sec=3, nanosec=0), Duration(sec=6, nanosec=0)],
9595
}
9696

97+
self._controller_manager_interface.wait_for_controller("tool_contact_controller")
98+
9799
def setUp(self):
98100
self._dashboard_interface.start_robot()
99101
time.sleep(1)

0 commit comments

Comments
 (0)