Hi,
I'm building an app for my 2nd graders to use with the EV3 robots. I want them to measure distances and decide on a turn direction to get the robot to travel a specific path. The user interface is working, the robot is connecting fine. The problem I'm having is with the "Run Maze" button. I want the robot to take each measurement and turn step by step. I can get the robot to move forward the correct distance, and to turn the correct direction, but not in sequence.
Right now I know that the program can pull the distance from the students selection and move forward correctly, but only if that is the only step in the "Run Maze". The robot will also turn the correct direction, but again only if it is the only step in the "Run Maze". I want it to read the measurement from the first selection, move, read the turn direction, move, read the 2nd measurement, move, etc.
Thank you for any help you can give me!
==> apk removed