Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
René Søndergaard Nilsson
LEGO
Commits
de901760
Commit
de901760
authored
Jun 01, 2015
by
Lasse Brøsted Pedersen
Browse files
Merge branch 'master' of gitlab.au.dk:rene2014/lego
parents
59126c96
1c44d36a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Group7main.tex
View file @
de901760
...
...
@@ -83,6 +83,6 @@
\begin{document}
\input
{
Lesson
9
/Lesson
9
}
% Just change this line to build another file
\input
{
Lesson
10
/Lesson
10
}
% Just change this line to build another file
\end{document}
Lesson11/Programs/RobotMonitor/src/RobotMonitor.java
View file @
de901760
...
...
@@ -92,7 +92,7 @@ public class RobotMonitor
public
void
goSimulation
()
{
for
(
int
i
=
0
;
i
<
30
;
i
++
)
while
(
true
)
{
motionUpdate
(
getMove
());
sensorUpdate
(
getSensorValue
());
...
...
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