space_ex v0.1.0 SpaceEx.SpaceCenter.WheelState
The state of a wheel.
Link to this section Summary
Functions
Wheel is broken
Wheel is fully deployed
Wheel is being deployed
Wheel is fully retracted
Wheel is being retracted
Link to this section Functions
Link to this function
broken()
Wheel is broken.
Returns :broken
.
Link to this function
deployed()
Wheel is fully deployed.
Returns :deployed
.
Link to this function
deploying()
Wheel is being deployed.
Returns :deploying
.
Link to this function
retracted()
Wheel is fully retracted.
Returns :retracted
.
Link to this function
retracting()
Wheel is being retracted.
Returns :retracting
.