Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 293 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 293 Bytes

unicyle-kinematics

This is a C++ project to implement a Go-To-Goal behavior on a Raspberry Pi 3 robot using only wheel encoders.

Features

  • PID Control using C++
  • Bazel build system
  • Strong adherence to SOLID principles
  • Unit Tests using the googletest and Google Mock frameworks