Shape Tracer#

Playground Details#

The Shape Tracer Playground occupies a square grid measuring 2000 millimeters by 2000 millimeters.

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

Diagram of the Shape Tracer Playground grid layout for VR Robot with coordinates and dimensions.

Each square within the Shape Tracer Playground grid is spaced 100 millimeters apart.

VR Robot Attributes#

The Shape Tracer 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 Shape Tracer Playground, showcasing its attributes and starting position on a grid.

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