Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages