Skip to content

Commit

Permalink
Delete unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
liyixin135 committed Aug 4, 2024
1 parent f7d0559 commit 4513b83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/chassis_gimbal_shooter_cover_manual.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ void ChassisGimbalShooterCoverManual::zPress()
{
last_shoot_freq_ = shooter_cmd_sender_->getShootFrequency();
shooter_cmd_sender_->setShootFrequency(rm_common::HeatLimit::MINIMAL);
if (switch_buff_srv_->getTarget() != rm_msgs::StatusChangeRequest::ARMOR)
vel_cmd_sender_->setAngularZVel(is_gyro_ ? gyro_rotate_reduction_ : 0, gyro_speed_limit_);
}

void ChassisGimbalShooterCoverManual::zRelease()
Expand Down

0 comments on commit 4513b83

Please sign in to comment.