Skip to content

Commit 79e9eb9

Browse files
authored
Merge pull request #20 from CLSFramework/update-proto-doc-5921
Update proto documentation
2 parents d96bd5d + 6f24997 commit 79e9eb9

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

docs/3-idl/protobuf.md

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

44

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

77
## Table of Contents
88

@@ -73,6 +73,7 @@
7373
- [GoalieMessage](#protos-GoalieMessage)
7474
- [HeliosBasicMove](#protos-HeliosBasicMove)
7575
- [HeliosBasicOffensive](#protos-HeliosBasicOffensive)
76+
- [HeliosBasicTackle](#protos-HeliosBasicTackle)
7677
- [HeliosCommunicaion](#protos-HeliosCommunicaion)
7778
- [HeliosFieldEvaluator](#protos-HeliosFieldEvaluator)
7879
- [HeliosGoalie](#protos-HeliosGoalie)
@@ -91,6 +92,7 @@
9192
- [MatrixFieldEvaluator](#protos-MatrixFieldEvaluator)
9293
- [MatrixFieldEvaluatorY](#protos-MatrixFieldEvaluatorY)
9394
- [Move](#protos-Move)
95+
- [Neck_OffensiveInterceptNeck](#protos-Neck_OffensiveInterceptNeck)
9496
- [Neck_ScanField](#protos-Neck_ScanField)
9597
- [Neck_ScanPlayers](#protos-Neck_ScanPlayers)
9698
- [Neck_TurnToBall](#protos-Neck_TurnToBall)
@@ -1238,6 +1240,22 @@ The rcssserver, calculates the next position and velocity of the agent based on
12381240

12391241

12401242

1243+
<a name="protos-HeliosBasicTackle"></a>
1244+
1245+
### HeliosBasicTackle
1246+
1247+
1248+
1249+
| Field | Type | Label | Description |
1250+
| ----- | ---- | ----- | ----------- |
1251+
| min_prob | [float](#float) | | |
1252+
| body_thr | [float](#float) | | |
1253+
1254+
1255+
1256+
1257+
1258+
12411259
<a name="protos-HeliosCommunicaion"></a>
12421260

12431261
### HeliosCommunicaion
@@ -1646,6 +1664,16 @@ return pb2.PlayerActions(actions=actions)
16461664

16471665

16481666

1667+
<a name="protos-Neck_OffensiveInterceptNeck"></a>
1668+
1669+
### Neck_OffensiveInterceptNeck
1670+
1671+
1672+
1673+
1674+
1675+
1676+
16491677
<a name="protos-Neck_ScanField"></a>
16501678

16511679
### Neck_ScanField
@@ -2162,6 +2190,8 @@ To get type information of the player, you can use the type_id field and player
21622190
| helios_communication | [HeliosCommunicaion](#protos-HeliosCommunicaion) | | |
21632191
| bhv_do_force_kick | [bhv_doForceKick](#protos-bhv_doForceKick) | | |
21642192
| bhv_do_heard_pass_recieve | [bhv_doHeardPassRecieve](#protos-bhv_doHeardPassRecieve) | | |
2193+
| helios_basic_tackle | [HeliosBasicTackle](#protos-HeliosBasicTackle) | | |
2194+
| neck_offensive_intercept_neck | [Neck_OffensiveInterceptNeck](#protos-Neck_OffensiveInterceptNeck) | | |
21652195

21662196

21672197

0 commit comments

Comments
 (0)