We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dac9c4 commit 6f001d8Copy full SHA for 6f001d8
ur_robot_driver/test/integration_test_trajectory_until.py
@@ -96,11 +96,13 @@ def init_robot(self):
96
97
self._controller_manager_interface.wait_for_controller("tool_contact_controller")
98
99
- def setUp(self):
+ def setUp(self, initial_joint_controller):
100
self._dashboard_interface.start_robot()
101
time.sleep(1)
102
self.assertTrue(self._io_status_controller_interface.resend_robot_program().success)
103
104
+ self._controller_manager_interface.wait_for_controller(initial_joint_controller, "active")
105
+
106
#
107
# Tests
108
0 commit comments