diff --git a/docs/assets/stylesheets/extra.css b/docs/assets/stylesheets/extra.css index 3ad9645..34b33ff 100644 --- a/docs/assets/stylesheets/extra.css +++ b/docs/assets/stylesheets/extra.css @@ -1,7 +1,25 @@ +/* COLORS */ +/* Style */ +:root { + --md-primary-fg-color: #008DD2; + --md-accent-fg-color: #008DD2; + --md-primary-fg-color--dark: #434242; +} +/* Heading */ +.md-typeset h1, +.md-typeset h2, +.md-typeset h3 { + color: #008DD2; +} +/* Links */ +.md-content { + --md-typeset-a-color: #008DD2; +} + +/* TABLES */ .md-typeset__table { min-width: 100%; - } - - .md-typeset table:not([class]) { - display: table; - } \ No newline at end of file +} +.md-typeset table:not([class]) { + display: table; +} \ No newline at end of file diff --git a/docs/competitions.md b/docs/competitions.md deleted file mode 100644 index c099c30..0000000 --- a/docs/competitions.md +++ /dev/null @@ -1,144 +0,0 @@ -# Competitions - -## F1TENTH @ IROS 2024 - -=== "About" - -
- F1TENTH Autonomous Racing is a semi-regular competition organized by an international community of researchers, engineers, and autonomous systems enthusiasts. The teams participating in **21st F1TENTH Autonomous Grand Prix** at IROS 2024 will write software for a 1:10 scaled autonomous race car to fulfill the objectives for the competition: ***drive fast but don’t crash!*** -
- - ### Physical Racing League - -- The main focus of the **Physical Racing League** is an in-person competition with physical cars. Each team will bring their own F1TENTH car and write the software for their car. For the competition, teams first take part in a qualification session, where they compete in a time trial to demonstrate the ability to complete multiple laps without colliding with the track bounds at run time. The qualification session determines seeding for the knockout phase, where teams compete head-to-head on the same race track. Since vehicles and hardware are standardized, teams must develop robust perception, planning, and control algorithms that can deal with the uncertainties of a new track and new competitors. -
- -- The main focus of the **Sim Racing League** is a virtual competition with simulated cars. Each team will be provided with the F1TENTH digital twin simulator and have to write the software for their car. For the competition, teams first take part in a qualification session, where they demonstrate the ability to complete multiple laps without colliding with the track bounds at run time. This is followed by a time attack race, where teams compete against the clock to secure a position on the leaderboard. Since vehicles and simulator are standardized, teams must develop robust perception, planning, and control algorithms that can deal with the uncertainties of a new track. -
- -- F1TENTH Autonomous Racing is a semi-regular competition organized by an international community of researchers, engineers, and autonomous systems enthusiasts. The teams participating in **22nd F1TENTH Autonomous Grand Prix** at CDC 2024 will write software for a 1:10 scaled autonomous race car to fulfill the objectives for the competition: ***drive fast but don’t crash!*** -
- - ### Physical Racing League - -- The main focus of the **Physical Racing League** is an in-person competition with physical cars. Each team will bring their own F1TENTH car and write the software for their car. For the competition, teams first take part in a qualification session, where they compete in a time trial to demonstrate the ability to complete multiple laps without colliding with the track bounds at run time. The qualification session determines seeding for the knockout phase, where teams compete head-to-head on the same race track. Since vehicles and hardware are standardized, teams must develop robust perception, planning, and control algorithms that can deal with the uncertainties of a new track and new competitors. -
- -- The main focus of the **Sim Racing League** is a virtual competition with simulated cars. Each team will be provided with the F1TENTH digital twin simulator and have to write the software for their car. For the competition, teams first take part in a qualification session, where they demonstrate the ability to complete multiple laps without colliding with the track bounds at run time. This is followed by a time attack race, where teams compete against the clock to secure a position on the leaderboard. Since vehicles and simulator are standardized, teams must develop robust perception, planning, and control algorithms that can deal with the uncertainties of a new track. -
- -+ **F1TENTH Autonomous Racing** is a semi-regular competition organized by an international community of researchers, engineers, and autonomous systems enthusiasts. The teams participating in **21st F1TENTH Autonomous Grand Prix** at CDC 2024 will write software for a 1:10 scaled autonomous race car to fulfill the objectives for the competition: ***drive fast but don’t crash!*** +
+ ++ This year, we are organizing the first ever **F1TENTH Sim Racing League** leveraging the [AutoDRIVE Ecosystem](https://autodrive-ecosystem.github.io). The main focus of the Sim Racing League is a virtual competition with simulated cars and environments. Each team will be provided with the F1TENTH digital twin simulator and have to write the software for their car. For the competition, teams first take part in a qualification session, where they demonstrate the ability to complete multiple laps without colliding with the track bounds at run time. This is followed by a time attack race, where teams compete against the clock to secure a position on the leaderboard. Since vehicles and simulator are standardized, teams must develop robust perception, planning, and control algorithms that can deal with the uncertainties of a new track. +
+ ++ **F1TENTH Autonomous Racing** is a semi-regular competition organized by an international community of researchers, engineers, and autonomous systems enthusiasts. The teams participating in **21st F1TENTH Autonomous Grand Prix** at IROS 2024 will write software for a 1:10 scaled autonomous race car to fulfill the objectives for the competition: ***drive fast but don’t crash!*** +
+ ++ This year, we are organizing the first ever **F1TENTH Sim Racing League** leveraging the [AutoDRIVE Ecosystem](https://autodrive-ecosystem.github.io). The main focus of the Sim Racing League is a virtual competition with simulated cars and environments. Each team will be provided with the F1TENTH digital twin simulator and have to write the software for their car. For the competition, teams first take part in a qualification session, where they demonstrate the ability to complete multiple laps without colliding with the track bounds at run time. This is followed by a time attack race, where teams compete against the clock to secure a position on the leaderboard. Since vehicles and simulator are standardized, teams must develop robust perception, planning, and control algorithms that can deal with the uncertainties of a new track. +
+ +diff --git a/mkdocs.yml b/mkdocs.yml index 80a97a3..fe8a10d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,7 +11,7 @@ repo_name: Tinker-Twins/AutoDRIVE repo_url: https://github.com/Tinker-Twins/AutoDRIVE # Copyright -copyright: Copyright © 2024 Tinker Twins +copyright: Copyright © 2024 Tinker Twins # Configuration theme: @@ -48,13 +48,13 @@ theme: language: en palette: - scheme: default - primary: white + primary: stylesheets/extra.css accent: light blue toggle: icon: material/brightness-7 name: Switch to dark mode - scheme: slate - primary: grey + primary: stylesheets/extra.css accent: light blue toggle: icon: material/brightness-4 @@ -63,7 +63,7 @@ theme: text: Roboto code: Roboto Mono favicon: assets/favicon.png - logo: assets/images/AutoDRIVE-Extended-Logo-Light.png + logo: assets/favicon.png # Customization extra_css: @@ -86,6 +86,7 @@ plugins: # Additional configuration extra: + generator: false status: new: Recently added deprecated: Deprecated @@ -156,4 +157,11 @@ markdown_extensions: case: lower - pymdownx.tasklist: custom_checkbox: true - - pymdownx.tilde \ No newline at end of file + - pymdownx.tilde + +# Page tree +nav: + - HOME: index.md + - COMPETITIONS: + - F1TENTH @ IROS 2024: competitions/f1tenth-sim-racing-iros-2024.md + - F1TENTH @ CDC 2024: competitions/f1tenth-sim-racing-cdc-2024.md \ No newline at end of file