setup.py
Go to the documentation of this file.
1
# ! DO NOT MANUALLY INVOKE THIS setup.py, USE CATKIN INSTEAD
2
3
from
catkin_pkg.python_setup
import
generate_distutils_setup
4
5
from
setuptools
import
setup
6
7
# fetch values from package.xml
8
setup_args = generate_distutils_setup(
9
packages=[
'camera_calibration_parsers'
],
10
package_dir={
''
:
'src'
})
11
12
setup
(**setup_args)
setup
camera_calibration_parsers
Author(s): Patrick Mihelich
autogenerated on Sat Jan 20 2024 03:14:48