Skip to Main Content

Understanding the Coordinate System in VEXcode VR

In VEXcode VR, the VR Robot moves around different Playgrounds that are based on a coordinate system.


Coordinate Systems (X, Y)

Grip_Map_with_Axis__1_.jpg

A coordinate system is a mathematical grid of values. There are different types of coordinate systems, but the Cartesian Coordinate System, or the (x,y) plane, is used in VEXcode VR. This is also known as a 2D (Dimensional) system, since its two dimensions are the X and Y axis.

Grip Map with Axis origin

The X and Y axis can be used to locate a specific point, or coordinate, of the VR Robot on the Playground. The X-coordinate determines the horizontal (left to right) position of the specific point. The Y-coordinate determines the vertical (up and down) position of the point. The VEXcode VR Playgrounds range from -1000mm to 1000mm for both the X and Y axis.

The center of the Playground lies on the coordinate (0, 0) or also known as the origin.

Dashboard location xy

The specific X and Y location of the VR Robot can be found in the Dashboard of the Playground.


Playground Size

grid with robot

The Playgrounds range from -1000mm to 1000mm on both the X and Y axes. This makes the dimensions of the VEXcode VR Playground 2000mm x 2000mm.

200mm-with-robot.jpg

The measurement of each of the individual squares used to make up the grids on many of the VEXcode VR Playgrounds, such as the Grid World, are 200mm by 200mm.


Blocks

position for block dropdown

VEXcode VR features a Location sensor that reads (X,Y) coordinates from the front-center of the VR Robot. That sensor can be used with the position for block for both the X and Y values. 

Position angle block

The Location sensor also will report on the position angle of the VR Robot by using the position angle block. 

For more information about blocks, view the Help information.


Directions

VR Robot Top Down View

The VR Robot follows a rotational number system from 0 to 359.99 in a clockwise rotation. 

Dashboard Location Angle

The Location Angle of the VR Robot can be found in the Dashboard of the Playground

For more information, help, and tips, check out the many resources at VEX Professional Development Plus

Last Updated: