Skip to content

Commit

Permalink
Fix second fail in test
Browse files Browse the repository at this point in the history
  • Loading branch information
royfalk committed Nov 22, 2024
1 parent 128317f commit fe81691
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/src/components/drive_upgrade.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ bool DriveUpgrade::Downgrade() {

yaw = pitch = roll = lateral = vertical = forward = retro = speed = fuel_consumption = 1.0;
max_yaw_left = max_yaw_right = max_pitch_up = max_pitch_down = max_roll_left = max_roll_right = 1.0;

return true;
}

bool DriveUpgrade::CanUpgrade(const std::string upgrade_name) const {
Expand Down

0 comments on commit fe81691

Please sign in to comment.