Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ease-ph
DeepLanguageUnderstanding
Physics Simulator
Commits
54f9c968
Verified
Commit
54f9c968
authored
Mar 10, 2020
by
Sebastian Höffner
Browse files
Adding 5s timeout at the end to wait until things become stable.
parent
61876227
Changes
1
Show whitespace changes
Inline
Side-by-side
Assets/DLU/Scripts/SceneController.cs
View file @
54f9c968
...
...
@@ -177,6 +177,8 @@ public class SceneController : MonoBehaviour
}
else
{
yield
return
new
WaitForSeconds
(
5
);
// TODO: record trajectories of objects etc.
yield
return
replyRequest
(
"{\"result\": \"Success!\"}"
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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