Decision Module
1.0
ICRA2020 AI Challenge Northwestern Polytechnical University Aoxiang Team Strategy Code
|
#include "abstract_common_strategy.h"
#include "./move_strategys/captureBullets_move_strategy.h"
#include "./move_strategys/captureEnemyBlood_move_strategy.h"
#include "./move_strategys/captureHomeBlood_move_strategy.h"
#include "./move_strategys/keepDirection_attack_move_strategy.h"
#include "./move_strategys/keepDirection_defense_move_strategy.h"
#include "./move_strategys/stop_move_strategy.h"
#include "./shoot_strategys/stop_shoot_strategy.h"
#include "./shoot_strategys/toBetterOpp_shoot_strategy.h"
#include "./shoot_strategys/toWorseOpp_shoot_strategy.h"
Go to the source code of this file.
Classes | |
class | roborts_decision::StrategyExecute |
Namespaces | |
roborts_decision | |