Skip to content

A basic implementation of a controller for Ackermann steering geometry.

Notifications You must be signed in to change notification settings

selyard/ackermann-controller

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A basic implementation of a controller for Ackermann steering geometry.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 60.1%
  • CMake 39.9%