Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
d
f
l
m
o
s
t
v
Functions
Variables
Typedefs
Enumerations
Enumerator
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
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
Related Functions
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_ros_visualization"
]
6
d[
"package_dir"
] = {
""
:
"src"
}
7
setup
(**d)
setup
visualization
Author(s): Ioan Sucan
, Dave Coleman
, Sachin Chitta
autogenerated on Sat Mar 15 2025 02:27:26