Art Canvas#

Playground Details#

The Art Canvas Playground occupies a square grid measuring 2000 millimeters by 2000 millimeters.

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

Art Canvas Playground grid layout with VR Robot starting position at (0, 0) and 100mm spaced squares.

Each square within the Art Canvas Playground grid is spaced 100 millimeters apart.

VR Robot Attributes#

The Art Canvas 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 Art Canvas Playground, measuring 133mm long and 50.8mm wide, positioned at (0, 0).

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