Skip to content

Commit 3cc5a2d

Browse files
Fixes Comments (UBC-Thunderbots#3258)
* messages * [pre-commit.ci lite] apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
1 parent 4f16f7c commit 3cc5a2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/software/ai/hl/stp/tactic/defender/defender_fsm_base.h

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ struct DefenderFSMBase
1313
*
1414
* @param world_ptr The current state of the world
1515
* @param robot The current defender robot
16+
* @param ball_steal_mode The aggressive behaviour of the defender denoting whether to
17+
* steal the ball
18+
* @param defender_steal_config The dynamic params containing the defender's config
1619
*
1720
* @return true if stealing is enabled and the ball is nearby, unguarded by the enemy,
1821
* and within a max get possession threshold

0 commit comments

Comments
 (0)