File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,8 @@ wiki:
139
139
url : /wiki/sensing/azure-block-detection/
140
140
- title : DWM1001 UltraWideband Positioning System
141
141
url : /wiki/sensing/ultrawideband-beacon-positioning.md
142
+ - title : Perception via Thermal Imaging
143
+ url : /wiki/sensing/thermal-perception/
142
144
- title : Controls & Actuation
143
145
url : /wiki/actuation/
144
146
children :
Original file line number Diff line number Diff line change 2
2
# Jekyll 'Front Matter' goes here. Most are set by default, and should NOT be
3
3
# overwritten except in special circumstances.
4
4
# You should set the date the article was last updated like this:
5
- date : 2020-05-11 # YYYY-MM-DD
5
+ date : 2025-04-29 # YYYY-MM-DD
6
6
# This will be displayed at the bottom of the article
7
7
# You should set the article's title:
8
- title : Thermal Perception
8
+ title : Perception via Thermal Imaging
9
9
# The 'title' is automatically displayed at the top of the page
10
10
# and used in other parts of the site.
11
11
---
12
- ## TODO: Description
12
+
13
+ In this article, we discuss strategies to implement key steps in a robotic perception pipeline using thermal cameras.
14
+ Specifically, we discuss the conditions under which a thermal camera provides more utility than an RGB camera, followed
15
+ by implementation details to perform camera calibration, dense depth estimation and odometry using thermal cameras.
16
+
17
+ ## Why Thermal Cameras?
18
+
19
+ Thermal cameras are useful in key situations where normal RGB cameras fail - notably, in perceptual degradation like
20
+ smoke and darkness.
21
+ Furthermore, unlike LiDAR and RADAR, thermal cameras do not emit any detectable radiation.
22
+ If your robot is expected to operate in darkness and smoke-filled areas, thermal cameras are a means for your robot to
23
+ perceive the environment in nearly the same way as visual cameras would in ideal conditions.
13
24
14
25
## Why Depth is Hard in Thermal
15
26
You can’t perform that action at this time.
0 commit comments