Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Variables
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
c
d
e
g
n
p
r
s
t
~
+
Functions
_
a
c
g
r
t
~
Variables
+
Files
File List
+
File Members
All
Functions
Typedefs
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=[
'rosparam_handler'
],
8
package_dir={
''
:
'src'
},
9
requires=[]
10
)
11
12
setup
(**d)
setup
rosparam_handler
Author(s): Claudio Bandera
autogenerated on Mon Feb 28 2022 23:32:52