Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
a
c
e
f
g
i
l
m
n
o
p
r
s
t
w
x
Variables
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
h
i
l
m
n
p
q
r
s
t
u
w
Functions
_
a
c
e
f
l
n
p
q
r
t
w
Variables
Files
File List
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=[
'xacro'
],
8
package_dir={
''
:
'src'
},
9
scripts=[
'scripts/xacro'
]
10
)
11
12
setup
(**d)
setup
xacro
Author(s): Stuart Glaser, William Woodall, Robert Haschke
autogenerated on Sat Jan 11 2025 03:50:37