|
Thunderbots Project
|
#include <kick_tactic.h>


Public Member Functions | |
| KickTactic () | |
| void | updateControlParams (const Point &kick_origin, const Angle &kick_direction, double kick_speed_meters_per_second) |
| void | updateControlParams (const Point &kick_origin, const Point &kick_target, double kick_speed_meters_per_second) |
| 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 |
The KickTactic will move the assigned robot to the given kick origin and then kick the ball to the kick target.
|
explicit |
Creates a new KickTactic
|
overridevirtual |
| void updateControlParams | ( | const Point & | kick_origin, |
| const Point & | kick_target, | ||
| double | kick_speed_meters_per_second | ||
| ) |
Updates the control parameters for this KickTactic.