#include <tuw_global_router/router_node.h>
#include <tuw_global_router/srr_utils.h>
#include <tuw_multi_robot_msgs/Route.h>
#include <chrono>
#include <boost/functional/hash.hpp>
#include <boost/regex.hpp>
#include <tf/tf.h>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
◆ POT_HIGH
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
initializes the ros node with default name
Definition at line 42 of file router_node.cpp.