This is a simplified version of BO19E-15_SensorVehicle
- Clone this repository:**
git clone https://github.com/BjAlvestad/BO19E-15_SensorVehicle-Simplified.git
- Install HVL SensorVehicle Simulator from Microsoft Store
- Open SensorVehicle-main.sln and navigate to one of the StudentXX.cs-files
The above example shows how one can make the car drive towards the largest distance reported by the LiDAR.
To write your own control logic, navigate to the files in the picture below.
The different StudentXX.cs-files contains instruction where to write the control logic.
An overview of the different control logics from the shown .cs-files will appear in the student logic page.
Distributed under the MIT License. See LICENSE
for more information.
- This README is based on othneildrew's Best-README-Template