Alexei1R / ATOM_Brain

Autonomus RC car

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Autonomus RC car

License:GNU General Public License v3.0


Languages

Language:C++ 62.8%Language:C 36.1%Language:CMake 0.9%Language:Python 0.1%Language:Makefile 0.0%Language:Shell 0.0%