Skip to content

MobileUnitRef

Unified read-only snapshot of any mobile unit. Returned by: fleet.mobile_units()

MemberReturnsMeaning
.categorystring"vehicle" or "drone": branch on this
.idstringStable component id
.namestringDisplay name at snapshot time
.kindstring"rover", "pioneer", or a drone chassis id
.statusstringUnion of the vehicle and drone status sets
.x / .y / .position()number / PositionCoordinates at snapshot time
.is_dockedbooleanParked at a service point/station
.is_being_rescuedbooleanA rescue/recovery mission owned this unit
.rescue_statusstring"none" / "outbound" / "charging" / "carrying" / "returning"

For engine or battery specifics, use VehicleRef / DroneRef from the dedicated lists.