Decision Module
1.0
ICRA2020 AI Challenge Northwestern Polytechnical University Aoxiang Team Strategy Code
|
#include <ros/ros.h>
#include <actionlib/client/simple_action_client.h>
#include <nav_msgs/Odometry.h>
#include "roborts_msgs/GlobalPlannerAction.h"
#include "roborts_msgs/LocalPlannerAction.h"
#include "roborts_msgs/PIDControllerTowardAngularAction.h"
#include "roborts_msgs/TwistAccel.h"
#include "geometry_msgs/Twist.h"
#include "../behavior_tree/behavior_state.h"
#include "pid_controller/pid_controller.h"
#include <thread>
Go to the source code of this file.
Classes | |
class | roborts_decision::ChassisExecutor |
Namespaces | |
roborts_decision | |