menu
autonomy
rover
RoverDrive
init method
init
brightness_4
brightness_5
description
init
method
@
override
Future
<
bool
>
init
(
)
override
Initializes the rover's drive subsystems.
Implementation
@override Future<bool> init() async => true;
autonomy
rover
RoverDrive
init method
RoverDrive class