Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
i
j
m
o
p
r
s
t
x
Functions
a
c
d
f
i
j
m
o
p
s
t
x
Variables
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Functions
_
a
c
d
e
f
g
i
j
l
m
n
p
r
s
t
u
v
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
x
y
z
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=[
'jsk_teleop_joy'
,
'jsk_teleop_joy.plugin'
],
9
package_dir={
''
:
'src'
})
10
11
12
setup
(**setup_args)
setup
jsk_teleop_joy
Author(s): Ryohei Ueda
autogenerated on Mon Dec 9 2024 04:11:24