Skip to content

Commit

Permalink
Add v0.0.0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylark0924 committed Sep 10, 2022
1 parent 84cfbb2 commit 968c717
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion rofunc/devices/zed/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,7 @@ def export_batch(filedir, all_mode=True, mode=None, core_num=10):
if __name__ == "__main__":
# for i in range(5):
# export('/home/ubuntu/Data/06_24/Video/20220624_1649/38709363.svo', 2)
export_batch('/home/ubuntu/Data/06_24/Video/20220624_1649', mode=1, core_num=20)
# export_batch('/home/ubuntu/Data/06_24/Video/20220624_1649', core_num=20)
import rofunc as rf

rf.zed.export_batch('/home/ubuntu/Data/06_24/Video/20220624_1649', core_num=20)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="rofunc",
version="0.0.0.7",
version="0.0.0.7.1",
description='Useful functions for robot experiments',
author="skylark",
author_email="jjliu@mae.cuhk.edu.hk",
Expand Down

0 comments on commit 968c717

Please sign in to comment.