Skip to content

Commit

Permalink
Update protobuf documentation with version and fixed Mermaid symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 19, 2024
1 parent dcbd50f commit 923047c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion idl/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<a name="top"></a>


## Version: 1.4
## Version: 1.6

## Table of Contents

Expand Down Expand Up @@ -2381,6 +2381,10 @@ When an agent send a message to the playmaker server, self is information about
| penalty_area_half_width | [float](#float) | | |
| penalty_area_length | [float](#float) | | |
| goal_width | [float](#float) | | |
| goal_area_width | [float](#float) | | |
| goal_area_length | [float](#float) | | |
| center_circle_r | [float](#float) | | |
| goal_post_radius | [float](#float) | | |



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



Expand Down

0 comments on commit 923047c

Please sign in to comment.