Project 1 FAQ
This page was last updated: Sunday, 10-Apr-2011 14:27:04 AEST
by cs3411.hw1@cse.unsw.edu.au
- What version of java is being used at submit time?
At the request of students using Java Version 6,
we changed the give script to run "javac -6 -nowarn".
This worked fine when submitting on some machines (like williams)
but not on others (like login).
So, we have now changed it back to plain "javac".
If anyone knows a way around these problems, let me know.
Otherwise, I will sort it out after the submission deadline
(possibly by running different submissions on different machines).
- Are we allowed to add new sensors, or change the rate at which sensors are updated?
No, you are not allowed to add new sensors,
or use methods like setUpdatePerSecond()
or setUpdateOnEachFrame().
One objective of the assignment is being able to deal with delay
or "latency" in sensor update.
Back to Project 1 | Back
to the main page