Skip to content

Commit

Permalink
Fix wrong from merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
liyixin135 committed Jul 30, 2024
1 parent 61a2597 commit e91fe4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rm_manual/chassis_gimbal_shooter_manual.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class ChassisGimbalShooterManual : public ChassisGimbalManual

ros::Time start_timer_time_{};

bool prepare_shoot_ = false, is_balance_ = false, use_scope_ = false,
bool prepare_shoot_ = false, is_balance_ = false, use_scope_ = false, is_auto_ = false,
adjust_image_transmission_ = false;
double yaw_current_{};
int count_{}, last_time_hit_by_dart_{};
Expand Down

0 comments on commit e91fe4f

Please sign in to comment.