Skip to content

Commit a38a209

Browse files
committed
Add comment about cartesian and joint coords
1 parent cae5d98 commit a38a209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylabrobot/arms/precise_flex/precise_flex_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
class PreciseFlexBackend(ArmBackend):
6-
"""UNTESTED - Backend for the PreciseFlex robotic arm"""
6+
"""UNTESTED - Backend for the PreciseFlex robotic arm - Default to using Cartesian coordinates, some methods in Brook's TCS don't work with Joint coordinates."""
77
def __init__(self, host: str, port: int = 10100, timeout=20) -> None:
88
super().__init__()
99
self.api = PreciseFlexBackendApi(host=host, port=port, timeout=timeout)

0 commit comments

Comments
 (0)