setup.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 from setuptools import setup
4 from catkin_pkg.python_setup import generate_distutils_setup
5 
6 package_info = generate_distutils_setup(
7  packages=['rqt_dwb_plugin'],
8  package_dir={'': 'src'}
9 )
10 
11 setup(**package_info)
setup


rqt_dwb_plugin
Author(s):
autogenerated on Sun May 18 2025 02:47:58