Disk Maze#

Playground Details#

The Disk Maze Playground occupies a square space measuring 2000 millimeters by 2000 millimeters.

The VR Robot’s starting position is at the coordinate (-562, -907).

Diagram of the Disk Maze Playground layout for VR Robot, measuring 2000mm x 2000mm with starting coordinates.

VR Robot Attributes#

The Disk Maze Playground uses the standard VR Robot Configuration.

The standard VR Robot measures approximately 133 millimeters long and 50.8 millimeters wide. The wheels are 50mm in diameter.

Standard VR Robot in Disk Maze Playground, showcasing its configuration and sensors for navigation and interaction.

Configuration

Description

API Documentation

Python Command Name

Drivetrain

The Robot has access to a Drivetrain with a built-in Gyro Sensor to track the VR Robot’s current heading and angle of rotation.

Blocks - Python

drivetrain

Electromagnet

The Robot has access to an Electromagnet to pick up or drop Game Elements with.

Blocks - Python

magnet

VR Pen

The Robot has access to the standard VR Pen tool.

Blocks - Python

pen

Brain Timer

The Robot has access to a built-in timer.

Blocks - Python

brain.timer

Bumper Sensor

The Robot has access to two Bumper Sensors, positioned on the left and right of the robot’s front face.

Blocks - Python

left_bumper right_bumper

Distance Sensor

The Robot has access to only the Front Distance Sensor.

Blocks - Python

front_distance

Eye Sensor

The Robot has access to two Eye Sensors, one below it and one on its front.

Blocks - Python

down_eye front_eye

Location Sensor

The Robot has access to a Location Sensor that can report its current position.

Blocks - Python

location