Skip to content

Commit

Permalink
Minor tweaks after PR to add ross super speedway cw (code format + ma…
Browse files Browse the repository at this point in the history
…tch track sector divides with original)
  • Loading branch information
dmh23 committed Sep 30, 2024
1 parent b9ade01 commit 61494f9
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/tracks/ross_super_speedway_track.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class RossSuperSpeedwayTrack(Track):
def __init__(self):
super().__init__()

self._ui_name = "Ross Super Speedway"
self._ui_name = "Ross Super Speedway (Original)"
self._ui_description = "The Ross Super Raceway was named in honor of the 2021 AWS DeepRacer 3rd place Champion, Ross Williams. Pro racers will be put to the test in navigating an unforgiving technical section full of variable angle turns, along with 2x lightning fast straightaways."
self._ui_length_in_m = 99.99 # metres NOT SPECIFIED
self._ui_width_in_cm = 107 # centimetres NOT SPECIFIED
Expand Down
Loading

0 comments on commit 61494f9

Please sign in to comment.