Skip to content

Commit

Permalink
Merge pull request #37 from CLSFramework/master
Browse files Browse the repository at this point in the history
master to develop
  • Loading branch information
naderzare authored Oct 21, 2024
2 parents 7616cd7 + 923047c commit bd8915c
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 bd8915c

Please sign in to comment.