Distance Sensor

The VEX V5 Distance Sensor measures the distance between the sensor and an object using a small laser.

V5 Distance Sensor

The Distance Sensor can return three types of data: the distance between the sensor and an object, the object's size, and the object's approach velocity. In PROS, the Distance Sensor can additionally return a "confidence" reading, which rates how accurate the distance returned from the sensor actually is on a scale from 0 - 63.

The range of the Distance Sensor's readings is between 20mm and 2,000mm. However, under optimal conditions, the Distance Sensor can push past the 2,000mm limit, occasionally reaching distances up to 2,100mm.

In order to measure the distance between an object and the sensor, the Distance Sensor's laser uses a method called "time of flight". An internal clock measures the time at which the laser is sent out, and the time at which the light receptor (also inside the sensor) receives the laser. The equation for time of flight is d=t/(22.998108)d = t / (2 * 2.998 * 10^8) where "d" is the distance reading in meters and "t" is the time it takes for the laser to hit the light receptor in seconds. The accuracy of this sensor is limited, as it has around a 5% accuracy beyond 200 mm, and a +/- 15mm error with distances closer than 200mm meters.

The velocity of an object in relation to the sensor is calculated by taking the delta value of the distance divided by a small period of time.

Teams Contributed to this Article:

  • MTBR (Michigan Task Based Robotics)

  • 904U (B.E.S.T.I.E. Robotics)

Last updated

Logo

This work is licensed under a Attribution-ShareAlike 2.0 Generic License