Skip to content

Commit 0b1ea85

Browse files
authored
Merge pull request #48 from CLSFramework/update-get-action-sadra
Refactor code structure for readability and maintainability
2 parents 20a09fa + d7700e7 commit 0b1ea85

2 files changed

Lines changed: 725 additions & 209 deletions

File tree

src/grpc-client/grpc_client_player.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@ void GrpcClientPlayer::getActions()
600600

601601
const auto &bhvNeckBodyToBall = action.bhv_neck_body_to_ball();
602602
if (Bhv_NeckBodyToBall(bhvNeckBodyToBall.angle_buf()).execute(agent)) {
603+
action_performed = true;
603604
rcsc::dlog.addText( rcsc::Logger::TEAM,
604605
__FILE__": Bhv_NeckBodyToBall performed" );
605606
}

0 commit comments

Comments
 (0)