install_test_data.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 from jsk_data import download_data
4 
5 
6 def main():
7  PKG = 'jsk_perception'
8 
9  download_data(
10  pkg_name=PKG,
11  path='test_data/2016-04-05-17-19-43_draw_bbox.tgz',
12  url='https://drive.google.com/uc?id=0B9P1L--7Wd2vTDVTTmtSUXRPRlU',
13  md5='9516566c66391835f85ac9cc44cbfc4b',
14  extract=True,
15  compressed_bags=['test_data/2016-04-05-17-19-43_draw_bbox/vision.bag'],
16  )
17 
18  download_data(
19  pkg_name=PKG,
20  path='test_data/2016-04-06-08-16-08_img_cpi_decomposer.tgz',
21  url='https://drive.google.com/uc?id=0B9P1L--7Wd2vcjlrOUN5LWM3dXM',
22  md5='605a4e74f8dbdbdf33f66a48e713cf6d',
23  extract=True,
24  compressed_bags=[
25  'test_data/2016-04-06-08-16-08_img_cpi_decomposer/vision.bag',
26  ],
27  )
28 
29 
30 if __name__ == '__main__':
31  main()


jsk_perception
Author(s): Manabu Saito, Ryohei Ueda
autogenerated on Mon May 3 2021 03:03:27