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 d = generate_distutils_setup(
5  packages=['mobility_base_tools'],
6  package_dir={'': 'src'}
7 )
8 
9 setup(**d)


mobility_base_tools
Author(s): Dataspeed Inc.
autogenerated on Sun Oct 6 2019 03:40:06