simulation_execution_service_node.cpp
Go to the documentation of this file.
1 //
2 // Created by yijiangh on 7/12/17.
3 //
4 
6 #include <ros/ros.h>
7 
8 int main(int argc, char** argv)
9 {
10  ros::init(argc, argv, "simulation_execution_service_node");
11 
12  ros::NodeHandle nh;
13 
15 
16  ros::spin();
17  return 0;
18 }
int main(int argc, char **argv)
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
ROSCPP_DECL void spin(Spinner &spinner)


choreo_simulation_executor
Author(s):
autogenerated on Thu Jul 18 2019 03:59:21