Skip to content

Commit

Permalink
Modify something for try.
Browse files Browse the repository at this point in the history
  • Loading branch information
liyixin135 committed Jul 10, 2024
1 parent a128ffd commit daea52a
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 @@ -665,7 +665,7 @@ void ChassisGimbalShooterManual::sentryMode()
if (track_data_.id == 0)
{
gimbal_cmd_sender_->setMode(rm_msgs::GimbalCmd::TRAJ);
gimbal_cmd_sender_->setYawTraj(0, 800, count_);
gimbal_cmd_sender_->setYawTraj(1, 800, count_);
gimbal_cmd_sender_->setPitchTraj(0.15, 1000, count_, 0.2);
shooter_cmd_sender_->setMode(rm_msgs::ShootCmd::READY);
count_++;
Expand Down

0 comments on commit daea52a

Please sign in to comment.