Skip to content

Commit e66b7e5

Browse files
committed
dashboard_client test: Set the robot into a defined start state
1 parent e471749 commit e66b7e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ur_robot_driver/test/dashboard_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def tearDownClass(cls):
6161

6262
def init_robot(self):
6363
self._dashboard_interface = DashboardInterface(self.node)
64+
self._dashboard_interface.power_off() # create a defined starting state
6465

6566
def test_switch_on(self):
6667
"""Test power on a robot."""

0 commit comments

Comments
 (0)