Difference between revisions of "Obstacle Detection"

(Created page with "Obstacle detection is the use of sensors and software to identify obstacles around the robot. Obstacle detection plays a critical role in preventing collisions, <nowiki>mapp...")
 
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Obstacle detection is the use of sensors and software to identify obstacles around the robot. Obstacle detection plays a critical role in preventing collisions, <nowiki>[[mapping/SLAM]]</nowiki>, and generating information used by <nowiki>[[navigation and path planning]]</nowiki> algorithms.
+
Obstacle detection is the use of [[:Category:Sensors|sensors]] and [[:Category:Software|software]] to identify obstacles around the robot. Obstacle detection plays a critical role in preventing collisions, mapping/SLAM, and generating information used by navigation and path planning algorithms.
  
 
Simple application: a robot reads output from a front-mounted [[Infrared Distance Sensor|IR]] or [[Ultrasonic Distance Sensor|ultrasonic]] distance sensor to detect obstacles in front of itself and uses this information to stop before a collision happens.
 
Simple application: a robot reads output from a front-mounted [[Infrared Distance Sensor|IR]] or [[Ultrasonic Distance Sensor|ultrasonic]] distance sensor to detect obstacles in front of itself and uses this information to stop before a collision happens.
  
Complex application: a robot uses a [[Lidar#3D Lidar|3D lidar]] to scan its surroundings and passes the generated point cloud to a <nowiki>[[SLAM algorithm]]</nowiki> to update a map of its environment.
+
Complex application: a robot uses a [[Lidar#3D Lidar|3D lidar]] to scan its surroundings and passes the generated point cloud to a SLAM algorithm to update a map of its environment.
  
Sensor selection is a complex topic and is addressed in detail on these pages:
+
[[Sensor Selection|Sensor selection]] is a complex topic and depends on many factors and considerations.<br />
  
<br />
+
==List of Commonly Used Sensors==
 +
[[Infrared Distance Sensor|Infrared (IR) Distance Sensor]]
  
== Example Obstacle Detection System ==
+
[[Ultrasonic Distance Sensor]]
<br />
 
  
== List of Commonly Used Sensors ==
+
Contact Switch
<IR>
 
  
<Ultrasonic>
+
[[Lidar#1D Lidar|1D Lidar]]
  
<Contact Switch>
+
[[Lidar#2D Lidar|2D Lidar]]
  
<1D Lidar>
+
[[Lidar#3D Lidar|3D Lidar]]
  
<2D Lidar>
+
Camera
  
<3D Lidar>
+
Depth Camera
 
+
[[Category:Sensors]]
<Camera>
+
[[Category:Autonomous]]
 
 
<Depth Camera>
 

Latest revision as of 16:21, 9 April 2021

Obstacle detection is the use of sensors and software to identify obstacles around the robot. Obstacle detection plays a critical role in preventing collisions, mapping/SLAM, and generating information used by navigation and path planning algorithms.

Simple application: a robot reads output from a front-mounted IR or ultrasonic distance sensor to detect obstacles in front of itself and uses this information to stop before a collision happens.

Complex application: a robot uses a 3D lidar to scan its surroundings and passes the generated point cloud to a SLAM algorithm to update a map of its environment.

Sensor selection is a complex topic and depends on many factors and considerations.

List of Commonly Used Sensors

Infrared (IR) Distance Sensor

Ultrasonic Distance Sensor

Contact Switch

1D Lidar

2D Lidar

3D Lidar

Camera

Depth Camera