Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
w
+
Functions
_
a
c
d
e
f
g
l
m
n
o
p
q
r
s
t
u
w
+
Variables
_
a
c
d
f
g
i
l
m
n
p
r
s
t
Typedefs
Enumerations
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
Enumerations
+
Enumerator
k
m
s
Related Functions
+
Files
File List
+
File Members
+
All
a
b
c
g
i
m
p
r
s
u
Functions
Variables
Typedefs
Macros
Examples
src
mavros_node.cpp
Go to the documentation of this file.
1
6
/*
7
* Copyright 2013,2014,2015 Vladimir Ermakov.
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 <
mavros/mavros.h
>
15
16
int
main
(
int
argc,
char
*argv[])
17
{
18
ros::init
(argc, argv,
"mavros"
);
19
20
mavros::MavRos
mavros
;
21
mavros.
spin
();
22
23
return
0;
24
}
25
mavros.h
MavRos node implementation class.
ros::init
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
mavros::MavRos
MAVROS node class.
Definition:
mavros.h:34
mavros
Definition:
frame_tf.h:34
main
int main(int argc, char *argv[])
Definition:
mavros_node.cpp:16
mavros::MavRos::spin
void spin()
Definition:
mavros.cpp:189
mavros
Author(s): Vladimir Ermakov
autogenerated on Tue Jun 13 2023 02:17:50