Main Page
Namespaces
Namespace List
Namespace Members
All
a
c
d
f
g
h
i
l
m
n
o
p
r
s
t
w
x
y
z
Functions
Variables
a
c
d
f
h
i
n
o
p
r
s
t
w
x
y
z
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
Functions
_
a
b
c
d
e
f
g
h
l
m
n
p
r
s
t
v
Variables
_
c
d
e
f
g
h
i
j
m
o
p
s
w
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
d[
"packages"
] = [
"moveit_commander"
]
6
d[
"package_dir"
] = {
""
:
"src"
}
7
8
setup
(**d)
setup
moveit_commander
Author(s): Ioan Sucan
autogenerated on Thu Feb 27 2025 03:29:04