Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jesse Heckman
pbtoolbox
Commits
5ed46f0c
Commit
5ed46f0c
authored
Nov 28, 2018
by
Jesse Heckman
Browse files
minor fixes
parent
be06af23
Changes
1
Hide whitespace changes
Inline
Side-by-side
setups/vestibular chair/vPrime/core/pb_vRunExp.m
View file @
5ed46f0c
...
...
@@ -86,7 +86,7 @@ function pb_vRunExp(handles)
% stop vestibular chair
if
~
ismac
&&
~
debug
elapsedTime
=
toc
(
blockTime
);
if
elapsedTime
<
dur
;
pause
(
dur
-
floor
(
elapsedTime
));
end
% wait untill chair is finished running before disabling.
if
elapsedTime
<
dur
;
pause
(
dur
-
floor
(
elapsedTime
)
+
6
);
end
% wait untill chair is finished running before disabling.
pb_stopServo
(
vs
);
Dat
=
pb_readServo
(
vs
);
delete
(
vs
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment