SensorlessDrive class

Inheritance

Constructors

SensorlessDrive({required AutonomyInterface collection, bool useGps = true, bool useImu = true})

Properties

collection AutonomyInterface
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
realDrive DriveInterface
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
simulatedDrive DriveInterface
final

Methods

dispose() Future<void>
Closes the connection to the device.
override
faceNorth() Future<void>
override
followPath(List<AutonomyAStarState> path) Future<void>
inherited
goDirection(DriveDirection direction) Future<void>
inherited
goForward() Future<void>
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
stop() Future<void>
override
toString() String
A string representation of this object.
inherited
turnLeft() Future<void>
override
turnRight() Future<void>
override

Operators

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