Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Typedefs
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
i
j
l
m
n
p
r
s
t
u
v
w
~
Functions
_
a
c
f
g
i
j
l
m
s
t
u
w
~
Variables
b
c
d
e
g
j
l
n
p
r
s
t
v
Typedefs
Files
File List
File Members
All
Functions
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
# fetch values from package.xml
7
setup_args = generate_distutils_setup(
8
packages=[
'srdfdom'
],
9
package_dir={
''
:
'src'
})
10
11
setup
(**setup_args)
setup
srdfdom
Author(s): Ioan Sucan
, Guillaume Walck
autogenerated on Wed Oct 16 2024 02:22:59