Skip to content

Commit b8c7974

Browse files
committed
Power off before powering on in tests
1 parent e66b7e5 commit b8c7974

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ur_robot_driver/test/test_common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ class DashboardInterface(
235235
},
236236
):
237237
def start_robot(self):
238+
self._check_call(self.power_off())
238239
self._check_call(self.power_on())
239240
self._check_call(self.brake_release())
240241

0 commit comments

Comments
 (0)