Quote:
Originally Posted by AlexD744
It may be helpful to add your own output messages throughout your code, then you will see what is getting called before the RobotDrive message, and it will probably point to the area of code that is causing the stop.
|
I did exactly that, and realized that it never even got to the first method (it obviously created the robotdrive object, though). I just switched away from the iterativerobot template and now it works. I found the other templates didn't do what I wanted, so I created the templateOfDoom! No more problems now. If anybody wants, I could try to find some way to share it.