Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 903 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 903 Bytes

RC-car

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

Devices

The project consists of multiple devices, working together. This section will describe the devices and the connection. The devices are

Commands

  • 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