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.
- Propeller Activity Board WX. This octa-core microprocessor will be the heart of the car. It will control the DC-motor, lights etc.
Different vehicle configurations and setups can be created using the repository. As they are created and tested they will be found in the wiki.
A guide for setting up and getting started using this repository can be found here.