Skip to content

charloteberlein/racing-line-optimiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

racing-line-optimiser

A small app to find the optimal racing line over a track drawn by the user.

Features

  • Creates a smooth racing track from the mouse input (when clicked).
  • Cost function considers arc length, curvature, and has an additional angle penalty for sharp corners.
  • Has two cost functions: fast (used during DP) and advanced (used after path has been found).
  • Outputs percentages (for improvement of cost on the centre line) between runs.

! Uses spline fitting from SciPy (splprep/splev), which is about to be deprecated.

License

No license granted. All rights reserved.

About

A small app to find the optimal racing line over a track drawn by the user.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages