tools/imu_delay_tester/setup.py
Go to the documentation of this file.
1 #
2 # Setup Skeleton taken from here: https://github.com/maet3608/minimal-setup-py/blob/master/setup.py
3 #
4 from setuptools import setup, find_packages
5 
6 setup(
7  name='imu_delay_tester',
8  version='1.0.0',
9  url='https://github.com/SICKAG/sick_scan_xd/tools/imu_delay_test',
10  author='Michael Lehning',
11  author_email='michael.lehning@lehning.de',
12  description='Test for multiScan IMU',
13  packages=find_packages(),
14  #
15  # "requests" is needed for URL handling.
16  install_requires=['numpy',
17  'matplotlib',
18  'scipy',
19  'statsmodels'],
20 )
setup


sick_scan_xd
Author(s): Michael Lehning , Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:10