Technology/Engineering/Robotics
978-448-6362
Groton-Dunstable Regional High School Groton, MA
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.
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.