For more information
http://www.computing.northampton.ac.uk/~landt/conference.html
http://www.web-sustainablity.net/conference/GreenConferenceBook.pdf
http://junkbots.blogspot.com/
http://computingnorthampton.blogspot.com/
1 of 12
Download to read offline
More Related Content
Ceisie2011 conf
1. Junkbots Scott Turner Division of Computing School of Science and Technology The University of Northampton
5. public class week2_4{ public static void main(String[] args) { robot2 harry=new robot2(); for(;;) { //part of the routine inside the loop can go here if (harry.checkBumpers()==true) { //what to do on wall detection wall goes here } //further code could go here } //code outside of the loop could go here }