Location#

Introduction#

The VEX VR Location Sensor can track the robot’s location and angle within the different playgrounds.

Below is a list of all available blocks:

position#

The position block returns the X or Y coordinate position of the VR Robot.

(posición [X v] en [mm v])

Parameters

Description

axis

The axis to return the position of:

  • X
  • Y

units

The unit to represent the position:

  • mm – millimeters
  • inches
cuando empezó :: hat events
[Display the Y position after driving.]
unidad [adelante v]
esperar (2) segundos
deja de conducir
imprimir (posición [Y v] en [mm v]) ▶

position angle#

The position angle block returns the angle of the robot in degrees.

(ángulo de posición en grados)

Parameters

Description

This block has no parameters.

cuando empezó :: hat events
[Display the angle after turning.]
turno [derecha v]
esperar (2) segundos
deja de conducir
imprimir (ángulo de posición en grados) ▶