/ATOM_Brain

Autonomus RC car

Primary LanguageC++GNU General Public License v3.0GPL-3.0

ATOM

RC autonomus car.

Components:

  • app.
  • libs/*.

Getting Started

#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.

Usage

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