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
when start
repeat 50 times
do
if
isNextField Water
do
Rotate Right
else
Move Forward
But the following seems to work:
when start
repeat 50 times
do
if
isNextField Water
do
Rotate Right
Move Forward
else
Move Forward
It appears that isNextField Water is returning true after rotating right. I assume that it isn't taking the current orientation into account when checking the next field.
The text was updated successfully, but these errors were encountered:
The following setup on http://robotopia.co/#tutorial/Conditions/1 causes the robot to get stuck in the top left corner:
But the following seems to work:
It appears that isNextField Water is returning true after rotating right. I assume that it isn't taking the current orientation into account when checking the next field.
The text was updated successfully, but these errors were encountered: