
Re: Logic problems; possible bugs?
Michael,
In your if statements, are you explicitly checking for true? In other words, does your code look like either of these:
If so, take out the explicit check to make the code look like this:
The first method, where you explicitly check for 'true' is highly discouraged in RobotC.