Skip to content

Commit 6e272b9

Browse files
committed
Laser Specs and Safety section
1 parent d890899 commit 6e272b9

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

docs/tutorials/using-xv11-lidar.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ Then your motor interface will be available at:
8181

8282
If you assume that XV11 LIDAR returns you the distance to the object you will have it *almost* right. To do it correctly take into account the rotational geometry of the LIDAR.
8383

84+
The scheme below is for Revo LDS. For XV11 it is enough to change some sings. See [xv11test] for detailed formulas.
85+
8486
{% include screenshot.html source="/images/xv11-tutorial/lidar_rotational_geometry.png" %}
8587

8688
You may ignore the above and the reported distance will still be approximately correct.
@@ -110,12 +112,27 @@ Everything for just a few € or $.
110112

111113
{% include screenshot.html source="/images/xv11-tutorial/mechanical_integration.JPG" %}
112114

115+
## Laser Specs and Safety
116+
117+
You can find laser technical parameters on Neato website - see [laser specs], the `Compliance information` section.
118+
According to this documentation the laser is class 1 device. It means that it is safe under all conditions of normal use.
119+
Whether our use is normal is disputable. See wikipedia entry on [laser safety class 1] if you are concerned.
120+
121+
Despite some contrary information on the internet the XV11 laser is in the visible range of light.
122+
It is possible to see the laser dot if looking at exactly correct angle.
123+
The laser pulse duration is only 200 microseconds so you would see a blinking dot on every revolution.
124+
125+
Quite obviously I am not encouraging you to do that and if you do, you're doing it at own risk.
126+
113127
## References
114128

115129
[xv11hacking] - for more information on LIDAR integration
116-
117130
[Revo LDS Whitepaper] - for an article describing Revo LDS, written by the engineers from Neato Robotics. XV11 LIDAR is not exactly Revo LDS but they share a lot of design
131+
[laser specs] - for laser specification from official Neato site
132+
[laser safety class 1] - for wikipedia entry on laser safety classes
118133

119134
[xv11test]: https://github.com/bmegli/ev3dev-mapping
120135
[xv11hacking]: http://xv11hacking.wikispaces.com/LIDAR+Sensor
121136
[Revo LDS Whitepaper]: http://www.robotshop.com/media/files/PDF/revolds-whitepaper.pdf
137+
[laser specs]: https://22eccb839e35374fb256-2040e42aee01271224a32cb55734f01b.ssl.cf2.rackcdn.com/wp-content/uploads/2015/04/Important_Information_XV_Series_3-language_EN-FR-ES_low1.pdf
138+
[laser safety class 1]: https://en.wikipedia.org/wiki/Laser_safety#Class_1

0 commit comments

Comments
 (0)