Skip to content

Commit

Permalink
fixed bumper during rc control mode
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Jan 16, 2025
1 parent e32a962 commit f1e042d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/control_manager/control_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3285,7 +3285,7 @@ void ControlManager::timerBumper(const ros::TimerEvent& event) {
return;
}

if (!isFlyingNormally() && !bumper_repulsing_) {
if (!isFlyingNormally() && !rc_goto_active_ && !bumper_repulsing_) {
return;
}

Expand Down

0 comments on commit f1e042d

Please sign in to comment.