Skip to content

PranavDhulipala/cpp-boilerplate-1

 
 

Repository files navigation

C++ Boilerplate

Build Status Coverage Status

Overview


Simple Implementation of PID Controller.
Reference: https://en.wikipedia.org/wiki/PID_controller

Standard install via command-line

git clone --recursive https://github.com/VBot2410/cpp-boilerplate
cd <path to repository>
mkdir build
cd build
cmake ..
make
Run tests: ./test/cpp-test
Run program: ./app/shell-app

To Do

Implement the Compute Function
Test The Implementation using the Unit Tests.
Debug the Code until all the tests pass.

About

ENPM808X Week 4 Test-Driven Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 47.4%
  • Python 26.7%
  • C++ 25.9%