Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
c
d
e
f
h
m
n
o
p
r
s
v
Functions
+
Variables
a
c
d
e
f
h
m
n
o
p
r
s
v
+
Classes
Class List
Class Hierarchy
+
Class Members
All
Functions
Variables
+
Files
File List
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=[
'diagnostic_analysis'
],
9
package_dir={
''
:
'src'
})
10
11
setup
(**setup_args)
setup
diagnostic_analysis
Author(s): Kevin Watts, Brice Rebsamen
, Eric Berger, Kevin Watts
autogenerated on Mon Feb 28 2022 22:18:15