Skip to content

Flying-And-Robotics-Club/farlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Optimized C++ Library for Robotics Develpment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published