From 923047c3f87c8d88fd12ae7e3f58dce62c1f2ef8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 19 Oct 2024 21:22:48 +0000 Subject: [PATCH] Update protobuf documentation with version and fixed Mermaid symbols --- idl/readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/idl/readme.md b/idl/readme.md index 52ed48a8..25439b93 100644 --- a/idl/readme.md +++ b/idl/readme.md @@ -2,7 +2,7 @@ -## Version: 1.4 +## Version: 1.6 ## Table of Contents @@ -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) | | | @@ -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) | | |