From cdc8893f26bfaf05c934d45ba7610693efd2777c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=B6ttger?= <sebastian.boettger@stud.hs-bochum.de> Date: Thu, 29 Jun 2023 18:18:57 +0200 Subject: [PATCH] Fixing mistake in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 329a07f..c876a7b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The following adjustments might be necessary, before the algorithm is executable * insert the sections of the race track in localization.py (get_set_of_section_*()) * structure of a section: [name, section_type, previous_sections_type] * if the track plotter is used, insert also a set of track parts in the file grafic (get_set_of_trackparts_*()). - * structure of a section: [URL, name, start position(x,y), start orientation)] + * structure of a section: [URL, name, start position(x,y), start orientation] * Images of the race tracks are not included in this git. If interested, please contact the authors. ### Run -- GitLab