Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
c
d
e
h
i
l
m
n
p
r
s
t
v
Functions
+
Variables
_
a
c
d
e
h
i
l
m
n
p
r
s
t
v
+
Classes
Class List
Class Hierarchy
+
Class Members
All
Functions
+
Files
File List
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
# ROS PACKAGING
5
# using distutils : https://docs.python.org/2/distutils
6
# fetch values from package.xml
7
setup_args = generate_distutils_setup(
8
packages=[
9
'pyros_test'
,
10
],
11
package_dir={
12
'pyros_test'
:
'src/pyros_test'
,
13
}
14
)
15
setup
(**setup_args)
setup
pyros_test
Author(s): AlexV
autogenerated on Mon Feb 28 2022 23:17:57