testing out some code, our auto looked similar to this:
Code:
int loop=0;
while (IsAuto())
{
char * name = strcat((char*)(++loop), " iteration");
printf(name);
}
and I run kernel task, downloads, open console, see nothing, on ds, auto enable, and the console prints out nothing and the ds then says no comms. the RSL was solid, but we had to restart. the strcat seems to be crashing the robot, is this possible? and why?