Understanding Fire Through Thermal Radiation Fields for Mobile Robots

Anton R. Wagner1, Madhan B. Rao2, Xuesu Xiao2, Sören Pirk1
1VCAI Lab, Kiel University, Germany   2RobotiXX Lab, George Mason University, USA
IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 2026
Experimental setup: a Boston Dynamics Spot robot approaching a controlled propane fire, equipped with depth and thermal sensors.

Experimental setup with the Boston Dynamics Spot robot approaching a controlled fire generated by a propane-based fire training device. The robot is equipped with depth and thermal sensors to perceive the environment and construct a thermal radiation field for fire-aware navigation.

Abstract

Safely moving through environments affected by fire is a critical capability for autonomous mobile robots deployed in disaster response. In this work, we present a novel approach for mobile robots to understand fire through building real-time thermal radiation fields. We register depth and thermal images to obtain a 3D point cloud annotated with temperature values. From these data, we identify fires and use the Stefan–Boltzmann law to approximate the thermal radiation in empty spaces. This enables the construction of a continuous thermal radiation field over the environment. We show that this representation can be used for robot navigation, where we embed thermal constraints into the cost map to compute collision-free and thermally safe paths. We validate our approach on a Boston Dynamics Spot robot in controlled experimental settings. Our experiments demonstrate the robot's ability to avoid hazardous regions while still reaching navigation goals. Our approach paves the way toward mobile robots that can be autonomously deployed in fire-affected environments, with potential applications in search-and-rescue, firefighting, and hazardous material response.

Video

Method Overview

Pipeline: stereo depth and thermal sensing produce a thermally annotated point cloud, from which the fire is localized and a Stefan-Boltzmann radiation field is estimated for fire-aware navigation.

We use stereo depth and thermal sensor data to capture a fire (a) and compute a thermally annotated point cloud (b). We take the highest-temperature points and project them into a 2D grid (c), then use the Stefan–Boltzmann law to estimate the heat decay of the fire (d). Finally, we integrate the resulting thermal occupancy map with a common spatial occupancy map for fire-aware robot navigation (e).

Contributions

  1. We register thermal and depth sensor images on a legged robot to produce 3D point clouds annotated with temperature measurements.
  2. We detect and localize a fire by clustering high-temperature 3D points.
  3. We construct a continuous free-space radiative heat-flux field using a Stefan–Boltzmann-based power estimate, and inject it directly into an A*-based planner for collision-free, thermally safe navigation.

Results

BibTeX

@misc{wagner2026thermalradiation,
  title         = {Understanding Fire Through Thermal Radiation Fields for Mobile Robots},
  author        = {Wagner, Anton R. and Rao, Madhan B. and Xiao, Xuesu and Pirk, S{\"o}ren},
  year          = {2026},
  eprint        = {2602.19108},
  archivePrefix = {arXiv},
  primaryClass  = {cs.RO},
  url           = {https://arxiv.org/abs/2602.19108}
}