Skip to content

Commit

Permalink
double wall spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
georgegoldenbank committed Oct 10, 2023
1 parent 178481b commit 36ed4ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soccer/src/soccer/strategy/agent/position/waller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ std::optional<RobotIntent> Waller::get_task(RobotIntent intent, const WorldState

// Calculate the wall spacing
auto wall_spacing = robot_diameter_multiplier_ * kRobotDiameter + kBallRadius;
wall_spacing *= 2;

// Calculate the target point
rj_geometry::Point target_point{};
Expand Down

0 comments on commit 36ed4ce

Please sign in to comment.