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 30c1cfe commit 92a841cCopy full SHA for 92a841c
pylabrobot/arms/precise_flex/precise_flex_api_tests.py
@@ -31,8 +31,8 @@ async def asyncSetUp(self):
31
await self.__class__.lock.acquire()
32
self.robot = PreciseFlexBackendApi(self.ROBOT_HOST, self.ROBOT_PORT)
33
await self.robot.setup()
34
- await self.robot.attach(1)
35
await self.robot.set_power(True, timeout=20)
+ await self.robot.attach(1)
36
print("Robot connected successfully")
37
38
# Move to a safe joint pose if needed
0 commit comments