Skip to content

Commit

Permalink
Merge pull request #22 from rcsoccersim/develop
Browse files Browse the repository at this point in the history
Enable competition tab (#20)
  • Loading branch information
hidehisaakiyama authored Dec 6, 2024
2 parents bf7be4c + 1228f80 commit c3c2c31
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 68 deletions.
11 changes: 11 additions & 0 deletions docs/competitions/RoboCup/RoboCup 2019/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# RoboCup 2019

The RoboCup 2019 was hold online, from July 2nd to July 8th, 2019. A total of 15 teams competed in the soccer simulation 2D league. For further details about the competition, please refer to the following resources:

- [Official Website](https://www.2019.robocup.org/)
- [Information Board](./Information%20Board.md)
- [Final Rankings](./Final%20Ranking.md)
- [Committee Members](./Committe%20Members.md)
- [Team Description Papers](https://archive.robocup.info/Soccer/Simulation/2D/TDPs/RoboCup/2019/)
- [Logs](https://archive.robocup.info/Soccer/Simulation/2D/logs/RoboCup/2019/)
- [Binaries](https://archive.robocup.info/Soccer/Simulation/2D/binaries/RoboCup/2019/)
11 changes: 11 additions & 0 deletions docs/competitions/RoboCup/RoboCup 2021/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# RoboCup 2021

The RoboCup 2021 was hold online, from June 22nd to June 28th, 2021. A total of 16 teams competed in the soccer simulation 2D league. For further details about the competition, please refer to the following resources:

- [Official Website](https://www.2021.robocup.org/)
- [Information Board](./Information%20Board.md)
- [Final Rankings](./Final%20Ranking.md)
- [Committee Members](./Committe%20Members.md)
- [Team Description Papers](./../../../papers/robocup2021/)
- [Logs](https://archive.robocup.info/Soccer/Simulation/2D/logs/RoboCup/2021/)
- [Binaries](https://archive.robocup.info/Soccer/Simulation/2D/binaries/RoboCup/2021/)
11 changes: 11 additions & 0 deletions docs/competitions/RoboCup/RoboCup 2022/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# RoboCup 2022

The RoboCup 2022 event took place in Bangkok, Thailand, from July 13th to July 17th, 2022. A total of 12 teams competed in the soccer simulation 2D league. For further details about the competition, please refer to the following resources:

- [Official Website](https://www.2022.robocup.org/)
- [Information Board](./Information%20Board.md)
- [Final Rankings](./Final%20Ranking.md)
- [Committee Members](./Committe%20Members.md)
- [Team Description Papers](./../../../papers/robocup2022/)
- [Logs](https://archive.robocup.info/Soccer/Simulation/2D/logs/RoboCup/2022/)
- [Binaries](https://archive.robocup.info/Soccer/Simulation/2D/binaries/RoboCup/2022/)
11 changes: 11 additions & 0 deletions docs/competitions/RoboCup/RoboCup 2023/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# RoboCup 2023

The RoboCup 2023 event took place in Bordeaux, France, from July 6th to July 9th, 2023. A total of 14 teams competed in the soccer simulation 2D league. For further details about the competition, please refer to the following resources:

- [Official Website](https://www.2023.robocup.org/)
- [Information Board](./Information%20Board.md)
- [Final Rankings](./Final%20Ranking.md)
- [Committee Members](./Committe%20Members.md)
- [Team Description Papers](./../../../papers/robocup2023/)
- [Logs](https://archive.robocup.info/Soccer/Simulation/2D/logs/RoboCup/2023/)
- [Binaries](https://archive.robocup.info/Soccer/Simulation/2D/binaries/RoboCup/2023/)
11 changes: 11 additions & 0 deletions docs/competitions/RoboCup/RoboCup 2024/Index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# RoboCup 2024

The RoboCup 2024 event took place in Eindhoven, Netherlands, from July 17th to July 21st, 2024. A total of 10 teams competed in the soccer simulation 2D league. For further details about the competition, please refer to the following resources:

- [Official Website](https://www.2024.robocup.org/)
- [Information Board](./Information%20Board.md)
- [Final Rankings](./Final%20Ranking.md)
- [Committee Members](./Committe%20Members.md)
- [Team Description Papers](./../../../papers/robocup2024/)
- [Logs](https://www.rcss.dev/rc24/rc24-logsbins)
- [Binaries](https://www.rcss.dev/rc24/rc24-logsbins)
12 changes: 6 additions & 6 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ const config: Config = {
src: 'img/logo.png',
},
items: [
// {
// type: 'docSidebar',
// sidebarId: 'competitions',
// position: 'left',
// label: 'Competitions',
// },
{
type: 'docSidebar',
sidebarId: 'competitions',
position: 'left',
label: 'Competitions',
},
// {
// type: 'docSidebar',
// sidebarId: 'openSourceProjects',
Expand Down
62 changes: 0 additions & 62 deletions src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,72 +27,10 @@ function MainPageText() {
In the 2D Simulation League, two teams of eleven autonomous software programs (called agents) each play soccer in a two-dimensional virtual soccer stadium represented by a central server, called SoccerServer. This server knows everything about the game, i.e. the current position of all players and the ball, the physics and so on. The game further relies on the communication between the server and each agent. On the one hand each player receives relative and noisy input of his virtual sensors (visual, acustic and physical) and may on the other hand perform some basic commands (like dashing, turning or kicking) in order to influence its environment.
The big challenge in the Simulation League is to conclude from all possible world states (derived from the sensor input by calculating a sight on the world as absolute and noise-free as possible) to the best possible action to execute. As a game is divided into 6000 cycles this task has to be accomplished in time slot of 100 ms (the length of each cycle). Further information and the SoccerServer software can be accessed via <a href='https://github.com/rcsoccersim/'>https://github.com/rcsoccersim/</a>.
</p>
<h2>Events</h2>
<h3>Upcoming Events</h3>
<ul>
<li><a href='https://2025.robocup.org/'>RoboCup2025</a></li>
</ul>
<h3>Past Events</h3>
<ul>
<li>
<a href='https://2024.robocup.org/'>RoboCup 2024</a>
<ul>
<li><a href='https://docs.google.com/document/d/1LZI8iDtDIxBufzyQpeKdrYMLOe_qbWMZ3VlWmxIGV-Y/edit?usp=sharing'>Information Board</a></li>
<li><a href='./docs/papers/robocup2024/'>Team Description Papers</a></li>
</ul>
</li>
<li>
<a href='https://2023.robocup.org/'>RoboCup 2023</a>
<ul>
<li><a href='https://docs.google.com/document/d/1cTkWiUoDbj9lIQBSaObfzY2TfyoFIf4I0ViokpEC0NU/edit?usp=sharing'>Information Board</a></li>
<li><a href='./docs/papers/robocup2023/'>Team Description Papers</a></li>
</ul>
</li>
<li>
<a href='https://2022.robocup.org/'>RoboCup 2022</a>
<ul>
<li><a href='https://docs.google.com/document/d/1mP4SHTXTgdkruqdR7llE3jNgcOpjlB1-N-zHoGmsx0I/edit?usp=sharing'>Information Board</a></li>
<li><a href='./docs/papers/robocup2022/'>Team Description Papers</a></li>
<li><a href='https://drive.google.com/drive/folders/109Vjif6GmYswQw3B9edYK-HELCigzKk8?usp=sharing'>Logs</a></li>
<li><a href='https://drive.google.com/drive/folders/1DhqovuqXBKZ1YNFvkmXn4hfiIopj4DOe?usp=sharing'>Binaries</a></li>
</ul>
</li>
<li>
<a href='http://iranopenrobocup.ir/'>IranOpen 2022</a>
<ul>
<li><a href='https://docs.google.com/document/d/1maHc0JDC3UpwaHXjVX6OfWvQbx4CJlrzEz4uPr2zpjA/edit?usp=sharing'>Major InformationBoard</a></li>
<li><a href='https://docs.google.com/document/d/1nHRUk_lDFsd7pD4iyuubOKA_BuF31TPzqf6JR_G933o/edit?usp=sharing'>StarterInformation Board</a></li>
</ul>
</li>
<li>
<a href='https://2021.robocupap.org/eng/index.html'>RoboCup Asia Pacific 2021</a>
<ul>
<li><a href='https://docs.google.com/document/d/1eJGe3B4d-nGcAER82PhEUQ0Jpg3JWbnE3nM0fwnDSL0/edit?usp=sharing'>Information board</a></li>
</ul>
</li>
<li>
<a href='https://2021.robocup.org/'>RoboCup2021 online</a>
<ul>
<li><a href='https://docs.google.com/document/d/18FbbsghP-4K5P_G2hUpANdibdUzqepqLAmdL2jZ_FMM/edit?usp=sharing'>Information board</a></li>
<li><a href='./docs/papers/robocup2021/'>Team Description Papers</a></li>
</ul>
</li>
<li>
<a href='https://ssim.robocup.org/soccer-simulation-2d/2d-competition/2020-2/call-for-participation/'>RoboCup2020</a>~~ postponed
</li>
<li>
<a href='http://www.cbrobotica.org/'>The Virtual RoboCup Brazil Open 2020 Competition</a>
</li>
<li>
<a href='https://docs.google.com/document/d/1lzh7coqRM1kHWJxnlr-tGMDMC5WFsxUDHPQoZS7m630/edit?usp=sharing'>JapanOpen2020 online</a>
</li>
<li>
<a href='https://2019.robocup.org/'>RoboCup2019</a>
<ul>
<li><a href='https://docs.google.com/document/d/1BNe1-sV_5-AZvmM9SAc4TQwgX4_jbwIenl0QnEGUOyY/edit?usp=sharing'>Information board</a></li>
</ul>
</li>
</ul>
</div>
);
}
Expand Down

0 comments on commit c3c2c31

Please sign in to comment.