Main Page
Namespaces
Namespace List
Namespace Members
All
b
c
d
f
i
k
l
m
n
r
s
u
v
Functions
Variables
Typedefs
Classes
Class List
Class Hierarchy
Class Members
All
_
e
h
i
j
l
m
p
r
s
t
u
v
w
Functions
_
h
i
m
p
r
s
t
u
w
Variables
Files
File List
File Members
All
Functions
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=[
'controller_manager_tests'
],
6
package_dir={
''
:
'src'
}
7
)
8
9
setup
(**d)
setup
controller_manager_tests
Author(s): Vijay Pradeep, Adolfo Rodriguez Tsouroukdissian
autogenerated on Tue Oct 15 2024 02:08:24