Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
c
d
g
l
n
o
p
r
s
t
Functions
Variables
Typedefs
Enumerator
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
+
Functions
_
a
b
c
d
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
Enumerations
Enumerator
Related Functions
+
Files
File List
+
File Members
+
All
c
d
e
g
m
t
v
+
Functions
c
d
g
m
t
Variables
Macros
setup.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
from
distutils.core
import
setup
3
from
catkin_pkg.python_setup
import
generate_distutils_setup
4
5
d = generate_distutils_setup()
6
d[
'packages'
] = [
'gazebo_plugins'
]
7
d[
'package_dir'
] = {
''
:
'src'
}
8
9
setup
(**d)
setup
gazebo_plugins
Author(s): John Hsu
autogenerated on Wed Aug 24 2022 02:47:52