|
Re: URGENT: Command-Based Program Not Working
Just re-load the last known working version of your code into the robot.
If it works, you made a code change which broke the software.
Just do a file-by-file comparison to identify the changes you made, then start adding the changes back in one at a time until the code breaks again.
|