pilot.PilotState¶
Class¶
PilotState contains information about the current state of the robot.
Fields¶
-
long
time
¶ POSIX timestamp in [usec]
-
Hash64
robot_id
¶ Unique robot id.
-
string
pilot_version
¶ Version number of the platform software.
-
pilot_mode_e
pilot_mode
¶ Current pilot mode, see pilot.pilot_mode_e.
-
motion_mode_e
motion_mode
¶ Current motion mode, see pilot.motion_mode_e.
-
LocalPlannerState *
planner
¶ Current local planner state, see pilot.LocalPlannerState.
-
LocalizationStatus *
localization
¶ Current localization status, see pilot.LocalizationStatus.
-
ExecutionState *
execution
¶ Current task execution status, see pilot.ExecutionState.
-
ActiveIncidents *
incidents
¶ Currently active incidents, see pilot.ActiveIncidents.
-
bool
is_recording
¶ If data recording is currently active, see topic
vnx.recorder_status
.