setup.py
Go to the documentation of this file.
1
2
from
setuptools
import
setup
3
from
catkin_pkg.python_setup
import
generate_distutils_setup
4
5
# fetch values from package.xml
6
setup_args = generate_distutils_setup(
7
packages=[
'tf2_client'
],
8
package_dir={
''
:
'src'
},
9
)
10
11
setup
(**setup_args)
setup
tf2_client
Author(s): Tomas Petricek
autogenerated on Sat May 27 2023 02:41:41