setup.py
Go to the documentation of this file.
1
2
3
from
setuptools
import
setup
4
from
catkin_pkg.python_setup
import
generate_distutils_setup
5
6
# fetch values from package.xml
7
setup_args = generate_distutils_setup(
8
packages=[
'pr2_computer_monitor'
],
9
package_dir={
''
:
'src'
})
10
11
setup
(**setup_args)
setup
pr2_computer_monitor
Author(s): Kevin Watts (watts@willowgarage.com)
autogenerated on Thu Sep 26 2024 02:53:24