Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
v
w
x
y
z
Functions
a
b
c
e
f
g
i
j
l
m
p
r
s
t
v
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
x
y
z
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
y
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
Files
File List
File Members
All
Functions
Macros
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=[
'jsk_rviz_plugins'
],
8
package_dir={
''
:
'python'
},
9
)
10
11
setup
(**d)
setup
jsk_rviz_plugins
Author(s): Kei Okada
, Yohei Kakiuchi
, Shohei Fujii
, Ryohei Ueda
autogenerated on Fri Dec 13 2024 03:49:57