Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
papalotis committed Dec 7, 2023
1 parent 2eb8715 commit f9eaede
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

A small script that converts a hand drawn track layout to a track layout that can be used in in Formula Student Driverless Simulators

It will turn this image ![before](media/before.png) into this ![after](media/after.png)
<!-- It will turn this image ![before](media/before.png) into this ![after](media/after.png) -->
<!-- Table with before and after images side by side -->
| Input | Plot of output |
| --- | --- |
| ![before](media/before.png) | ![after](media/after.png) |

Clear hand-drawn tracks should also work. They do not have to be filled in.

There is now also a canvas option in the script.

The extracted track can be downloaded as a JSON file with x,y and color values are available for each cone, as well as an LYT file that can be used in Live for Speed.

0 comments on commit f9eaede

Please sign in to comment.