Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
include
test_mavros
sitl_test
sitl_test.h
Go to the documentation of this file.
1
10
/*
11
* Copyright 2015 Nuno Marques.
12
*
13
* This file is part of the mavros package and subject to the license terms
14
* in the top-level LICENSE file of the mavros repository.
15
* https://github.com/mavlink/mavros/tree/master/LICENSE.md
16
*/
17
18
#pragma once
19
20
#include <
ros/ros.h
>
21
#include <
test_mavros/sitl_test/test_setup.h
>
22
#include <
test_mavros/tests/offboard_control.h
>
23
24
namespace
sitltest
{
30
class
SitlTest
31
{
32
public
:
33
SitlTest
();
34
~SitlTest
() {};
35
36
static
void
spin
(
int
argc,
char
*argv[]);
37
};
38
};
// namespace sitltest
sitltest::SitlTest::spin
static void spin(int argc, char *argv[])
Definition:
sitl_test.cpp:23
offboard_control.h
Offboard control test.
test_setup.h
SITL tests setup.
sitltest::SitlTest
SITL test node class.
Definition:
sitl_test.h:30
ros.h
sitltest
Definition:
sitl_test.h:24
sitltest::SitlTest::SitlTest
SitlTest()
Definition:
sitl_test.cpp:20
sitltest::SitlTest::~SitlTest
~SitlTest()
Definition:
sitl_test.h:34
test_mavros
Author(s): Nuno Marques
, Vladimir Ermakov
autogenerated on Tue Jun 1 2021 02:36:42