Skip to content

Commit d9dc6a5

Browse files
author
=
committed
Remove delay in vicon man. Fixes #18.
1 parent 47b1ce3 commit d9dc6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ViconMan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def __init__(self, viconPC_IP = 'ROB-ROUSE-VICON.adsroot.itcs.umich.edu', viconP
1818
self.destinationIP = viconPC_IP
1919
self.destinationPort = viconPC_port
2020
self.viconPath = viconPath
21-
self.delayPriorToRecord_ms = 1
21+
self.delayPriorToRecord_ms = 0
2222
self.fileName = ''
2323
self.fileDescription = ''
2424

0 commit comments

Comments
 (0)