Repository for code used in creating a remote-controlled car. The car is controlled through a python interface, on a laptop on the same network as the car
The project consists of multiple devices, working together. This section will describe the devices and the connection. The devices are
- Raspberry Pi Zero with camera. This will host the interface to the car, and supply a video feed from its front.
-
scp -r -P80 RaspberryPi/ [email protected]:/home/pi/Desktop/
-
windows: scp -r -P80 .\RaspberryPi [email protected]:/home/pi/Desktop/
-
Controller jerryyu$ python3 application.py -vehicleAddress=192.168.0.64 -streamPort 8080
-
python3 application.py -vehicleAddress=192.168.0.38 -config MiniCar