You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the while loop that waits for a motor to reach its target position performs nothing within the loop. Needs have been raised to check for certain predicates during such movements.
Proposal: Allow an instance of Runnable to be passed into autonomous functions such as driveForwards and rotateClockwise.
The text was updated successfully, but these errors were encountered:
Currently, the
while
loop that waits for a motor to reach its target position performs nothing within the loop. Needs have been raised to check for certain predicates during such movements.Proposal: Allow an instance of
Runnable
to be passed into autonomous functions such asdriveForwards
androtateClockwise
.The text was updated successfully, but these errors were encountered: