Public Member Functions | Public Attributes | List of all members
arm.Arm Class Reference
Inheritance diagram for arm.Arm:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self)
 
def connect (self, port=None)
 
def disconnect (self)
 
def dump (self, raw=False)
 
def get_info (self)
 
def is_connected (self)
 
def read (self, timeout=READ_TIMEOUT, raw=False)
 
def read_pos (self, pos)
 
def stop_route (self)
 
def write (self, text)
 

Public Attributes

 port
 
 ser
 

Detailed Description

Represents an ST Robotics arm. 

Definition at line 90 of file arm.py.

Constructor & Destructor Documentation

◆ __init__()

def arm.Arm.__init__ (   self)

Definition at line 93 of file arm.py.

Member Function Documentation

◆ 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.

Member Data Documentation

◆ port

arm.Arm.port

Definition at line 95 of file arm.py.

◆ ser

arm.Arm.ser

Definition at line 94 of file arm.py.


The documentation for this class was generated from the following file:


r12_hardware_interface
Author(s): Andreas Hogstrand
autogenerated on Mon Feb 28 2022 23:20:33