Represents an ST Robotics arm.
Definition at line 90 of file arm.py.
◆ __init__()
def arm.Arm.__init__ |
( |
|
self | ) |
|
◆ connect()
def arm.Arm.connect |
( |
|
self, |
|
|
|
port = None |
|
) |
| |
Open a serial connection to the arm.
Definition at line 98 of file arm.py.
◆ disconnect()
def arm.Arm.disconnect |
( |
|
self | ) |
|
Disconnect from the arm.
Definition at line 120 of file arm.py.
◆ dump()
def arm.Arm.dump |
( |
|
self, |
|
|
|
raw = False |
|
) |
| |
Dump all output currently in the arm's output queue.
Definition at line 197 of file arm.py.
◆ get_info()
def arm.Arm.get_info |
( |
|
self | ) |
|
Returns status of the robot arm.
Definition at line 210 of file arm.py.
◆ is_connected()
def arm.Arm.is_connected |
( |
|
self | ) |
|
True if the serial connection to arm is open. False otherwise.
Definition at line 205 of file arm.py.
◆ read()
def arm.Arm.read |
( |
|
self, |
|
|
|
timeout = READ_TIMEOUT , |
|
|
|
raw = False |
|
) |
| |
Read data from the arm. Data is returned as a latin_1 encoded
string, or raw bytes if 'raw' is True.
Definition at line 138 of file arm.py.
◆ read_pos()
def arm.Arm.read_pos |
( |
|
self, |
|
|
|
pos |
|
) |
| |
Reads arm position during $RUN and returns joint counts as an integer list, ordered upwards from waist to wrist. Takes input last known position in joint counts
Definition at line 165 of file arm.py.
◆ stop_route()
def arm.Arm.stop_route |
( |
|
self | ) |
|
Sends a command to stop the arm during the $RUN procedure
Definition at line 157 of file arm.py.
◆ write()
def arm.Arm.write |
( |
|
self, |
|
|
|
text |
|
) |
| |
Write text out to the arm.
Definition at line 127 of file arm.py.
◆ port
◆ ser
The documentation for this class was generated from the following file: