Skip to content

Commit

Permalink
Delete something unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
liyixin135 committed Jul 26, 2024
1 parent b4016e9 commit 1b90fb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/chassis_gimbal_shooter_manual.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,5 @@ void ChassisGimbalShooterManual::eventDataCallback(const rm_msgs::EventData::Con
is_auto_ = true;
else
is_auto_ = false;
if (data->be_hit_time == 0)
is_auto_ = false;
}
} // namespace rm_manual

0 comments on commit 1b90fb4

Please sign in to comment.