Skip to content

Commit c5a75b6

Browse files
committed
bugfix
1 parent 0426d8f commit c5a75b6

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

course/measuring_distance/locate_object.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ In the following example code, we use a change threshold of 15cm, and a maximum
3737

3838
.. tab-item:: Python
3939

40-
We can use :code:`random.randint(135, 225)` to generate a random number between 135 and 225, which we can turn that many degrees.
41-
Though, note that we need to :code:`import random` at the top of our program to import the library that contains this function.
42-
4340
.. code-block:: python
4441
4542
changeThreshold = 15 # distance change in cm needed to trigger detection
@@ -68,7 +65,7 @@ In the following example code, we use a change threshold of 15cm, and a maximum
6865
.. tab-item:: Blockly
6966

7067
.. image:: media/detection.png
71-
:width: 400
68+
:width: 900
7269

7370
Improving Accuracy
7471
~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)