Added the logic we discussed at the end of the meeting last night.
STATUS
REVIEW
DESCRIPTION
Incorporates the logic we discussed at the end of the meeting Mon night. We were finding the turn was frequently overshooting, thinking that is a latency issue from when IsFinished returns true and end method actually executes.
Revision would check that angle is within threshold during execute, and if so, disable the PID and stop the motors. Creates a separate flag to trigger IsFinished that's raised in the same code block.
Added the logic we discussed at the end of the meeting last night.
STATUS
REVIEW
DESCRIPTION
Incorporates the logic we discussed at the end of the meeting Mon night. We were finding the turn was frequently overshooting, thinking that is a latency issue from when IsFinished returns true and end method actually executes. Revision would check that angle is within threshold during execute, and if so, disable the PID and stop the motors. Creates a separate flag to trigger IsFinished that's raised in the same code block.
FILES THAT CONTAINTED MERGE CONFLICTS
-
TO DO