StartAgent.cpp
Go to the documentation of this file.
1 
7 #include "ROSAgent.h"
8 #include "ros/ros.h"
9 
10 
11 #include <sstream>
12 #include <ORCAStar/ORCAInput.h>
13 
14 int main(int argc, char **argv)
15 {
16 
17  ros::init(argc, argv, "ROSAgent", ros::init_options::AnonymousName);
18  ros::NodeHandle n;
19  int i;
20  ros::param::get("~id", i);
21 
22 
23  ROSAgent actor = ROSAgent(i);
24 }
int main(int argc, char **argv)
Definition: StartAgent.cpp:14
File contains ROSAgent class.
Class is an implementation of single agent navigation ROS module based on ORCAStar algorithm...
Definition: ROSAgent.h:60


ORCAStar
Author(s): Stepan Drgachev
autogenerated on Wed Jul 15 2020 16:13:14