This repository describes the code, installation and shares some link to get that MVR up and running ! In this project, we use opemv minimum viable racer configuration to successfully complete laps. Below is an expected outcome achieved using the provided code:
https://diyrobocars.com/2017/10/01/a-minimum-viable-racer-for-openmv/
- Download & install openmvide https://openmv.io/pages/download
- Connect rover to the ide
- Prechecks -Make sure the wheels work as expected by running motor-shield-powuer-driver_1.py -Make sure the camera works properly by running hello world helloworld_1.py
- Make sure to have some white tape and black paper.
- Before running the motor,make sure the camera is working properly by running
vehicle_setup/helloworld_1.py
You should expect to see a clear image similar to eye view. If the image is blurry, need to adjust focal distance by tweaking the camera gently. - Make sure wheels spin properly by running
motor-shield-power-driver_1.py
Wheels should spin iteratively in both directions for 10 s. If not, then need to check: PINs, cable connections, battery, motor
git clone https://github.com/RoboCarEsslingen/Minimun_Viable_Racer
- In openmvide open
mains/lane_follow.py
- Connect the car to the ide and click Tools > Save open script to Openmv cam