Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Variables
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
c
d
g
i
l
m
n
o
p
r
t
x
y
~
Functions
+
Variables
a
i
l
m
n
o
p
r
t
x
y
Typedefs
+
Files
File List
+
File Members
All
Functions
setup.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
#
3
# Copyright (c) 2016-2017 Fraunhofer Institute for Manufacturing Engineering and Automation (IPA)
4
#
5
# This program is free software: you can redistribute it and/or modify
6
# it under the terms of the GNU Lesser General Public License as published by
7
# the Free Software Foundation, either version 3 of the License, or
8
# (at your option) any later version.
9
#
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU Lesser General Public License for more details.
14
#
15
# You should have received a copy of the GNU Lesser General Public License
16
# along with this program. If not, see <http://www.gnu.org/licenses/>.
17
18
from
setuptools
import
setup
19
from
catkin_pkg.python_setup
import
generate_distutils_setup
20
21
d = generate_distutils_setup(
22
packages=[
'cob_map_accessibility_analysis'
],
23
package_dir={
''
:
'ros/src'
}
24
)
25
26
setup
(**d)
setup
cob_map_accessibility_analysis
Author(s): Richard Bormann
autogenerated on Thu Jan 5 2023 03:31:23