Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 404 Bytes

distance.rst

File metadata and controls

12 lines (8 loc) · 404 Bytes

Distance sensors

The robot is equipped with two front-facing distance sensors, using Time-of-Flight laser technology, which can be accessed using the commands below.

.. function::  distance_L.range

.. function::  distance_R.range

    Distance reading of left (respectively, right)  sensor, in mm.
    Note that it is a property, not a function - do not use parentheses.