Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
w
Functions
_
a
c
d
e
g
h
i
l
p
r
s
t
u
w
Variables
_
a
b
c
d
f
i
l
m
n
p
r
s
t
u
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
Variables
_
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
v
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
packages=[
'rosbridge_library'
,
'rosbridge_library.internal'
,
'rosbridge_library.capabilities'
,
'rosbridge_library.util'
],
6
package_dir={
''
:
'src'
},
7
)
8
9
setup
(**d)
setup
rosbridge_library
Author(s): Jonathan Mace
autogenerated on Wed Feb 12 2025 03:14:53