setup.py
Go to the documentation of this file.
1 ## ! DO NOT MANUALLY INVOKE THIS setup.py, USE CATKIN INSTEAD
2 ## See http://ros.org/doc/api/catkin/html/user_guide/setup_dot_py.html
3 
4 from distutils.core import setup
5 from catkin_pkg.python_setup import generate_distutils_setup
6 
7 # fetch values from package.xml
8 setup_args = generate_distutils_setup(
9  packages=['turtlebot3_automatic_parking'],
10  package_dir={'': 'src'}
11 )
12 
13 setup(**setup_args)


turtlebot3_automatic_parking
Author(s): Gilbert
autogenerated on Wed May 6 2020 03:15:36