space_ex v0.4.0 SpaceEx.SpaceCenter.MotorState

The state of the motor on a powered wheel.

See SpaceEx.SpaceCenter.Wheel.motor_state/2.

Link to this section Summary

Functions

The motor is disabled

The motor is idle

The motor is inoperable

The motor does not have enough resources to run

The motor is running

Link to this section Functions

The motor is disabled.

Returns :disabled.

The motor is idle.

Returns :idle.

The motor is inoperable.

Returns :inoperable.

Link to this function not_enough_resources()

The motor does not have enough resources to run.

Returns :not_enough_resources.

The motor is running.

Returns :running.