sitl_test_node.cpp
Go to the documentation of this file.
1 
6 /*
7  * Copyright 2015 Nuno Marques.
8  *
9  * This file is part of the mavros package and subject to the license terms
10  * in the top-level LICENSE file of the mavros repository.
11  * https://github.com/mavlink/mavros/tree/master/LICENSE.md
12  */
13 
15 
16 using namespace sitltest;
17 
18 int main(int argc, char *argv[])
19 {
20  ROS_INFO("SITL Test node started...");
21 
22  SitlTest::spin(argc, argv);
23 
24  return 0;
25 }
SitlTest node implementation class.
static void spin(int argc, char *argv[])
Definition: sitl_test.cpp:23
int main(int argc, char *argv[])
#define ROS_INFO(...)


test_mavros
Author(s): Nuno Marques , Vladimir Ermakov
autogenerated on Mon Jul 8 2019 03:20:22