Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Typedefs
Classes
Class List
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
~
Functions
a
c
d
f
g
h
i
j
l
m
n
p
r
s
t
w
~
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
Typedefs
Enumerations
Enumerator
a
c
e
f
g
i
m
n
o
p
r
s
w
Files
File List
File Members
All
a
e
f
g
m
p
t
u
v
Functions
a
e
f
m
p
t
Variables
Typedefs
setup.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
from
distutils.core
import
setup
3
from
catkin_pkg.python_setup
import
generate_distutils_setup
4
5
d = generate_distutils_setup(
6
packages = [
'mbf_abstract_nav'
],
7
package_dir = {
''
:
'src'
},
8
)
9
10
setup
(**d)
setup
mbf_abstract_nav
Author(s): Sebastian Pütz
autogenerated on Wed Mar 2 2022 00:33:47