Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Variables
Typedefs
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
i
j
l
n
o
p
r
s
t
u
w
~
+
Functions
a
c
d
f
g
i
l
o
p
r
s
t
u
w
~
+
Variables
a
b
c
d
e
f
g
j
l
n
p
r
s
t
u
w
+
Files
File List
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_ros'
]
7
d[
'package_dir'
] = {
''
:
'src'
}
8
9
setup
(**d)
setup
gazebo_ros
Author(s): John Hsu, Nate Koenig, Dave Coleman
autogenerated on Wed Aug 24 2022 02:47:50