Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Functions
a
c
d
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
Variables
_
a
b
c
d
e
h
i
l
m
n
p
r
s
t
v
Typedefs
a
b
c
d
f
g
j
k
l
m
o
p
s
t
v
Enumerations
Enumerator
a
c
d
e
g
i
l
m
n
o
r
s
u
w
x
y
Classes
Class List
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
v
x
Variables
a
c
d
e
h
l
m
o
p
r
t
u
v
w
Typedefs
Macros
setup.py
Go to the documentation of this file.
1
# ! DO NOT MANUALLY INVOKE THIS setup.py, USE CATKIN INSTEAD
2
3
from
catkin_pkg.python_setup
import
generate_distutils_setup
4
from
setuptools
import
setup, find_packages
5
6
packages = find_packages(
"python/src"
)
7
8
d = generate_distutils_setup(packages=packages, package_dir={
""
:
"python/src"
})
9
10
setup
(**d)
setup
moveit_core
Author(s): Ioan Sucan
, Sachin Chitta
, Acorn Pooley
autogenerated on Thu Feb 27 2025 03:26:57