#include <ros/ros.h>
#include <actionlib/server/simple_action_server.h>
#include <move_base_msgs/MoveBaseAction.h>
#include <geometry_msgs/PoseStamped.h>
#include <geometry_msgs/Twist.h>
#include <tf/transform_listener.h>
Go to the source code of this file.
Classes | |
class | DriveBaseAction |
Typedefs | |
typedef actionlib::SimpleActionServer < move_base_msgs::MoveBaseAction > | MoveBaseActionServer |
Functions | |
int | main (int argc, char **argv) |
Definition at line 8 of file drive_base_action.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 115 of file drive_base_action.cpp.