Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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=[
'sr_hand'
],
7
package_dir={
''
:
'scripts'
})
8
9
setup
(**setup_args)
setup
sr_hand
Author(s): Ugo Cupcic
autogenerated on Tue Oct 13 2020 03:55:53