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=['cnn_bridge_main'],
9  package_dir={'': 'src'},
10 )
11 
12 setup(**setup_args)


cnn_bridge
Author(s): Noam C. Golombek , Alexander Beringolts
autogenerated on Mon Feb 28 2022 22:04:10