- Building Smart LEGO MINDSTORMS EV3 Robots
- Kyle Markland
- 72字
- 2021-08-27 19:17:34
Beacon check
Before the robot starts to move, it needs to check to see that a beacon is present. We are going to start programming inside of our master loop, and the first part of the program inside of the loop will be a switch that checks to see if there is a nearby beacon. That way, the robot will not try to find and follow a beacon if none are present.