Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Variables
Typedefs
+
Classes
Class List
Class Hierarchy
+
Class Members
All
Functions
Variables
+
Files
File List
+
File Members
+
All
b
s
+
Functions
b
Typedefs
Macros
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=[
'rosserial_arduino'
],
8
package_dir={
''
:
'src'
},
9
)
10
11
setup
(**d)
setup
rosserial_arduino
Author(s): Michael Ferguson, Adam Stambler
autogenerated on Mon Feb 28 2022 23:35:30