Skip to content

Commit

Permalink
Merge pull request #233 from liyixin135/master
Browse files Browse the repository at this point in the history
Add updateShootBeforehandCmd in doubleBarrel
  • Loading branch information
d0h0s authored Jul 12, 2024
2 parents 06a6058 + 3985d9b commit 17ee402
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rm_common/include/rm_common/decision/command_sender.h
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,11 @@ class DoubleBarrelCommandSender
shooter_ID1_cmd_sender_->updateSuggestFireData(data);
shooter_ID2_cmd_sender_->updateSuggestFireData(data);
}
void updateShootBeforehandCmd(const rm_msgs::ShootBeforehandCmd& data)
{
shooter_ID1_cmd_sender_->updateShootBeforehandCmd(data);
shooter_ID2_cmd_sender_->updateShootBeforehandCmd(data);
}

void setMode(int mode)
{
Expand Down

0 comments on commit 17ee402

Please sign in to comment.