menu
autonomy
simulator
ImuSimulator
update method
update
brightness_4
brightness_5
description
update
method
@
override
void
update
(
Orientation
newValue
)
override
Implementation
@override void update(Orientation newValue) => _orientation = newValue.clampHeading();
autonomy
simulator
ImuSimulator
update method
ImuSimulator class