You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/using-xv11-lidar.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,8 @@ Then your motor interface will be available at:
81
81
82
82
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.
83
83
84
+
The scheme below is for Revo LDS. For XV11 it is enough to change some sings. See [xv11test] for detailed formulas.
85
+
84
86
{% include screenshot.html source="/images/xv11-tutorial/lidar_rotational_geometry.png" %}
85
87
86
88
You may ignore the above and the reported distance will still be approximately correct.
@@ -110,12 +112,27 @@ Everything for just a few € or $.
110
112
111
113
{% include screenshot.html source="/images/xv11-tutorial/mechanical_integration.JPG" %}
112
114
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
+
113
127
## References
114
128
115
129
[xv11hacking] - for more information on LIDAR integration
116
-
117
130
[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
0 commit comments