Skip to content

Commit 729fcd9

Browse files
committed
fix base on review
1 parent d0b6336 commit 729fcd9

File tree

2 files changed

+6
-10
lines changed
  • docs/2-sampleserver

2 files changed

+6
-10
lines changed

docs/2-sampleserver/0-sample-python-base-code-gRPC/index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ For more information, please refer to the [documentation](https://clsframework.g
1616
Install the pre-requisites using the command below:
1717

1818
``` Bash
19-
sudo apt-get install fuse
20-
#Used to run AppImages
19+
sudo apt-get install fuse #Used to run AppImages
2120
```
2221

2322
Clone this repository & install the required python libraries (such as gRPC). Don't forget to activate your virtual environment!
@@ -28,8 +27,7 @@ cd sample-playmaker-server-python-grpc
2827
# Activate venv/anaconda before this step!
2928
pip install -r requirements.txt
3029

31-
./generate.sh
32-
# Generate the gRPC files
30+
./generate.sh # Generate the gRPC files
3331
```
3432

3533
To download RoboCup Soccer 2D Server using the commands below:
@@ -77,7 +75,7 @@ Launch the opponent team, start the monitor app image. press <kbd>Ctrl</kbd> + <
7775

7876
### Tutorial Video (English)
7977

80-
TDB
78+
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/hH-5rkhiQHg/0.jpg)](https://www.youtube.com/watch?v=hH-5rkhiQHg)
8179

8280
### Tutorial Video (Persian)
8381

docs/2-sampleserver/1-sample-python-base-code-thrift/index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ For more information, please refer to the [documentation](https://clsframework.g
1616
Install the pre-requisites using the command below:
1717

1818
``` Bash
19-
sudo apt-get install fuse
20-
#Used to run AppImages
19+
sudo apt-get install fuse #Used to run AppImages
2120
```
2221

2322
Clone this repository & install the required python libraries (such as thrift). Don't forget to activate your virtual environment!
@@ -28,8 +27,7 @@ cd sample-playmaker-server-python-thrift
2827
# Activate venv/anaconda before this step!
2928
pip install -r requirements.txt
3029

31-
./generate.sh
32-
# Generate the thrift files
30+
./generate.sh # Generate the thrift files
3331
```
3432

3533
To download RoboCup Soccer 2D Server using the commands below:
@@ -76,7 +74,7 @@ Launch the opponent team, start the monitor app image. press <kbd>Ctrl</kbd> + <
7674

7775
### Tutorial Video (English)
7876

79-
TDB
77+
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/hH-5rkhiQHg/0.jpg)](https://www.youtube.com/watch?v=hH-5rkhiQHg)
8078

8179
### Tutorial Video (Persian)
8280

0 commit comments

Comments
 (0)