$search
navigate the vehicle towards way-point goals More...
#include <unistd.h>
#include <dynamic_reconfigure/server.h>
#include <art/frames.h>
#include <art_msgs/IOadrCommand.h>
#include <art_msgs/IOadrState.h>
#include <art/steering.h>
#include <art_map/ZoneOps.h>
#include <art_msgs/CarCommand.h>
#include <art_nav/NavEstopState.h>
#include <art_nav/NavRoadState.h>
#include "navigator_internal.h"
#include "course.h"
Go to the source code of this file.
Classes | |
class | NavQueueMgr |
Defines | |
#define | CLASS "NavQueueMgr" |
Functions | |
int | main (int argc, char **argv) |
navigate the vehicle towards way-point goals
Use the commander node to control this node.
Definition in file queue_mgr.cc.
#define CLASS "NavQueueMgr" |
Definition at line 41 of file queue_mgr.cc.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Main program
Definition at line 365 of file queue_mgr.cc.