Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Variables
+
Classes
Class List
+
Class Members
+
All
_
c
d
i
k
n
p
r
s
Functions
+
Variables
_
c
d
k
n
r
s
+
Files
File List
setup.py
Go to the documentation of this file.
1
2
3
from
distutils.core
import
setup
4
from
catkin_pkg.python_setup
import
generate_distutils_setup
5
6
# fetch values from package.xml
7
setup_args = generate_distutils_setup(
8
packages=[
'ntrip_client'
],
9
package_dir={
''
:
'src'
},
10
)
11
12
setup
(**setup_args)
setup
ntrip_client
Author(s): Parker Hannifin Corp
autogenerated on Thu Aug 18 2022 02:39:24