Skip to content

Commit

Permalink
Update solo_offense.cpp (#2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksherling authored Nov 6, 2024
1 parent 68cbf04 commit bd03e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soccer/src/soccer/strategy/agent/position/solo_offense.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ std::optional<RobotIntent> SoloOffense::derived_get_task(RobotIntent intent) {
State new_state = next_state();
// if (new_state != current_state_) {
// }
SPDLOG_INFO("New State: {}", std::to_string(static_cast<int>(new_state)));
// SPDLOG_INFO("New State: {}", std::to_string(static_cast<int>(new_state)));
current_state_ = new_state;

// Calculate task based on state
Expand Down

0 comments on commit bd03e23

Please sign in to comment.