Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
sitl_test
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
14
#include <
test_mavros/sitl_test/sitl_test.h
>
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
}
sitl_test.h
SitlTest node implementation class.
sitltest::SitlTest::spin
static void spin(int argc, char *argv[])
Definition:
sitl_test.cpp:23
main
int main(int argc, char *argv[])
Definition:
sitl_test_node.cpp:18
ROS_INFO
#define ROS_INFO(...)
sitltest
Definition:
sitl_test.h:24
test_mavros
Author(s): Nuno Marques
, Vladimir Ermakov
autogenerated on Mon Jul 8 2019 03:20:22