bam.dynamixel.actuator#
Attributes#
Classes#
Represents a Dynamixel MX-64 or MX-106 actuator |
|
Represents a Dynamixel XL-320 actuator |
|
Represents a Dynamixel XL330 actuator. |
|
Represents a Dynamixel XL330 actuator controlled in current position mode. |
Module Contents#
- class bam.dynamixel.actuator.MXActuator(testbench_class: bam.testbench.Testbench)#
Bases:
bam.actuator.VoltageControlledActuatorRepresents a Dynamixel MX-64 or MX-106 actuator
- initialize()#
Create
ktandRparameters on the attached model.
- get_extra_inertia() float#
Return the actuator’s apparent inertia added to the load [kg·m²].
- class bam.dynamixel.actuator.XL320Actuator(testbench_class: bam.testbench.Testbench)#
Bases:
bam.actuator.VoltageControlledActuatorRepresents a Dynamixel XL-320 actuator
- initialize()#
Create
ktandRparameters on the attached model.
- get_extra_inertia() float#
Return the actuator’s apparent inertia added to the load [kg·m²].
- bam.dynamixel.actuator.XL330_ENCODER_COUNTS_PER_REV = 4096#
- bam.dynamixel.actuator.XL330_KP_DIVISOR = 256#
- bam.dynamixel.actuator.XL330_PWM_LIMIT = 885#
- class bam.dynamixel.actuator.XL330Actuator(testbench_class: bam.testbench.Testbench)#
Bases:
bam.actuator.VoltageControlledActuatorRepresents a Dynamixel XL330 actuator.
- initialize()#
Create
ktandRparameters on the attached model.
- get_extra_inertia() float#
Return the actuator’s apparent inertia added to the load [kg·m²].
- class bam.dynamixel.actuator.XL330CurrentActuator(testbench_class: bam.testbench.Testbench)#
Bases:
bam.actuator.CurrentControlledActuatorRepresents a Dynamixel XL330 actuator controlled in current position mode.
- initialize()#
Create
ktandRparameters on the attached model.
- get_extra_inertia() float#
Return the actuator’s apparent inertia added to the load [kg·m²].