|
Thunderbots Project
|
#include <penalty_kick_tactic.h>


Public Member Functions | |
| PenaltyKickTactic (TbotsProto::AiConfig ai_config) | |
| void | updateControlParams () |
| DEFINE_TACTIC_DONE_AND_GET_FSM_STATE void | accept (TacticVisitor &visitor) const override |
Public Member Functions inherited from Tactic | |
| Tactic (const std::set< RobotCapability > &capability_reqs_) | |
| virtual bool | done () const =0 |
| virtual std::string | getFSMState () const =0 |
| const std::set< RobotCapability > & | robotCapabilityRequirements () const |
| std::set< RobotCapability > & | mutableRobotCapabilityRequirements () |
| void | setLastExecutionRobot (std::optional< RobotId > last_execution_robot) |
| std::map< RobotId, std::shared_ptr< Primitive > > | get (const WorldPtr &world_ptr) |
Additional Inherited Members | |
Protected Attributes inherited from Tactic | |
| std::optional< RobotId > | last_execution_robot |
This tactic is for a robot performing a penalty kick.
|
explicit |
Creates a new PenaltyKickTactic
| ai_config | The AI configuration |
|
overridevirtual |