Flying-And-Robotics-Club / farlib

Optimized C++ Library for Robotics Develpment
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Flying and Robotics Library (FARlib)

Building Instructions

Make sure you have CMake installed in your system:

sudo apt install cmake g++ gcc

Build your code

mkdir build
cmake ..
make -j1

To run any executables:

cd build
./<executable>