Skip to content

Commit d07b852

Browse files
committed
Update proto documentation
1 parent 739fe23 commit d07b852

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/3-idl/protobuf.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a name="top"></a>
33

44

5-
## Version: 1.8
5+
## Version: 1.9
66

77
## Table of Contents
88

@@ -156,6 +156,7 @@
156156
- [WorldModel.TheirPlayersDictEntry](#protos-WorldModel-TheirPlayersDictEntry)
157157
- [bhv_doForceKick](#protos-bhv_doForceKick)
158158
- [bhv_doHeardPassRecieve](#protos-bhv_doHeardPassRecieve)
159+
- [bhv_goalieFreeKick](#protos-bhv_goalieFreeKick)
159160

160161
- [AgentType](#protos-AgentType)
161162
- [CardType](#protos-CardType)
@@ -1962,6 +1963,7 @@ return pb2.PlayerActions(actions=actions)
19621963
| our_score | [int32](#int32) | | |
19631964
| their_score | [int32](#int32) | | |
19641965
| is_kick_taker | [bool](#bool) | | |
1966+
| cycle | [int32](#int32) | | |
19651967

19661968

19671969

@@ -2110,6 +2112,7 @@ To get type information of the player, you can use the type_id field and player
21102112
| ball_reach_steps | [int32](#int32) | | How many cycles the player needs to reach the ball. |
21112113
| is_tackling | [bool](#bool) | | Whether the player is tackling or not. |
21122114
| type_id | [int32](#int32) | | The type identifier of the player. |
2115+
| inertia_final_point | [RpcVector2D](#protos-RpcVector2D) | | |
21132116

21142117

21152118

@@ -2192,6 +2195,7 @@ To get type information of the player, you can use the type_id field and player
21922195
| bhv_do_heard_pass_recieve | [bhv_doHeardPassRecieve](#protos-bhv_doHeardPassRecieve) | | |
21932196
| helios_basic_tackle | [HeliosBasicTackle](#protos-HeliosBasicTackle) | | |
21942197
| neck_offensive_intercept_neck | [Neck_OffensiveInterceptNeck](#protos-Neck_OffensiveInterceptNeck) | | |
2198+
| bhv_goalie_free_kick | [bhv_goalieFreeKick](#protos-bhv_goalieFreeKick) | | |
21952199

21962200

21972201

@@ -2565,6 +2569,7 @@ When an agent send a message to the playmaker server, self is information about
25652569
| card | [CardType](#protos-CardType) | | The card type of the agent. It can be NO_CARD, YELLOW, or RED. |
25662570
| catch_time | [int32](#int32) | | The time when the last catch command is performed. |
25672571
| effort | [float](#float) | | The effort of the agent. TODO more info |
2572+
| get_safety_dash_power | [float](#float) | | |
25682573

25692574

25702575

@@ -2822,6 +2827,7 @@ When an agent send a message to the playmaker server, self is information about
28222827
| goal_area_length | [float](#float) | | |
28232828
| center_circle_r | [float](#float) | | |
28242829
| goal_post_radius | [float](#float) | | |
2830+
| pitch_margin | [float](#float) | | |
28252831

28262832

28272833

@@ -3274,6 +3280,16 @@ WorldModel is the message that represents the world model in the soccer simulati
32743280

32753281

32763282

3283+
3284+
<a name="protos-bhv_goalieFreeKick"></a>
3285+
3286+
### bhv_goalieFreeKick
3287+
3288+
3289+
3290+
3291+
3292+
32773293

32783294

32793295

0 commit comments

Comments
 (0)