Skip to content

Commit 968c717

Browse files
committed
Add v0.0.0.7.1
1 parent 84cfbb2 commit 968c717

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

rofunc/devices/zed/export.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,7 @@ def export_batch(filedir, all_mode=True, mode=None, core_num=10):
217217
if __name__ == "__main__":
218218
# for i in range(5):
219219
# export('/home/ubuntu/Data/06_24/Video/20220624_1649/38709363.svo', 2)
220-
export_batch('/home/ubuntu/Data/06_24/Video/20220624_1649', mode=1, core_num=20)
220+
# export_batch('/home/ubuntu/Data/06_24/Video/20220624_1649', core_num=20)
221+
import rofunc as rf
222+
223+
rf.zed.export_batch('/home/ubuntu/Data/06_24/Video/20220624_1649', core_num=20)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="rofunc",
5-
version="0.0.0.7",
5+
version="0.0.0.7.1",
66
description='Useful functions for robot experiments',
77
author="skylark",
88
author_email="jjliu@mae.cuhk.edu.hk",

0 commit comments

Comments
 (0)