Quote:
Originally Posted by nighterfighter
Although I think it is weird that my code would affect the robot before it was enabled...
|
Your code is running as soon as the robot finishes booting. It doesn't wait to be Enabled.
Enabled is just another state your code should check for as it's running.
You might want to look at what your code is doing during the disabled states.