Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Variables
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
b
c
d
e
f
g
i
l
m
n
p
r
s
t
u
w
+
Functions
_
c
d
e
f
g
i
n
r
s
w
+
Variables
_
b
c
d
f
i
l
m
p
s
t
u
+
Files
File List
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=[
'ds4_driver'
],
8
package_dir={
''
:
'src'
},
9
)
10
11
setup
(**d)
setup
ds4_driver
Author(s): Naoki Mizuno
autogenerated on Fri May 1 2020 03:59:34