Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Variables
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
b
e
f
g
i
l
m
n
o
p
r
s
t
u
Functions
+
Variables
_
b
f
i
l
m
n
p
r
s
t
Typedefs
+
Files
File List
+
File Members
All
Functions
Macros
setup.py
Go to the documentation of this file.
1
2
3
from
setuptools
import
setup
4
from
catkin_pkg.python_setup
import
generate_distutils_setup
5
6
# fetch values from package.xml
7
setup_args = generate_distutils_setup(
8
packages=[
'tf2_server'
],
9
package_dir={
''
:
'src'
},
10
)
11
12
setup
(**setup_args)
setup
tf2_server
Author(s): Martin Pecka
autogenerated on Sun Jun 12 2022 02:10:45