CiteExportLink to record
Permanent link

Direct link
Cite
Citation style
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • Other style
More styles
Language
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Other locale
More languages
Output format
  • html
  • text
  • asciidoc
  • rtf
Safe and Field Resilient Risk-Aware Path Planning with Dynamic Obstacle Avoidance in Unknown and Uncontrolled Environments
Luleå University of Technology, Department of Computer Science, Electrical and Space Engineering, Signals and Systems.ORCID iD: 0000-0002-1046-0305
2026 (English)Doctoral thesis, comprehensive summary (Other academic)
Abstract [en]

This PhD thesis advances robotic autonomy by developing novel path-planning and collision-avoidance solutions that enable resilient missions in complex, unstructured real-world environments. The primary contribution is D*+, a risk-aware path planner extending the D*-lite framework for ground and aerial robots. D*+ introduces a risk layer around occupied and unknown spaces, ensuring traversable paths with safety margins while operating on imperfect maps from real data. Its dynamic mapping supports adaptive replanning, enabling exploration missions in unknown environments, and is excellent for waypoint navigation. Real-world trials with a UAV and quadrupedal robot confirm its versatility across diverse scenarios.

The second contribution is the Detect Track and Avoid Architecture (DTAA), which tackles dynamic obstacles using YOLO-based detection, Kalman filter state estimation, and a nonlinear model predictive controller (NMPC) for anticipatory avoidance maneuvers. DTAA effectively handles fast-moving objects while following D*+ paths; however, it is limited by a short predictive horizon and susceptible to local minima. To overcome these weaknesses, this thesis introduces A*+T, a distributed, time-dependent multi-agent path planner. Built on an A*framework, A*+T integrates D*+ 's risk layers and DTAA's dynamic obstacle handling, adding a temporal dimension to the planning process, enabling collision checks in time and space. The temporal dimension enables distributed autonomous robots to plan collision-free paths in shared spaces based on other robots' planned paths.

Leveraging shared paths and predicted paths from DTAA, A*+T plans collision-free paths around the dynamic obstacles. Validated through simulations and real-world experiments, A*+T enhances mission readiness for multi-agent scenarios.

Beyond these, the thesis integrates these modules into complete robotic systems, enhancing mission control for large-scale applications. Demonstrations include mining inspections (visual and gas detection) and search-and-rescue missions (locating humans/objects). These original advancements offer robust, practical solutions for robotic navigation, validated through extensive real-world testing, and contribute significantly to autonomous systems in high-stakes environments.

Place, publisher, year, edition, pages
Luleå University of Technology, 2026.
Series
Doctoral thesis / Luleå University of Technology 1 jan 1997 → …, ISSN 1402-1544
Keywords [en]
Path-planning, Dynamic obstacle avoidance, Field robotics
National Category
Robotics and automation
Research subject
Robotics and Artificial Intelligence
Identifiers
URN: urn:nbn:se:ltu:diva-115766ISBN: 978-91-8048-964-5 (print)ISBN: 978-91-8048-965-2 (electronic)OAI: oai:DiVA.org:ltu-115766DiVA, id: diva2:2020534
Public defence
, Luleå University of Technology, Luleå (English)
Opponent
Supervisors
Available from: 2025-12-10 Created: 2025-12-10 Last updated: 2026-01-13Bibliographically approved
List of papers
1. D+: A risk aware platform agnostic heterogeneous path planner
Open this publication in new window or tab >>D+: A risk aware platform agnostic heterogeneous path planner
2023 (English)In: Expert systems with applications, ISSN 0957-4174, E-ISSN 1873-6793, Vol. 215, article id 119408Article, review/survey (Refereed) Published
Abstract [en]

This article establishes the novel D+*, , a risk-aware and platform-agnostic heterogeneous global path planner for robotic navigation in complex environments. The proposed planner addresses a fundamental bottleneck of occupancy-based path planners related to their dependency on accurate and dense maps. More specifically, their performance is highly affected by poorly reconstructed or sparse areas (e.g. holes in the walls or ceilings) leading to faulty generated paths outside the physical boundaries of the 3-dimensional space. As it will be presented, D+* addresses this challenge with three novel contributions, integrated into one solution, namely: (a) the proximity risk, (b) the modeling of the unknown space, and (c) the map updates. By adding a risk layer to spaces that are closer to the occupied ones, some holes are filled, and thus the problematic short-cutting through them to the final goal is prevented. The novel established D+*  also provides safety marginals to the walls and other obstacles, a property that results in paths that do not cut the corners that could potentially disrupt the platform operation. D+*  has also the capability to model the unknown space as risk-free areas that should keep the paths inside, e.g in a tunnel environment, and thus heavily reducing the risk of larger shortcuts through openings in the walls. D+* is also introducing a dynamic map handling capability that continuously updates with the latest information acquired during the map building process, allowing the planner to use constant map growth and resolve cases of planning over outdated sparser map reconstructions. The proposed path planner is also capable to plan 2D and 3D paths by only changing the input map to a 2D or 3D map and it is independent of the dynamics of the robotic platform. The efficiency of the proposed scheme is experimentally evaluated in multiple real-life experiments where D+* is producing successfully proper planned paths, either in 2D in the use case of the Boston dynamics Spot robot or 3D paths in the case of an unmanned areal vehicle in varying and challenging scenarios.

Place, publisher, year, edition, pages
Elsevier, 2023
Keywords
DSP, Path planing, Risk aware, Platform agnostic
National Category
Computer graphics and computer vision
Research subject
Robotics and Artificial Intelligence
Identifiers
urn:nbn:se:ltu:diva-94859 (URN)10.1016/j.eswa.2022.119408 (DOI)000906357700001 ()2-s2.0-85144050427 (Scopus ID)
Funder
EU, Horizon 2020, 869379 illuMINEation
Note

Validerad;2023;Nivå 2;2023-01-01 (hanlid)

Available from: 2022-12-16 Created: 2022-12-16 Last updated: 2025-12-10Bibliographically approved
2. A Time-dependent Risk-aware distributed Multi-Agent Path Finder based on A*
Open this publication in new window or tab >>A Time-dependent Risk-aware distributed Multi-Agent Path Finder based on A*
(English)Manuscript (preprint) (Other academic)
National Category
Robotics and automation
Research subject
Robotics and Artificial Intelligence
Identifiers
urn:nbn:se:ltu:diva-115762 (URN)
Available from: 2025-12-10 Created: 2025-12-10 Last updated: 2026-01-13
3. Monocular Vision-based Obstacle Avoidance Scheme for Micro Aerial Vehicle Navigation
Open this publication in new window or tab >>Monocular Vision-based Obstacle Avoidance Scheme for Micro Aerial Vehicle Navigation
2021 (English)In: 2021 The International Conference on Unmanned Aircraft Systems (ICUAS’21), IEEE, 2021, p. 1321-1327Conference paper, Published paper (Refereed)
Abstract [en]

One of the challenges in deploying Micro Aerial Vehicless (MAVs) in unknown environments is the need of securing for collision-free paths with static and dynamic obstacles. This article proposes a monocular vision-based reactive planner for MAVs obstacle avoidance. The avoidance scheme is structured around a Convolution Neural Network (CNN) for object detection and classification (You Only Lock Once (YOLO)), used to identify the bounding box of the objects of interest in the image plane. Moreover, the YOLO is combined with a Kalman filter to robustify the object tracking, in case of losing the boundary boxes, by estimating their position and providing a fixed rate estimation. Since MAVs are fast and agile platforms, the object tracking should be performed in real-time for the collision avoidance. By processing the information of the bounding boxes with the image field of view and applying trigonometry operations, the pixel coordinates of the object are translated to heading commands, which results to a collision free maneuver. The efficacy of the proposed scheme has been extensively evaluated in the Gazebo simulation environment, as well as in experimental evaluations with a MAV equipped with a monocular camera.

Place, publisher, year, edition, pages
IEEE, 2021
Series
International Conference on Unmanned Aircraft Systems (ICUAS), E-ISSN 2575-7296
National Category
Robotics and automation
Research subject
Robotics and Artificial Intelligence
Identifiers
urn:nbn:se:ltu:diva-86251 (URN)10.1109/ICUAS51884.2021.9476793 (DOI)2-s2.0-85111417650 (Scopus ID)
Conference
International Conference on Unmanned Aircraft Systems, (ICUAS'21), Athens, Greece, June 15-18, 2021
Funder
EU, Horizon 2020, 869379 illuMINEation
Note

ISBN för värdpublikation: 978-1-6654-1535-4, 978-1-6654-4704-1

Available from: 2021-07-02 Created: 2021-07-02 Last updated: 2025-12-10Bibliographically approved
4. Ensuring Robot-Human Safety for the BD Spot Using Active Visual Tracking and NMPC With Velocity Obstacles
Open this publication in new window or tab >>Ensuring Robot-Human Safety for the BD Spot Using Active Visual Tracking and NMPC With Velocity Obstacles
2022 (English)In: IEEE Access, E-ISSN 2169-3536, Vol. 10, p. 100224-100233Article in journal (Refereed) Published
Abstract [en]

When humans and robots operate in and occupy the same local space, proximity detection and proactive collision avoidance is of high importance. As legged robots, such as the Boston Dynamics (BD) Spot, start to appear in real-world application environments, ensuring safe robot-human interactions while operating in full autonomy mode becomes a critical gate-keeping technology for trust in robotic workers. Towards that problem, this article proposes a track-and-avoid architecture for legged robots that combines a visual object detection and estimation pipeline with a Nonlinear Model Predictive Controller (NMPC) based on the Optimization Engine, capable of generating trajectories that satisfy the avoidance and tracking problems in real-time operations where the computation time never exceeded 40 ms. The system is experimentally evaluated using the BD Spot, in a custom sensor and computational suite, and in fully autonomous operational conditions, for the robot-human safety scenario of quickly moving noncooperative obstacles. The results demonstrate the efficacy of the scheme in multiple scenarios where the maximum safety distance violation was only 9 cm for an obstacle moving at 2.5 m/s while affected by both state estimation and object detection uncertainty and noise.

Place, publisher, year, edition, pages
IEEE, 2022
Keywords
Human robot interaction, NMPC, object detection, object tracking, spot, velocity obstacle
National Category
Computer Sciences Control Engineering
Research subject
Robotics and Artificial Intelligence
Identifiers
urn:nbn:se:ltu:diva-93404 (URN)10.1109/access.2022.3205611 (DOI)000861351500001 ()2-s2.0-85139414977 (Scopus ID)
Funder
EU, Horizon 2020, 869379EU, Horizon 2020, 101003591
Note

Validerad;2022;Nivå 2;2022-10-05 (joosat);

Available from: 2022-10-05 Created: 2022-10-05 Last updated: 2025-12-10Bibliographically approved
5. DTAA: A Detect, Track and Avoid Architecture for navigation in spaces with Multiple Velocity Objects
Open this publication in new window or tab >>DTAA: A Detect, Track and Avoid Architecture for navigation in spaces with Multiple Velocity Objects
(English)Manuscript (preprint) (Other academic)
National Category
Robotics and automation
Research subject
Robotics and Artificial Intelligence
Identifiers
urn:nbn:se:ltu:diva-115763 (URN)10.48550/arXiv.2412.0812 (DOI)
Available from: 2025-12-10 Created: 2025-12-10 Last updated: 2026-01-12Bibliographically approved
6. Experimental evaluation of autonomous map-based Spot navigation in confined environments
Open this publication in new window or tab >>Experimental evaluation of autonomous map-based Spot navigation in confined environments
2022 (English)In: Biomimetic Intelligence and Robotics, ISSN 2667-3797, Vol. 2, no 1, article id 100035Article in journal (Refereed) Published
Place, publisher, year, edition, pages
Elsevier, 2022
National Category
Computer graphics and computer vision
Research subject
Robotics and Artificial Intelligence
Identifiers
urn:nbn:se:ltu:diva-89177 (URN)10.1016/j.birob.2022.100035 (DOI)001359221300005 ()2-s2.0-85130397740 (Scopus ID)
Funder
EU, Horizon 2020, 869379 illuMINEation
Note

Godkänd;2022;Nivå 0;2022-02-24 (hanlid)

Available from: 2022-02-09 Created: 2022-02-09 Last updated: 2025-12-10Bibliographically approved
7. Towards energy efficient autonomous exploration of Mars lava tube with a Martian coaxial quadrotor
Open this publication in new window or tab >>Towards energy efficient autonomous exploration of Mars lava tube with a Martian coaxial quadrotor
Show others...
2023 (English)In: Advances in Space Research, ISSN 0273-1177, E-ISSN 1879-1948, Vol. 71, no 9, p. 3837-3854Article in journal (Refereed) Published
Abstract [en]

Mapping and exploration of a Martian terrain with an aerial vehicle has become an emerging research direction, since the successful flight demonstration of the Mars helicopter Ingenuity. Although the autonomy and navigation capability of the state of the art Mars helicopter has proven to be efficient in an open environment, the next area of interest for exploration on Mars are caves or ancient lava tube like environments, especially towards the never-ending search of life on other planets. This article presents an autonomous exploration mission based on a modified frontier approach along with a risk aware planning and integrated collision avoidance scheme with a special focus on energy aspects of a custom designed Mars Coaxial Quadrotor (MCQ) in a Martian simulated lava tube. One of the biggest novelties of the article stems from addressing the exploration capability, while rapidly exploring in local areas and intelligently global re-positioning of the MCQ when reaching dead ends in order to efficiently use the battery based consumed energy, while increasing the volume of the exploration. The proposed novel algorithm for the Martian exploration is able to select the next way point of interest, such that the MCQ keeps its heading towards the local exploration direction where it will find maximum information about the surroundings. The proposed three layer cost based global re-position point selection assists in rapidly redirecting the MCQ to previously partially seen areas that could lead to more unexplored part of the lava tube. The Martian fully simulated mission presented in this article takes into consideration the fidelity of physics of Mars condition in terms of thin atmosphere, low surface pressure and low gravity of the planet, while proves the efficiency of the proposed scheme in exploring an area that is particularly challenging due to the subterranean-like environment. The proposed exploration-planning framework is also validated in simulation by comparing it against the graph based exploration planner. Intensive simulations with true Mars conditions are carried out in order to validate and benchmark our approach in a utmost realistic Mars lava tube exploration scenario using a Mars Coaxial Quadrotor.

Place, publisher, year, edition, pages
Elsevier, 2023
Keywords
Frontier, Mars exploration, Mars lava tube, Global re positioning
National Category
Aerospace Engineering
Research subject
Robotics and Artificial Intelligence
Identifiers
urn:nbn:se:ltu:diva-94268 (URN)10.1016/j.asr.2022.11.014 (DOI)000975824400001 ()2-s2.0-85142513242 (Scopus ID)
Funder
EU, Horizon 2020, 869379 illuMINEation
Note

Validerad;2023;Nivå 2;2023-04-20 (hanlid)

Available from: 2022-11-25 Created: 2022-11-25 Last updated: 2025-12-10Bibliographically approved
8. Towards field deployment of MAVs in adaptive exploration of GPS-denied subterranean environments
Open this publication in new window or tab >>Towards field deployment of MAVs in adaptive exploration of GPS-denied subterranean environments
Show others...
2024 (English)In: Robotics and Autonomous Systems, ISSN 0921-8890, E-ISSN 1872-793X, Vol. 176, article id 104663Article in journal (Refereed) Published
Abstract [en]

Exploration and safe navigation in previously unknown GPS-denied obstructed areas are major challenges for autonomous robots when deployed in subterranean environments. In response, this work establishes an Exploration-Planning framework developed for the real-world deployment of Micro Aerial Vehicles (MAVs) in subterranean exploration missions. The fundamental task for an autonomous MAV to navigate in an unknown area, is to decide where to look while navigating such that the MAV will acquire more information about the surrounding. The work presented in this article focuses around 3D exploration of large-scale caves or multi-branched tunnel like structures, while still prioritizing the Look-Ahead and Move-Forward approach for fast navigation in previously unknown areas. In order to achieve such exploration behaviour, the proposed work utilizes a two-layer navigation approach. The first layer deals with computing traversable frontiers to generate the look ahead poses in the constrained field of view, aligned with the MAV’s heading vector that leads to rapid continuous exploration. The proposed frontier distribution based switching goal selection approach allows the MAV to explore various terrains, while still regulating the MAV’s heading vector. The second layer of the proposed scheme deals with global cost based navigation of the MAV to the potential junction in a multi-branched tunnel system leading to a continuous exploration of partially seen areas. The proposed framework is a combination of a novel frontier goal selection approach, risk-aware expandable grid based path planning, nonlinear model predictive control and artificial potential fields based on local reactive navigation, obstacle avoidance, and control for the autonomous deployment of MAVs in extreme environments.

Place, publisher, year, edition, pages
Elsevier, 2024
Keywords
Frontiers, MAV, Subterranean environment, Navigation, Global re positioning
National Category
Robotics and automation
Research subject
Robotics and Artificial Intelligence
Identifiers
urn:nbn:se:ltu:diva-96665 (URN)10.1016/j.robot.2024.104663 (DOI)001217384800001 ()2-s2.0-85188513373 (Scopus ID)
Funder
EU, Horizon 2020, 869379 illuMINEation
Note

Validerad;2024;Nivå 2;2024-04-02 (joosat);

Full text: CC BY License;

This article has previously appeared as a manuscript in a thesis.

Available from: 2023-04-19 Created: 2023-04-19 Last updated: 2025-12-10Bibliographically approved
9. Multi-Robot Task Allocation Framework with Integrated Risk-Aware 3D Path Planning
Open this publication in new window or tab >>Multi-Robot Task Allocation Framework with Integrated Risk-Aware 3D Path Planning
Show others...
2022 (English)In: 2022 30th Mediterranean Conference on Control and Automation (MED), IEEE, 2022, p. 481-486Conference paper, Published paper (Refereed)
Abstract [en]

This article presents an overall system architecture for multi-robot coordination in a known environment. The proposed framework is structured around a task allocation mechanism that performs unlabeled multi-robot path assignment informed by 3D path planning, while using a nonlinear model predictive control(NMPC) for each unmanned aerial vehicle (UAV) to navigate along its assigned path. More specifically, at first a risk aware 3D path planner D∗+ is applied to calculate cost between each UAV agent and each target point. Then the cost matrix related to the computed trajectories to each goal is fed into the Hungarian Algorithm that solves the assignment problem and generates the minimum total cost. NMPC is implemented to control the UAV while satisfying path following and input constraints. We evaluate the proposed architecture in Gazebo simulation framework and the result indicates UAVs are capable of approaching their assigned target whilst avoiding collisions.

Place, publisher, year, edition, pages
IEEE, 2022
Series
Mediterranean Conference on Control and Automation (MED), ISSN 2325-369X, E-ISSN 2473-3504
National Category
Computer Sciences Computer graphics and computer vision
Research subject
Robotics and Artificial Intelligence
Identifiers
urn:nbn:se:ltu:diva-92636 (URN)10.1109/MED54222.2022.9837240 (DOI)000854013700080 ()2-s2.0-85136284162 (Scopus ID)
Conference
30th Mediterranean Conference on Control and Automation (MED), Vouliagmeni, Greece, June 28 - July 1, 2022
Note

ISBN för värdpublikation: 978-1-6654-0673-4 (electronic), 978-1-6654-0674-1 (print)

Available from: 2022-08-23 Created: 2022-08-23 Last updated: 2025-12-10Bibliographically approved
10. Cluster-based Multi-Robot Task Assignment, Planning, and Control
Open this publication in new window or tab >>Cluster-based Multi-Robot Task Assignment, Planning, and Control
Show others...
2024 (English)In: International Journal of Control, Automation and Systems, ISSN 1598-6446, E-ISSN 2005-4092, Vol. 22, no 8, p. 2537-2550Article in journal (Refereed) Published
Abstract [en]

This paper presents a complete system architecture for multi-robot coordination for unbalanced task assignments, where a number of robots are supposed to visit and accomplish missions at different locations. The proposed method first clusters tasks into clusters according to the number of robots, then the assignment is done in the form of one-cluster-to-one-robot, followed by solving the traveling salesman problem (TSP) to determine the visiting order of tasks within each cluster. A nonlinear model predictive controller (NMPC) is designed for robots to navigate to their assigned tasks while avoiding colliding with other robots. Several simulations are conducted to evaluate the feasibility of the proposed architecture. Video examples of the simulations can be viewed at https://youtu.be/5C7zTnv2sfo and https://youtu.be/-JtSg5V2fTI?si=7PfzZbleOOsRdzRd. Besides, we compare the cluster-based assignment with a simulated annealing (SA) algorithm, one of the typical solutions for the multiple traveling salesman problem (mTSP), and the result reveals that with a similar optimization effect, the cluster-based assignment demonstrates a notable reduction in computation time. This efficiency becomes increasingly pronounced as the task-to-agent ratio grows.

Place, publisher, year, edition, pages
Springer Nature, 2024
Keywords
Autonomous robots, Hungarian algorithm, multi-robot systems, task assignment
National Category
Robotics and automation
Research subject
Robotics and Artificial Intelligence
Identifiers
urn:nbn:se:ltu:diva-103890 (URN)10.1007/s12555-023-0745-4 (DOI)001282795800023 ()2-s2.0-85200365780 (Scopus ID)
Projects
Autonomous Drones for Underground Mining Operations
Funder
Swedish Energy AgencyEU, Horizon 2020, 101003591
Note

Validerad;2024;Nivå 2;2024-08-12 (hanlid);

Funder: LKAB

Available from: 2024-01-23 Created: 2024-01-23 Last updated: 2025-12-10Bibliographically approved
11. Safety Inspections and Gas Monitoring in Hazardous Mining Areas Shortly After Blasting Using Autonomous UAVs
Open this publication in new window or tab >>Safety Inspections and Gas Monitoring in Hazardous Mining Areas Shortly After Blasting Using Autonomous UAVs
Show others...
2025 (English)In: Journal of Field Robotics, ISSN 1556-4959, E-ISSN 1556-4967, Vol. 42, no 5, p. 2076-2094Article in journal (Refereed) Published
Abstract [en]

This article presents the first ever fully autonomous UAV (Unmanned Aerial Vehicle) mission to perform gas measurements after a real blast in an underground mine. The demonstration mission was deployed around 40 minutes after the blast took place, and as such realistic gas levels were measured. We also present multiple field robotics experiments in different mines detailing the development process. The presented novel autonomy stack, denoted as the Routine Inspection Autonomy (RIA) framework, combines a risk-aware 3D path planning D + ∗ , with 3D LiDAR-based global relocalization on a known map, and it is integrated on a custom hardware and a sensing stack with an onboard gas sensing device. In the presented framework, the autonomous UAV can be deployed in incredibly harsh conditions (dust, significant deformations of the map) shortly after blasting to perform inspections of lingering gases that present a significant safety risk to workers. We also present a change detection framework that can extract and visualize the areas that were changed in the blasting procedure, a critical parameter for planning the extraction of materials, and for updating existing mine maps. As will be demonstrated, the RIA stack can enable robust autonomy in harsh conditions, and provides reliable and safe navigation behavior for autonomous Routine Inspection missions.

Place, publisher, year, edition, pages
John Wiley & Sons, 2025
Keywords
Field Robotics, Mining Robotics, Unmanned Areal Vehicles, Gas Monitoring, Change Detection
National Category
Robotics and automation
Research subject
Robotics and Artificial Intelligence
Identifiers
urn:nbn:se:ltu:diva-111152 (URN)10.1002/rob.22500 (DOI)001536479200038 ()2-s2.0-85215285844 (Scopus ID)
Funder
EU, Horizon 2020, 101003591
Note

Validerad;2025;Nivå 2;2025-08-07 (u4);

Funder: Sustainable Underground Mining, SUM (SP14);

Full text license: CC BY-NC 4.0

Available from: 2024-12-30 Created: 2024-12-30 Last updated: 2025-12-10Bibliographically approved
12. Multimodality robotic systems: Integrated combined legged-aerial mobility for subterranean search-and-rescue
Open this publication in new window or tab >>Multimodality robotic systems: Integrated combined legged-aerial mobility for subterranean search-and-rescue
Show others...
2022 (English)In: Robotics and Autonomous Systems, ISSN 0921-8890, E-ISSN 1872-793X, Vol. 154, article id 104134Article in journal (Refereed) Published
Abstract [en]

This work presents a field-hardened autonomous multimodal legged-aerial robotic system for subterranean exploration, extending a legged robot to be the carrier of an aerial platform capable of a rapid deployment in search-and-rescue scenarios. The driving force for developing such robotic configurations are the requirements for large-scale and long-term missions, where the payload capacity and long battery life of the legged robot is combined and integrated with the agile motion of the aerial agent. The multimodal robot is structured around the quadruped Boston Dynamics Spot, enhanced with a custom configured autonomy sensor payload as well as a UAV carrier platform, while the aerial agent is a custom built quadcopter. This work presents the novel design and hardware implementation as well as the onboard sensor suites. Moreover it establishes the overall autonomy architecture in a unified supervision approach while respecting each locomotion modality, including guidance, navigation, perception, state estimation, and control capabilities with a focus on rapid deployment and efficient exploration. The robotic system complete architecture is evaluated in real subterranean tunnel areas, in multiple fully autonomous search-and-rescue missions with the goal of identifying and locating objects of interest within the subterranean environment.

Place, publisher, year, edition, pages
Elsevier, 2022
Keywords
Field robotics, Search-and-rescue robotics, Unmanned aerial vehicles, Quadruped robots, Multimodality robots, Subterranean exploration
National Category
Robotics and automation
Research subject
Robotics and Artificial Intelligence
Identifiers
urn:nbn:se:ltu:diva-90608 (URN)10.1016/j.robot.2022.104134 (DOI)000810432800009 ()2-s2.0-85130338725 (Scopus ID)
Funder
EU, Horizon 2020, 869379 illuMINEation; 101003591 NEXGEN-SIMSInterreg Nord, ROBOSOL NYPS 20202891
Note

Validerad;2022;Nivå 2;2022-06-01 (johcin)

Available from: 2022-05-11 Created: 2022-05-11 Last updated: 2025-12-10Bibliographically approved
13. Deployment of Autonomous UAVs in Underground Mines: Field Evaluations and Use-case Demonstrations
Open this publication in new window or tab >>Deployment of Autonomous UAVs in Underground Mines: Field Evaluations and Use-case Demonstrations
Show others...
(English)Manuscript (preprint) (Other academic)
National Category
Robotics and automation
Identifiers
urn:nbn:se:ltu:diva-115764 (URN)
Available from: 2025-12-10 Created: 2025-12-10 Last updated: 2026-01-12Bibliographically approved
14. Deployment of an Aerial Multi-agent System for Automated Task Execution in Large-scale Underground Mining Environments
Open this publication in new window or tab >>Deployment of an Aerial Multi-agent System for Automated Task Execution in Large-scale Underground Mining Environments
Show others...
(English)In: IEEE transactions on field robotics., ISSN 2997-1101Article in journal (Refereed) Submitted
National Category
Robotics and automation
Identifiers
urn:nbn:se:ltu:diva-111566 (URN)
Available from: 2025-02-07 Created: 2025-02-07 Last updated: 2026-01-12Bibliographically approved
15. Dataset collection from a SubT environment
Open this publication in new window or tab >>Dataset collection from a SubT environment
Show others...
2022 (English)In: Robotics and Autonomous Systems, ISSN 0921-8890, E-ISSN 1872-793X, Vol. 155, article id 104168Article in journal (Refereed) Published
Abstract [en]

This article presents a dataset collected from the subterranean (SubT) environment with a current state-of-the-art sensors required for autonomous navigation. The dataset includes sensor measurements collected with RGB, RGB-D, event-based and thermal cameras, 2D and 3D lidars, inertial measurement unit (IMU), and ultra wideband (UWB) positioning systems which are mounted on the mobile robot. The overall sensor setup will be referred further in the article as a data collection platform. The dataset contains synchronized raw data measurements from all the sensors in the robot operating system (ROS) message format and video feeds collected with action and 360 cameras. A detailed description of the sensors embedded into the data collection platform and a data collection process are introduced. The collected dataset is aimed for evaluating navigation, localization and mapping algorithms in SubT environments. This article is accompanied with the public release of all collected datasets from the SubT environment. Link: Dataset (C) 2022 The Author(s). Published by Elsevier B.V.

Place, publisher, year, edition, pages
Elsevier, 2022
Keywords
Dataset, SubT, RGB, RGB-D, Event-based and thermal cameras, 2D and 3D lidars
National Category
Computer graphics and computer vision
Research subject
Robotics and Artificial Intelligence
Identifiers
urn:nbn:se:ltu:diva-92577 (URN)10.1016/j.robot.2022.104168 (DOI)000833416900009 ()2-s2.0-85132735325 (Scopus ID)
Funder
EU, Horizon Europe, 869379 illuMINEation
Note

Validerad;2022;Nivå 2;2022-08-19 (hanlid)

Available from: 2022-08-19 Created: 2022-08-19 Last updated: 2025-12-10Bibliographically approved

Open Access in DiVA

fulltext(217025 kB)34 downloads
File information
File name FULLTEXT03.pdfFile size 217025 kBChecksum SHA-512
ebe023236a056ac1811e738de2bb30751cc3b90148c0b9b7e879dc21225101bdeb19f110e91da8e667344e6141df654a7657a1a03ab30587bac6034f321bc440
Type fulltextMimetype application/pdf

Authority records

Nordström, Samuel

Search in DiVA

By author/editor
Nordström, Samuel
By organisation
Signals and Systems
Robotics and automation

Search outside of DiVA

GoogleGoogle Scholar
Total: 34 downloads
The number of downloads is the sum of all downloads of full texts. It may include eg previous versions that are now no longer available

isbn
urn-nbn

Altmetric score

isbn
urn-nbn
Total: 1639 hits
CiteExportLink to record
Permanent link

Direct link
Cite
Citation style
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • Other style
More styles
Language
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Other locale
More languages
Output format
  • html
  • text
  • asciidoc
  • rtf