setup.py
Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 
00003 from distutils.core import setup
00004 from catkin_pkg.python_setup import generate_distutils_setup
00005 
00006 d = generate_distutils_setup(
00007     packages=['calibration_estimation', 'calibration_estimation.sensors'],
00008     package_dir={'': 'src'},
00009     install_requires=['genpy', 'numpy', 'rosgraph', 'roslib', 'rospkg'],
00010     )
00011 
00012 setup(**d)


calibration_estimation
Author(s): Vijay Pradeep, Michael Ferguson
autogenerated on Wed Aug 26 2015 10:56:21