Skip to content

joaoluisro/Ackermann-Steering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Ackermann Steering

A very simple ackermann steering model in pygame.

Install

pip3 install -r requirements

Usage

python3 src/main.py

Use ⬆️ and ⬇️ keyboard keys to accelerate and break, while ⬅️ and ➡️ are used to steer the vehicle.

The ackermann steering model doesn't follow "conventional" arcade game movement, it works by gradually changing the steering front wheels angle in a two axle vehicle, as to better represent a 4-wheeled vehicle.

You can read more about it here.

About

A simple ackermann steering model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published