From acb0b211882bc21e55b08288d9a4fd695b24d850 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Sun, 1 Dec 2024 06:21:12 +0000 Subject: [PATCH] Update py2d documentation from README --- docs/6-basecode/py2d/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/6-basecode/py2d/index.md b/docs/6-basecode/py2d/index.md index 7ab0266..fca30ae 100644 --- a/docs/6-basecode/py2d/index.md +++ b/docs/6-basecode/py2d/index.md @@ -7,13 +7,13 @@ custom_edit_url: 'https://github.com/CLSFramework/py2d/blob/main/README.md' [![Documentation Status](https://readthedocs.org/projects/clsframework/badge/?version=latest)](https://clsframework.github.io/docs/introduction/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -![alt text](image.png) - PY2D Soccer Simulation Base Code is a base code for RoboCup 2D Soccer Simulation teams, which is written in Python. This base code is powered by the [Cross Language Soccer Framework](https://arxiv.org/pdf/2406.05621), which allows you to create a team by using any programming language that supports gRPC or Thrift. This base code uses `Helios Base` as a proxy to communicate with the RoboCup 2D Soccer Simulation server. PY2D base is the most power full base code for RoboCup 2D Soccer Simulation which developed in Python. +![image](https://github.com/user-attachments/assets/60030b95-9e87-45f7-8986-49cdf4e6d2c5) + For more information, please refer to the [documentation](https://clsframework.github.io/). You can find more information about the services and messages in the [IDL section](https://clsframework.github.io/docs/idl/protobuf).