Skip to content

Commit 0e39aa4

Browse files
authored
Merge pull request #2 from aayush-fadia/thermal-perception
Initial thermal-perception wiki entry Aayush
2 parents 9a800cc + 56cdae8 commit 0e39aa4

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

_data/navigation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ wiki:
139139
url: /wiki/sensing/azure-block-detection/
140140
- title: DWM1001 UltraWideband Positioning System
141141
url: /wiki/sensing/ultrawideband-beacon-positioning.md
142+
- title: Perception via Thermal Imaging
143+
url: /wiki/sensing/thermal-perception/
142144
- title: Controls & Actuation
143145
url: /wiki/actuation/
144146
children:

wiki/sensing/thermal-perception.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,25 @@
22
# Jekyll 'Front Matter' goes here. Most are set by default, and should NOT be
33
# overwritten except in special circumstances.
44
# 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
66
# This will be displayed at the bottom of the article
77
# You should set the article's title:
8-
title: Thermal Perception
8+
title: Perception via Thermal Imaging
99
# The 'title' is automatically displayed at the top of the page
1010
# and used in other parts of the site.
1111
---
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.
1324

1425
## Why Depth is Hard in Thermal
1526

0 commit comments

Comments
 (0)