Skip to content

Commit cb02a8d

Browse files
committed
Update protobuf documentation with version and fixed Mermaid symbols
1 parent 796044d commit cb02a8d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/3-idl/protobuf.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a name="top"></a>
33

44

5-
## Version: 1.4
5+
## Version: 1.6
66

77
## Table of Contents
88

@@ -2381,6 +2381,10 @@ When an agent send a message to the playmaker server, self is information about
23812381
| penalty_area_half_width | [float](#float) | | |
23822382
| penalty_area_length | [float](#float) | | |
23832383
| goal_width | [float](#float) | | |
2384+
| goal_area_width | [float](#float) | | |
2385+
| goal_area_length | [float](#float) | | |
2386+
| center_circle_r | [float](#float) | | |
2387+
| goal_post_radius | [float](#float) | | |
23842388

23852389

23862390

@@ -2690,6 +2694,9 @@ WorldModel is the message that represents the world model in the soccer simulati
26902694
| kickable_opponent_existance | [bool](#bool) | | Whether the kickable opponent exists or not. |
26912695
| penalty_kick_state | [PenaltyKickState](#protos-PenaltyKickState) | | The penalty kick state. |
26922696
| see_time | [int32](#int32) | | The time that the agent has seen the world model. |
2697+
| time_stopped | [int32](#int32) | | |
2698+
| set_play_count | [int32](#int32) | | |
2699+
| game_mode_side | [Side](#protos-Side) | | |
26932700

26942701

26952702

0 commit comments

Comments
 (0)