We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76e93e commit 307454dCopy full SHA for 307454d
src/thunderbots/software/ai/hl/stp/tactic/shoot_goal_tactic.cpp
@@ -83,9 +83,9 @@ bool ShootGoalTactic::isEnemyAboutToStealBall() const
83
Point rotated_baller_position = robot->position().rotate(theta);
84
85
Rectangle area_in_front_of_rotated_baller(
86
- rotated_baller_position - Vector(0, 2 * ROBOT_MAX_RADIUS_METERS),
+ rotated_baller_position - Vector(0, 3 * ROBOT_MAX_RADIUS_METERS),
87
rotated_baller_position +
88
- Vector(3 * ROBOT_MAX_RADIUS_METERS, 2 * ROBOT_MAX_RADIUS_METERS));
+ Vector(5 * ROBOT_MAX_RADIUS_METERS, 3 * ROBOT_MAX_RADIUS_METERS));
89
90
for (const auto &enemy : enemy_team.getAllRobots())
91
{
0 commit comments