setup.py
Go to the documentation of this file.
1 from distutils.core import setup
2 from catkin_pkg.python_setup import generate_distutils_setup
3 
4 # fetch values from package.xml
5 setup_args = generate_distutils_setup(
6  packages=['dyn_tune'],
7  package_dir={'': 'src'})
8 
9 setup(**setup_args)


dyn_tune
Author(s):
autogenerated on Mon Jun 10 2019 13:03:17