#include <sstream>#include <string>#include <ros/ros.h>#include <move_base_msgs/MoveBaseAction.h>#include <actionlib/client/simple_action_client.h>#include <tf/transform_broadcaster.h>#include <tf/transform_listener.h>#include <nav_msgs/Odometry.h>#include <std_msgs/Int8MultiArray.h>#include "PatrolAgent.h"
Go to the source code of this file.
Classes | |
| class | Random_Agent |
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 74 of file Random_Agent.cpp.