Package ckbot :: Module dynamixel :: Class RX64Mem
[hide private]
[frames] | no frames]

Class RX64Mem

source code



DESCRIPTION: 
  -- The RX64Mem class provides a mapping of the dynamixel control table: 
     as per the RX-64 manual pp. 1-2, section title "Control Table"
NOTES:
  -- Similar to EX106+ but lacks drive mode (for dual module joints) and current sensing.

Class Methods [hide private]

Inherited from DynamixelMemMap (private): _prepare

Class Variables [hide private]
  _ADDR_DCR = {'\x00':("model", "<H"), '\x02':("version", "B"), ...

Inherited from DynamixelMemMap: MODEL_ADDR, MODEL_ADDR_LEN

Class Variable Details [hide private]

_ADDR_DCR

Value:
{'\x00':("model", "<H"), '\x02':("version", "B"), '\x03':("ID", "B"), \
'\x04':("baud", "B"), '\x05':("ret_delay", "B"), '\x06':("cw_angle_lim\
it", "<H"), '\x08':("ccw_angle_limit", "<H"), '\x0b':("max_temp", "B")\
, '\x0c':("min_voltage", "B"), '\x0d':("max_voltage", "B"), '\x0e':("m\
ax_torque", "<H"), '\x10':("status", "B"), '\x11':("alarm_LED", "B"), \
'\x12':("alarm_shutdown", "B"), '\x18':("torque_en", "B"), '\x19':("LE\
D", "B"), '\x1a':("cw_compliance_margin", "B"), '\x1b':("ccw_complianc\
e_margin", "B"), '\x1c':("cw_compliance_slope", "B"), '\x1d':("ccw_com\
...