Decision Module
1.0
ICRA2020 AI Challenge Northwestern Polytechnical University Aoxiang Team Strategy Code
|
#include <roborts_msgs/RobotStatus.h>
#include <ros/ros.h>
#include <geometry_msgs/PoseStamped.h>
#include <geometry_msgs/Point32.h>
#include <std_msgs/Int32.h>
#include "roborts_msgs/BuffZoneStatus.h"
#include "roborts_msgs/GameSurvivor.h"
#include "roborts_msgs/OutpostDetected.h"
#include "../../roborts_common/math/math.h"
#include "blackboard_common.h"
#include "enemy_robot.h"
#include "my_robot.h"
#include "prediction_system.h"
#include "field.h"
Go to the source code of this file.
Classes | |
struct | roborts_decision::PointValue |
class | roborts_decision::Blackboard |
Namespaces | |
roborts_decision | |