File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# ChangeLog
22
3- ## [ 1.0.9] - 2024-1۱ -9
3+ ## [ 1.0.9] - 2024-11 -9
44
55### Added
66- bhv_goalieFreeKick added
Original file line number Diff line number Diff line change 5757#include " planner/actgen_action_chain_length_filter.h"
5858#include " planner/action_chain_holder.h"
5959#include " planner/bhv_planned_action.h"
60+ #include " player/bhv_goalie_free_kick.h"
6061#include " player/strategy.h"
6162#include < rcsc/player/say_message_builder.h>
6263#include < rcsc/common/player_param.h>
@@ -382,6 +383,10 @@ void GrpcClientPlayer::getActions()
382383 Neck_ScanPlayers ().execute (agent);
383384 agent->debugClient ().addMessage (" Neck_ScanPlayers" );
384385 }
386+ else if (action.action_case () == PlayerAction::kBhvGoalieFreeKick ) {
387+ Bhv_GoalieFreeKick ().execute (agent);
388+ agent->debugClient ().addMessage (" Bhv_GoalieFreeKick" );
389+ }
385390 else if (action.action_case () == PlayerAction::kNeckTurnToBallAndPlayer ) {
386391 const auto &neckTurnToBallAndPlayer = action.neck_turn_to_ball_and_player ();
387392 const rcsc::AbstractPlayerObject *player = nullptr ;
You can’t perform that action at this time.
0 commit comments