Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
d
e
g
i
m
n
o
p
r
s
t
u
v
w
x
Functions
Variables
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
_
a
c
e
f
g
j
l
p
r
s
t
w
x
+
Variables
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
x
Properties
+
Files
File List
setup.py
Go to the documentation of this file.
1
from
setuptools
import
setup
2
from
catkin_pkg.python_setup
import
generate_distutils_setup
3
4
d = generate_distutils_setup(
5
packages=[
'urdf_parser_py'
,
'urdf_parser_py.xml_reflection'
],
6
package_dir={
''
:
'src'
}
7
)
8
9
setup
(**d)
setup
urdfdom_py
Author(s): Thomas Moulard, David Lu, Kelsey Hawkins, Antonio El Khoury, Eric Cousineau, Ioan Sucan
, Jackie Kay
autogenerated on Mon Feb 28 2022 23:58:25