menu
autonomy
simulator
DriveSimulator
faceNorth method
faceNorth
brightness_4
brightness_5
description
faceNorth
method
@
override
Future
<
void
>
faceNorth
(
)
override
Implementation
@override Future<void> faceNorth() async { collection.imu.update(OrientationUtils.north); }
autonomy
simulator
DriveSimulator
faceNorth method
DriveSimulator class