We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20a09fa + d7700e7 commit 0b1ea85Copy full SHA for 0b1ea85
2 files changed
src/grpc-client/grpc_client_player.cpp
@@ -600,6 +600,7 @@ void GrpcClientPlayer::getActions()
600
601
const auto &bhvNeckBodyToBall = action.bhv_neck_body_to_ball();
602
if (Bhv_NeckBodyToBall(bhvNeckBodyToBall.angle_buf()).execute(agent)) {
603
+ action_performed = true;
604
rcsc::dlog.addText( rcsc::Logger::TEAM,
605
__FILE__": Bhv_NeckBodyToBall performed" );
606
}
0 commit comments