Simple PID Controller C++ project with:
- cmake
- googletest
- Checkout the repo (and submodules)
$ git clone --recursive https://github.com/htsai51/cpp-boilerplate2.git
cd cpp-boilerplate2
mkdir -p build
cd build
cmake ..
make
- In your build/ directory
./test/cpp-test