Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
d
f
g
h
p
s
t
+
Functions
_
a
d
f
g
h
s
Variables
+
Files
File List
setup.py
Go to the documentation of this file.
1
from
setuptools
import
setup
2
from
catkin_pkg.python_setup
import
generate_distutils_setup
3
4
d = generate_distutils_setup(
5
packages=[
'rosapi'
],
6
package_dir={
''
:
'src'
}
7
)
8
9
setup
(**d)
setup
rosapi
Author(s): Jonathan Mace
autogenerated on Fri Oct 21 2022 02:45:20