Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
y
Functions
_
a
b
c
d
g
h
i
l
m
n
o
p
r
s
t
v
Variables
_
a
b
c
d
f
g
h
i
m
p
r
s
t
v
w
Typedefs
Enumerations
Enumerator
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
y
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
y
z
Typedefs
Related Functions
Files
File List
File Members
All
Functions
Typedefs
Macros
setup.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
3
from
setuptools
import
setup
4
5
from
setuptools
import
find_packages
6
from
catkin_pkg.python_setup
import
generate_distutils_setup
7
8
9
d = generate_distutils_setup(
10
packages=find_packages(
'python'
),
11
package_dir={
''
:
'python'
},
12
)
13
14
setup
(**d)
setup
jsk_recognition_utils
Author(s):
autogenerated on Sat Feb 22 2025 04:03:28