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


rqt_joint_trajectory_plot
Author(s): Ryosuke Tajima
autogenerated on Mon Nov 2 2020 03:13:10