space_ex v0.4.0 SpaceEx.SpaceCenter.MotorState
The state of the motor on a powered wheel.
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
Link to this function
disabled()
The motor is disabled.
Returns :disabled
.
Link to this function
idle()
The motor is idle.
Returns :idle
.
Link to this function
inoperable()
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
.
Link to this function
running()
The motor is running.
Returns :running
.