Main Page
Namespaces
Classes
Files
File List
File Members
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 Thu Jan 21 2021 04:05:49