Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 14, 2025
1 parent 529f4c8 commit 30aaa61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crane_play_switcher/src/play_switcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ void PlaySwitcher::referee_callback(const robocup_ssl_msgs::msg::Referee & msg)
command_map[Referee::COMMAND_HALT] = PlaySituation::HALT;
command_map[Referee::COMMAND_STOP] = PlaySituation::STOP;

// REDIRECT_MAPPING(TIMEOUT, HALT)
// REDIRECT_MAPPING(TIMEOUT, HALT)
REDIRECT_MAPPING(GOAL, HALT)

CMD_MAPPING(is_yellow, PREPARE_KICKOFF, KICKOFF_PREPARATION)
Expand Down

0 comments on commit 30aaa61

Please sign in to comment.