Skip to content

Commit

Permalink
fix pr
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksherling committed Apr 23, 2024
1 parent 71a3731 commit c5c20e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 72 deletions.
69 changes: 0 additions & 69 deletions soccer/src/soccer/.vscode/settings.json

This file was deleted.

3 changes: 0 additions & 3 deletions soccer/src/soccer/planning/global_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ rj_geometry::ShapeSet GlobalState::create_defense_area_obstacles() {
auto their_goal_area{
std::make_shared<rj_geometry::Rect>(last_field_dimensions_.their_goal_area())};

// auto their_goal_area{
// std::make_shared<rj_geometry::Rect>(last_field_dimensions_.our_goal_area())};

// Sometimes there is a greater distance we need to keep:
// https://robocup-ssl.github.io/ssl-rules/sslrules.html#_robot_too_close_to_opponent_defense_area
bool is_extra_dist_necessary = (last_play_state_.state() == PlayState::State::Stop ||
Expand Down

0 comments on commit c5c20e0

Please sign in to comment.