From 8221c839a6ac599db5a125e06839da65073c3db4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 6 Jul 2025 13:31:04 +0000 Subject: [PATCH] Update proto documentation --- docs/3-idl/protobuf.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/3-idl/protobuf.md b/docs/3-idl/protobuf.md index f7c8bd4..81a2825 100644 --- a/docs/3-idl/protobuf.md +++ b/docs/3-idl/protobuf.md @@ -2,7 +2,7 @@ -## Version: 1.9 +## Version: 1.10 ## Table of Contents @@ -2112,7 +2112,8 @@ To get type information of the player, you can use the type_id field and player | ball_reach_steps | [int32](#int32) | | How many cycles the player needs to reach the ball. | | is_tackling | [bool](#bool) | | Whether the player is tackling or not. | | type_id | [int32](#int32) | | The type identifier of the player. | -| inertia_final_point | [RpcVector2D](#protos-RpcVector2D) | | | +| inertia_final_point | [RpcVector2D](#protos-RpcVector2D) | | Estimate final reach point | +| body_count | [int32](#int32) | | Get global body angle accuracy (count from last observation) |