- Clone this repository to your local machine.
- Run
pip install -r requirements.txt
to install the required dependencies. - Boot the robot system and learn its ip address (see robot control).
- Run the script by executing
python main.py ip [args]
- Calibrate the gaze tracker by clicking the "Calibrate" button while looking at the center.
- Control the robot by looking up (forward), right (turn right), left (turn left), down (backward), center (no move).
To run the code without a connection to the robot use --dry-run
(see --help
for more).
This repository is licensed under the MIT license. Please see the LICENSE file for more information.