Thunderbots Project
Loading...
Searching...
No Matches
keep_away.h
1#pragma once
2
3#include "proto/parameters.pb.h"
4#include "software/ai/passing/pass.h"
5#include "software/world/world.h"
6
7
18Point findKeepAwayTargetPoint(const World& world, const Pass& best_pass_so_far,
19 const TbotsProto::PassingConfig& passing_config);
Definition pass.h:20
Definition point.h:14
Definition world.h:23