Skip to main content

CS Level 1 - VEXcode VR Python

Unit 7 - Decisions with Colors

Introduction

Using Python with VEXcode VR requires a VR Enhanced or Premium license. Make sure you are logged in with your class code and that the VR Logo in the top left corner is grey or gold. 

In this Unit, you will learn how to use the Front Eye Sensor and conditional statements to solve the Disk Maze Challenge. In the Disk Maze Challenge, the VR Robot will navigate through the Disk Maze Playground from start to finish using the Front Eye Sensor to detect colors.

The Disk Maze Problem

Coding the VR Robot to navigate the Disk Maze can be done in a number of ways. The goal of the Disk Maze is to drive the VR Robot to each of the colored disks in the maze, ending at the red disk. In previous Units, you solved mazes uses while loops and sensor feedback to detect objects. Luckily, there are tools on the VR Robot, and in our code, that can help us detect colors to solve to the Disk Maze problem. You will learn about those tools in this Unit, beginning with the Eye Sensors in the next Lesson.