Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Classes
Class List
Class Members
All
Functions
Variables
Files
File List
setup.py
Go to the documentation of this file.
1
try
:
2
from
setuptools
import
setup
3
except
ImportError:
4
from
distutils.core
import
setup
5
6
from
catkin_pkg.python_setup
import
generate_distutils_setup
7
8
d = generate_distutils_setup(
9
packages=[
'rosman'
],
10
package_dir={
''
:
'src'
},
11
scripts=[
'scripts/rosman'
],
12
requires=[
'roslib'
,
'rospkg'
]
13
)
14
15
setup
(**d)
setup
swri_cli_tools
Author(s): Robert Brothers
autogenerated on Thu Feb 27 2025 03:33:55