Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Variables
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
b
c
e
f
g
h
i
j
l
m
n
p
r
s
t
u
w
+
Functions
_
a
b
c
e
f
g
h
i
j
l
p
r
s
t
u
w
+
Variables
_
a
e
h
m
n
p
r
s
+
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
# fetch values from package.xml
5
setup_args = generate_distutils_setup(
6
packages=[
'sr_robot_launch'
],
7
package_dir={
''
:
'src'
})
8
9
setup
(**setup_args)
setup
sr_robot_launch
Author(s): Kirsty Ellis
autogenerated on Mon Feb 28 2022 23:52:26