MotionController

class ingeniamotion.MotionController

Motion Controller.

is_alive(servo='default')

Check if the servo is alive.

Parameters

servo (str) – servo alias to reference it. default by default.

Return type

bool

Returns

True if the servo is alive, False otherwise.

property servos

Dict of ingenialink.Servo connected indexed by alias

Return type

Dict[str, Servo]

property net

Dict of ingenialink.Network connected indexed by alias

Return type

Dict[str, Network]

property configuration

Instance of Configuration class

Return type

Configuration

property motion

Instance of Motion class

Return type

Motion

property capture

Instance of Capture class

Return type

Capture

property communication

Instance of Communication class

Return type

Communication

property tests

Instance of DriveTests class

Return type

DriveTests

property errors

Instance of Errors class

Return type

Errors

property info

Instance of Information class

Return type

Information