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>
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
static void spin(int argc, char *argv[])
Definition: sitl_test.cpp:23
Offboard control test.
SITL tests setup.
SITL test node class.
Definition: sitl_test.h:30


test_mavros
Author(s): Nuno Marques , Vladimir Ermakov
autogenerated on Tue Jun 1 2021 02:36:42