Main Page
Namespaces
Files
File List
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_example'
],
10
package_dir={
''
:
'src'
}
11
)
12
13
setup
(**setup_args)
setup
turtlebot3_example
Author(s): Gilbert
, Pyo
autogenerated on Wed Apr 7 2021 02:10:34