Main Page
Namespaces
Classes
Files
File List
setup.py
Go to the documentation of this file.
1
## ! DO NOT MANUALLY INVOKE THIS setup.py, USE CATKIN INSTEAD
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=[
'piksi_multi_rtk'
],
9
scripts=[
'bin/geodetic_survey'
,
'bin/piksi_multi'
],
10
package_dir={
''
:
'src'
})
11
12
setup
(**setup_args)
setup
piksi_multi_rtk
Author(s):
autogenerated on Mon Jun 10 2019 13:08:19