Skip to content

Commit 4695144

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/3-idl/protobuf.md

+4
Original file line numberDiff line numberDiff line change
@@ -1962,6 +1962,7 @@ return pb2.PlayerActions(actions=actions)
19621962
| our_score | [int32](#int32) | | |
19631963
| their_score | [int32](#int32) | | |
19641964
| is_kick_taker | [bool](#bool) | | |
1965+
| cycle | [int32](#int32) | | |
19651966

19661967

19671968

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

21142116

21152117

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

25692572

25702573

@@ -2822,6 +2825,7 @@ When an agent send a message to the playmaker server, self is information about
28222825
| goal_area_length | [float](#float) | | |
28232826
| center_circle_r | [float](#float) | | |
28242827
| goal_post_radius | [float](#float) | | |
2828+
| pitch_margin | [float](#float) | | |
28252829

28262830

28272831

0 commit comments

Comments
 (0)