Skip to content

Commit

Permalink
Turn off the scope when moving.
Browse files Browse the repository at this point in the history
  • Loading branch information
liyixin135 committed Oct 18, 2023
1 parent f39aad9 commit b832f81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/chassis_gimbal_shooter_manual.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,8 @@ void ChassisGimbalShooterManual::rPress()
adjust_image_transmission_ = false;
}
}
if (x_scale_ != 0 || y_scale_ != 0)
use_scope_ = false;
}

void ChassisGimbalShooterManual::gPress()
Expand Down

0 comments on commit b832f81

Please sign in to comment.