Skip to content

Commit

Permalink
Modify for clean.
Browse files Browse the repository at this point in the history
  • Loading branch information
liyixin135 committed Jul 20, 2024
1 parent 5452b74 commit 9c4d6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chassis_gimbal_shooter_manual.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ void ChassisGimbalShooterManual::ctrlRPress()
{
if (image_transmission_cmd_sender_)
adjust_image_transmission_ = !image_transmission_cmd_sender_->getState();
if (!image_transmission_cmd_sender_->getState())
if (adjust_image_transmission_)
{
turn_ctrl_r_flag_ = true;
geometry_msgs::PointStamped point_in;
Expand Down

0 comments on commit 9c4d6de

Please sign in to comment.