Trees | Indices | Help |
---|
|
DESCRIPTION: -- MX64 Specific constants RESPONSIBILITIES: -- ...
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
MAX_POS = 0xFFF
|
|||
MIN_POS = 0
|
|||
MIN_ANG = 0
|
|||
MAX_ANG = 36000
|
|||
MAX_TORQUE = 0x3FF
|
|||
DIRECTION_BIT = 1 << 10
|
|||
TORQUE_SCL = float(MAX_TORQUE/ 1.0)
|
|||
SPEED_SCL = 0.114
|
|||
VOLTAGE_SCL = 0.1
|
|||
SCL = float(MAX_POS-MIN_POS)/(MAX_ANG-MIN_ANG)
|
|||
OFS = MAX_POS-MIN_POS/ 2+ MIN_POS
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
Concrete constructor. ATTRIBUTES: node_id -- int -- address for a unique module typecode -- version name of module pna -- ProtocolNodeAdaptor -- specialized for this node_id
|
Get extended position Returns position as floating point in units of rotation. This can count an indefinite number of rotations, and may be used in Motor mode to get position |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jan 4 16:46:17 2018 | http://epydoc.sourceforge.net |