-
Notifications
You must be signed in to change notification settings - Fork 0
Advanced interface
WIP
The Advanced Interface consists of the following:

AlSet software supports e-mail and password as proper means for logging in.
This mode allows for faster debugging and should not be used for any other purpose but development.

This is where the user selects the desired turning sensitivity of the joystick.
Takes the user to the Drive Screen.

In park mode, the user is permitted to leave the driving screen.
In drive mode, the user is prohibited to leave the driving screen.
- Launch your AVD
- Go to Extended controls
- Select Microphone
- Toggle the option "Virtual microphone uses host audio input"
- Recompile the application without closing the virtual device.
- You should now hear a sound when you press the microphone-button from the drive-screen.
Any problems can usually be solved by doing the following steps:
- Go to AVD Manager and select "Wipe Data" on your AVD.
- Follow "Running on an Android Virtual Device" steps.
The joystick controls the AlSet vehicle's power and steering directions. Up represents forward, and down backwards.
The radial bounds of the joystick is controlled by the variable joystickRadiusMax present in DrivingActivity.java:
private final float joystickRadiusMax = 180;