Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Classes
Class List
Class Hierarchy
Class Members
All
_
a
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
_
a
c
d
e
g
i
k
m
o
p
r
s
t
u
~
Variables
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
Files
File List
File Members
All
d
f
i
m
r
s
t
u
w
Functions
f
i
m
r
s
t
u
w
Variables
Typedefs
Macros
setup.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
3
from
setuptools
import
setup
4
from
catkin_pkg.python_setup
import
generate_distutils_setup
5
6
d = generate_distutils_setup(
7
packages=[
'interactive_markers'
],
8
package_dir={
''
:
'src'
}
9
)
10
11
setup
(**d)
setup
interactive_markers
Author(s): David Gossow, William Woodall
autogenerated on Fri Oct 27 2023 02:31:54