If you have a trained model, follow the following steps.
- Power up the Raspberry Pi.
- Connect the Pi to a monitor via an HDMI to micro HDMI cable.
- Connect to the WiFi network (phone hotspot would work fine). Pi sometimes has issues connecting to iPhone hotspot.
- Connect your PC to the same WiFi network.
- On your PC, open a terminal and run:
ssh pistar@172.20.10.2
; the password isonethrough8
. cd mycar
and runpython manage.py drive --model models/zach.h5
.- On a web browser navigate to
172.20.10.2:8887
. - From the dropdown menu select
Auto(S)steer
.
- Power up the Raspberry Pi.
- Connect the Pi to a monitor via an HDMI to micro HDMI cable.
- Open a terminal,
cd mycar
, and runpython manage.py drive --model models/zach.h5
- On a web browser navigate to
127.0.0.1:8887
. - From the dropdown menu select
Auto(S)steer
.
If you need to train the car using imitation learning, follow the instructions here to collect the data and the instructions here to run the training script.