OpenBot icon indicating copy to clipboard operation
OpenBot copied to clipboard

Unify the driveMode storage and fetching - from ControlsFragment.vehicle.driveMode, instead of ControlsFragment.currentDriveMode.

Open yijunwu opened this issue 8 months ago • 0 comments

Unify the driveMode storage and fetching - from ControlsFragment.vehicle.driveMode, instead of ControlsFragment.currentDriveMode.

There are two places containing drive mode: ControlsFragment.currentDriveMode, and ControlsFragment.vehicle.driveMode. They should be unified. ControlsFragment.vehicle.driveMode is used more widely(as shown below) and is supposed to be the final one.

image

yijunwu avatar Jun 05 '25 07:06 yijunwu