setup.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 from distutils.core import setup
4 from catkin_pkg.python_setup import generate_distutils_setup
5 
6 d = generate_distutils_setup(
7  packages=['rqt_wrapper'],
8  package_dir={'': 'src'},
9  scripts=['scripts/wrqt_graph',
10  'scripts/wrqt_reconfigure',
11  'scripts/wrqt_robot_monitor',
12  'scripts/wrqt_py_trees'
13  ],
14 )
15 setup(**d)


rqt_wrapper
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 14:59:48