Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
d
n
p
r
s
v
w
Functions
Variables
_
a
d
n
s
v
Typedefs
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Functions
_
b
c
d
e
g
i
l
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
f
g
h
i
l
m
n
p
q
s
t
u
v
Related Functions
Files
File List
File Members
All
Functions
setup.py
Go to the documentation of this file.
1
from
catkin_pkg.python_setup
import
generate_distutils_setup
2
from
setuptools
import
setup
3
4
d = generate_distutils_setup(
5
packages=[
'sound_play'
],
6
package_dir={
''
:
'src'
}
7
)
8
9
setup
(**d)
setup
sound_play
Author(s): Blaise Gassend
autogenerated on Fri Aug 16 2024 02:42:13