
Re: Support for writing to files?
My number 1 usage would be for datalogging. I'd want to create a "black box" to see what happened during a match, and why a part of a program messed up. I'd also experiment a bit with battery voltages.
Another use would be for "on the fly" autonomous editing. I could write code to emulate driver control code. (i.e. drive the robot through the path you want, then it acts it out.)
Eventually (if I become more skilled with robotics programming), file-writing could be used for "learning."
The most important use, though, is for datalogging. I cannot express how much I would like to see that...

//Andrew