motors

class jiminy_py.core.AbstractMotor

Bases: instance

Raises an exception This class cannot be instantiated from Python

property armature

fget( (AbstractMotor)self) -> float

property command_limit

fget( (AbstractMotor)self) -> float

get_options((AbstractMotor)arg1) dict
property index

fget( (AbstractMotor)self) -> int

property is_initialized

fget( (AbstractMotor)self) -> bool

property joint_index

fget( (AbstractMotor)self) -> int

property joint_name

fget( (AbstractMotor)self) -> str

property joint_position_index

fget( (AbstractMotor)self) -> int

property joint_type

fget( (AbstractMotor)self) -> JointModelType

property joint_velocity_index

fget( (AbstractMotor)self) -> int

property name

fget( (AbstractMotor)self) -> str

set_options((AbstractMotor)arg1, (dict)arg2) None
class jiminy_py.core.SimpleMotor((object)self, (str)motor_name)

Bases: AbstractMotor

initialize((SimpleMotor)arg1, (str)arg2) None