Tue, 24 Jan 2017 02:26:19 +0100
Moved "from __future__ import print_function"
before "# !/usr/bin/env python3"
Now it should work with Python 3.x .
Added some comments and a compact code description at the top.
volker@13 | 1 | example lidar |
volker@13 | 2 | LDRtrue, LDRmin, LDRmax |
volker@16 | 3 | 0.0040, 0.0039, 0.0057 |
volker@16 | 4 | 0.0200, 0.0197, 0.0219 |
volker@16 | 5 | 0.1000, 0.0988, 0.1026 |
volker@16 | 6 | 0.3000, 0.2965, 0.3042 |
volker@16 | 7 | 0.4500, 0.4448, 0.4554 |