Skip to content

Commit 8221c83

Browse files
committed
Update proto documentation
1 parent 18d188f commit 8221c83

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/3-idl/protobuf.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a name="top"></a>
33

44

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

77
## Table of Contents
88

@@ -2112,7 +2112,8 @@ To get type information of the player, you can use the type_id field and player
21122112
| ball_reach_steps | [int32](#int32) | | How many cycles the player needs to reach the ball. |
21132113
| is_tackling | [bool](#bool) | | Whether the player is tackling or not. |
21142114
| type_id | [int32](#int32) | | The type identifier of the player. |
2115-
| inertia_final_point | [RpcVector2D](#protos-RpcVector2D) | | |
2115+
| inertia_final_point | [RpcVector2D](#protos-RpcVector2D) | | Estimate final reach point |
2116+
| body_count | [int32](#int32) | | Get global body angle accuracy (count from last observation) |
21162117

21172118

21182119

0 commit comments

Comments
 (0)