Skip to content

Commit 229f045

Browse files
committed
Fix typo
1 parent 6e366c6 commit 229f045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ur_robot_driver/test/integration_test_passthrough_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def init_robot(self):
109109

110110
# Wait for all controllers needed below, as controller manager services might fail
111111
# e.g. when attempting to deactivate an unknown controller
112-
self._controller_manager_interface.wait_for_controlle("scaled_joint_trajectory_controller")
112+
self._controller_manager_interface.wait_for_controller("scaled_joint_trajectory_controller")
113113

114114
def setUp(self):
115115
self._dashboard_interface.start_robot()

0 commit comments

Comments
 (0)