Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
z
Functions
_
a
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
z
Variables
_
a
b
c
d
f
g
h
i
k
l
m
n
p
r
s
t
v
w
Properties
Files
File List
setup.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
3
from
distutils.core
import
setup
4
from
catkin_pkg.python_setup
import
generate_distutils_setup
5
6
d = generate_distutils_setup(
7
packages=[
'rqt_py_trees'
,
'rqt_py_trees.plugins'
,
'rqt_py_trees.qt_dotgraph'
],
8
package_dir={
''
:
'src'
},
9
scripts=[
'scripts/rqt_py_trees'
]
10
)
11
12
setup
(**d)
setup
rqt_py_trees
Author(s): Thibault Kruse, Michal Staniaszek, Daniel Stonier, Naveed Usmani
autogenerated on Wed Mar 2 2022 00:59:03