Coral Reef Cleanup#

Playground Details#

The Coral Reef Cleanup Playground roughly occupies a square space measuring 2000 millimeters by 2000 millimeters.

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

VR Robot participating in the Coral Reef Cleanup Playground, equipped with sensors and tools for environmental restoration.

VR Robot Attributes#

The Coral Reef Cleanup 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.

VR robot designed for coral reef cleanup, featuring sensors and tools for environmental restoration tasks.

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