RC autonomus car.
Components:
app
.libs/*
.
#Before clone follow prebuild instructions in folder Info Prebuild Instructions
1. Downloading the repository:
Start by cloning the repository with
git clone --recursive https://github.com/Alexei1R/ATOM_Brain
If the repository was cloned non-recursively previously, use
git submodule update --init
to clone the necessary submodules.
The preferred way to work on the project is in clion or
Create the build
directory, configure the build system and run make:
mkdir build & cd build & cmake .. & make -j$(nproc)
To run the project cd build
and run execurable