8000 Improving the organization of the Sensors with 2 big categories: · ev3dev-lang-java/docs@628fedf · GitHub
[go: up one dir, main page]

Skip to content

Commit 628fedf

Browse files
committed
Improving the organization of the Sensors with 2 big categories:
LEGO Sensors and USB Sensors Adding area for Arduino IMUs Adding area for GPS sensor
1 parent 058ac46 commit 628fedf

File tree

3 files changed

+22
-12
lines changed

3 files changed

+22
-12
lines changed
Loading
Loading

src/main/asciidoc/fundamentals/sensors/index.adoc

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ The following sensors are designed to measure the internal state of the robot.
3232
* link:ev3-motors/ev3_medium_motor.html[EV3 Lego Medium Motor state]
3333
* link:battery/index.html[Battery Sensor]
3434
35-
## Source of sensors
35+
## LEGO Sensors
3636

37-
Lego mindstorms ecosystem offer several several sensors to use with your Bricks.
37+
Lego mindstorms ecosystem offers several sensors to use with your Bricks.
3838
In the following lists, we will show some examples about sensors available to use with
3939
this project.
4040

@@ -91,15 +91,6 @@ Mindsensors is a classic sensor manufacturer and it is possible use with the Rob
9191
9292
TIP: In the future, the list will grow.
9393

94-
### USB Cameras
95-
96-
USB Cameras is another way to measure the world.
97-
Using OpenCV, it is possible to manage a webcam with Java.
98-
99-
* link:usb-camera/index.html[USB Cameras]
100-
101-
image:images/logitech-webcam.png[image]
102-
10394
### Grove Sensors
10495

10596
Grove System, offer a rich set of sensors to measure the environment.
@@ -122,13 +113,32 @@ image:images/ev3-grove-sensor-adapter.jpg[image]
122113

123114
Further information about link:http://wiki.seeed.cc/Grove_System/[Grove Sensors]
124115

125-
### Slamtec Sensors
116+
## USB Sensors
117+
118+
### Cameras
119+
120+
USB Cameras is another way to measure the world.
121+
Using OpenCV, it is possible to manage a webcam with Java.
122+
123+
* link:usb-camera/index.html[USB Cameras]
124+
125+
image:images/logitech-webcam.png[image]
126+
127+
### LIDAR Sensors
126128

127129
* link:usb-rplidar/index.html[2D LIDAR RPlidar A1]
128130
* 2D LIDAR RPlidar A2
129131
130132
image:images/slamtec-rplidar-a2.png[image]
131133

134+
### IMU Sensors
135+
136+
image:images/Arduino-9-Axes-Motion-Shield.jpg[image]
137+
138+
### GPS Sensors
139+
140+
image:images/usb-gps.jpg[image]
141+
132142
++++
133143
134144
<script>

0 commit comments

Comments
 (0)
0