Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
c
d
g
i
l
p
s
t
+
Functions
a
g
i
p
s
t
Variables
Enumerations
Enumerator
+
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
c
d
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
u
v
w
x
y
z
Related Functions
+
Files
File List
+
File Members
All
Functions
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
packages = [
'local_planner_limits'
],
7
package_dir = {
''
:
'src'
},
8
)
9
10
setup
(**d)
setup
base_local_planner
Author(s): Eitan Marder-Eppstein, Eric Perko, contradict@gmail.com
autogenerated on Wed Jun 22 2022 02:07:08