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

Class MX64Mem

source code



DESCRIPTION: 
  -- The MX64Mem class provides a mapping of the dynamixel control table: 
     as per the MX-64 manual pp. 2-3, section title "Control Table"

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':("D_gain", "B"), '\x1b':("I_gain", "B"), '\x1c':("P_g\
ain", "B"), '\x1e':("goal_position", "<H"), '\x20':("moving_speed", "<\
...