AutonomyInterface class abstract

Inheritance
Mixed in types
Implementers

Constructors

AutonomyInterface()

Properties

detector DetectorInterface
no setter
drive DriveInterface
no setter
gps GpsInterface
no setter
hashCode int
The hash code for this object.
no setterinherited
hasValue bool
getter/setter pairinherited-setteroverride-getter
imu ImuInterface
no setter
logger → BurtLogger
no setter
orchestrator OrchestratorInterface
no setter
pathfinder PathfindingInterface
no setter
realsense RealSenseInterface
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server ServerInterface
no setter

Methods

dispose() Future<void>
Closes the connection to the device.
override
init() Future<bool>
Initializes the connection to the device.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
restart() Future<void>
toString() String
A string representation of this object.
inherited
waitForValue() Future<void>
override

Operators

operator ==(Object other) bool
The equality operator.
inherited