Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Variables
+
Files
File List
+
File Members
All
Functions
Variables
setup.py
Go to the documentation of this file.
1
from
distutils.core
import
setup
2
from
catkin_pkg.python_setup
import
generate_distutils_setup
3
4
setup_args = generate_distutils_setup(
5
packages=[
'gps_common'
],
6
scripts=[],
7
package_dir={
''
:
'src'
},
8
requires=[
'sensor_msgs'
])
9
10
setup
(**setup_args)
setup
gps_common
Author(s):
autogenerated on Sat Jun 17 2023 02:44:30