Disk Transport#

Playground Details#

The Disk Transport Playground occupies a square grid measuring 2000 millimeters by 2000 millimeters.

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

Diagram of the Disk Transport Playground, showing grid layout and VR Robot attributes for navigation and interaction.

Each square within the Disk Transport Playground grid is spaced 200 millimeters apart.

VR Robot Attributes#

The Disk Transport 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 the Disk Transport Playground, featuring sensors and tools 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