Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 773 Bytes

File metadata and controls

23 lines (19 loc) · 773 Bytes

Ackermann Controller

Build Status Coverage Status

Overview

A basic implementation of an Ackermann Steering Geometry controller.

  • cmake
  • googletest

Standard install via command-line

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