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
setup.py
Go to the documentation of this file.
1
2
3
from
distutils.core
import
setup
4
from
catkin_pkg.python_setup
import
generate_distutils_setup
5
6
# fetch values from package.xml
7
setup_args = generate_distutils_setup(
8
packages=[
'mavros'
],
9
package_dir={
''
:
'src'
})
10
11
setup
(**setup_args)
setup
mavros
Author(s): Vladimir Ermakov
autogenerated on Tue Jun 13 2023 02:17:50