Zero Robotics Middle School Summer Program 2019
Info
			
				
                                	
Overview
					
				
			
				
                                	
Contacts
					
				
			
				
                                	
Game Documents
					
				
			
				
                                	
Program Coordinator Materials
					
				
			
				
                                	
Evaluation Surveys
					
				
			
				
                                	
State Rosters
					
				
			
				
                                	
Training Session Materials
					
				
			
				
			
				
                                	
Emails
					
				
			
				
                                	
IDE FAQ
					
				
			
				
                                	
Regional Rankings Summary
					
				
			
				
                                	
ISS Finals
					
				
			
			
			
			Teams
			
				
				California
				
			
				
				Connecticut
				
			
				
				Florida
				
			
				
				Georgia
				
			
				
				Idaho
				
			
				
				Maryland
				
			
				
				Massachusetts
				
			
				
				Minnesota/Illinois/Kansas
				
			
				
				Navajo Nation
				
			
				
				New Jersey
				
			
				
				Oregon
				
			
				
				Pennyslvania
				
			
				
				Puerto Rico
				
			
				
				Rhode Island
				
			
				
				Russia
				
			
				
				Texas
				
			
				
			
				
				Washington
				
			
				
				West Virginia
				
			
			
			
			
			Leaderboard
Submission Log
			
				
				Georgia Middle School 2019
				
			
				
				Russia Middle School 2019
				
			
				
				Puerto Rico Middle School 2019
				
			
				
				California Middle School 2019
				
			
				
				Florida Middle School 2019
				
			
				
				West Virginia Middle School 2019 
				
			
				
				Connecticut Middle School 2019
				
			
				
				Texas Middle School 2019
				
			
				
				Rhode Island Middle School 2019
				
			
				
				Washington Middle School 2019
				
			
				
				Oregon Middle School 2019
				
			
				
				New Jersey Middle School 2019
				
			
				
				Maryland Middle School 2019
				
			
				
				Massachusetts Middle School 2019
				
			
				
				Idaho Middle School 2019
				
			
				
				Minnesota/Illinois/Kansas Middle School 2019
				
			
				
				Pennyslvania Middle School 2019
				
			
				
				Navajo Nation 2019
				
			
				
				UROP MS 2019
				
			
			
			
		IDE Frequently Asked Questions for Common Issues
If you are having issues with the IDE check out this page with solutions to common errors. If your error is not covered on this FAQ page send an email to zerorobotics@mit.edu
Q: My code is compiling, but will not simulate.
A: This can be the case for two main reasons:
Your code contains an infinite loop: If you are using a 'while' it may be an escapable while loop. Alternatively, use if-then arguments.Q: My graphical editor is frozen and I cannot edit it.
A: When sharing take the following precautions to avoid corrupting your files
Save a copy before you share your code with your team. Then do your future edits on the un-shared copy. If you have a teammate retrieving your shared code have them make a copy of the shared code to edit. This copy that your teammate has created should be unshared immediately (since copies are automatically shared ) before they begin to work on it .To summarize: You should not directly edit shared code or it will be corrupted! Before sharing make a copy and the people who work on the shared code should also make a copy.
Q: My code does not compile. I am getting a 'was not declared in this scope ' error.
A: Attempt to rename your arrays.
This may have been an error that occurred during block generation. Rename the array associated with the error. For instance, if you have an error for an array named 'pos' rename it 'pos1' and so on.
 
         
         
         
         
         
         
         
        