Main Page
+
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
l
m
n
p
r
s
t
u
v
w
z
~
+
Functions
_
a
b
c
d
f
g
h
i
m
p
r
s
t
u
w
~
+
Variables
c
d
e
f
h
l
m
n
p
s
t
v
w
z
+
Files
File List
+
File Members
All
Functions
Variables
setup.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
3
from
distutils.core
import
setup
4
from
catkin_pkg.python_setup
import
generate_distutils_setup
5
6
d = generate_distutils_setup(
7
packages=[
'diagnostic_updater'
],
8
package_dir={
''
:
'src'
}
9
)
10
11
setup
(**d)
setup
diagnostic_updater
Author(s): Kevin Watts, Brice Rebsamen
, Jeremy Leibs, Blaise Gassend
autogenerated on Mon Feb 28 2022 22:18:16