Project 05 – Labyrinth Revisited

Lesson Attachments

View Presentations

Base Code Files

Download VEX Base Code

Download LEGO Base Code

A Little Review

How to Move by Inches

How to move by inches (using VEX) from Monday 11/30

Since the LEGO wheels are different, you would need to calculate a new “counts per inch” depending on your wheel diameter.  Also, instead of using SensorValue[rightIME] you will use getMotorEncoder(rightMotor) command.

Helpful Code Samples

The following code demonstrates how to create a function.

The following code demonstrates how to reset the motor controllers on the LEGO Mindstorms.

The following code demonstrates multiple conditions including functions, timers, variables, and IME sensor values.