SlideShare a Scribd company logo
Multi-Query Path Planning for Exploration Tasks
with an Unmanned Rotorcraft
Florian-M. Adolf
German Aerospace Center (DLR)
Institute of Flight Systems
Department of Unmanned Aircraft
Braunschweig, Germany
AIAA InfoTech@Aerospace 2012, Garden Grove, CA
Session: 26-I@A-19, Task Allocation and Planning Algorithms I
> Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012
Background
Support Acquisition of Situational Awareness in Hazardous Environments
www.DLR.de • Chart 2
Tepco Fukushima Daiichi Reactor, Japan 2011
[Air Photo Service + Rotomotion/Hélipse]
Earthquake, Chile 2010
Texas City disaster April 16, 1947:
Complex docks building.
[Special Collections, University of Houston Libraries]
> Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012
Problem Description
www.DLR.de • Chart 3
State of terrain
a priori unknown
Remote control link
may be disturbed when
flying out-of-sight
Intermediate paths
depend on acquired
terrain data
Repetitive path changes
UAV with terrain
mapping sensor
3-D structures with
overhangs might exist!
Autonomous Terrain Exploration
> Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012
Approach
www.DLR.de • Chart 4
Online Mapping and Multi-Query Path Planning
UAV with terrain
mapping sensor
“Raw” obstacle data
(e.g. point cloud, depth image)
Online Mapping
[Andert et al., 2009 / Krause 2010]
Geo-referenced
polygon obstacles
Online Path Replanning
[F.Adolf et al., 2010]
Path Following + Flight Control
[S.Lorenz et al., 2010]
Path updates
+ Replans efficiently on the way from „A to B“
+ Efficient multiple path queries
1. Roadmap expansion into unknown terrain
2. Decision making: „Best next“ waypoint „B“
Sensor
FOV
> Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012
Previous Roadmap-Based Path Planning
www.DLR.de • Chart 5
Roadmap
perimeter
B
A
Initial path
Polygon
updates
Non-traversable
roadmap edges
B
A
Replanned path
From “A to B”
What if we need to
extend the predefined
perimeter?
> Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012
Previous Roadmap-Based Path Planning
www.DLR.de • Chart 6
Initial roadmap
and its perimeter
1 B
Goal vertex
Acquired
during flight
B unreachable!
Non-traversable
roadmap edges
B
UAV
New obstacles
Issues Exploration from “A to B”
Resampling time hard to predict!
2b
Obstacle-based
resampling
B
UAV
> Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012
Roadmap Expansion Strategy
www.DLR.de • Chart 7
Initial roadmap
and its perimeter
B
Goal vertex
1
B
Resampled
‚unknown‘
partial volumes
A
UAV
New
obstacles
3
B
Increase chance
to find path:
Connection
strategy as for
initial roadmap
Exploration from “A to B”
> Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012
Autonomous Rotorcraft Testbeds
for Intelligent Systems (ARTIS)
www.DLR.de • Chart 8
Magnetometer
Power Supply
IMUGPSTelemetry
Flight Control
Camera
Computer Vision
Sonar
> Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012
Terrain Mapping
Geo-referenced
point cloud
Structure of interest
Area of interest
[Stefan Krause, 2010]
Remotely Piloted Aircraft System (RPAS)
www.DLR.de • Chart 9
> Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012
Simulation Setup
www.DLR.de • Chart 10
Closed Loop Flights in ‘Unknown’ Terrain
3-D LIDAR Model
50 m detection range
180 degree
scan plane 360 degree rotation @1Hz
of 2-D scan plane
Vehicle state update
ARTIS Closed Loop Simulation
Laser beam
collision detection
A Priori ‘Unknown’ Polygons
Extracted polygons
Path-based velocity
command
(VK, gamma, chi)
Roadmap-Based Planner
> Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012
B
A
Exploration Scenario 1
www.DLR.de • Chart 11
Exploration from “A to B”
> Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012
Simulation Result
www.DLR.de • Chart 12
Exploration Strategy “A to B”
UAV
Rotating
LIDAR
Initial path
5 seconds
Target
Start
Initial
roadmap
perimeter
32 seconds
Explored
obstacles
53 seconds
Flown path
> Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012
Roadmap-Based Decision Making
www.DLR.de • Chart 13
Roadmap perimeter defines
volume to be mapped
A
Greedy Mapping: Select „Best Next“ Waypoint „B“
Uniform
edge costs
A
Bmap
Mapping
vertex
1 2
A2
Bmap
„Mapped“
vertices
A1
A0
Current „A to B“ path,
no path segment to Bmap
> Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012
Roadmap-Based Decision Making
www.DLR.de • Chart 14
Strategies to mark vertices as mapped:
1. Visited:
Physically passed or reached by the
vehicle.
2. Scanned:
All edges to and from a vertex have
been inside sensor FOV.
3. Uninformative:
If vertex is detected by mapping sensor,
it is not considered to provide useful
information anymore.
Greedy Mapping: Select „Best Next“ Waypoint „B“
proximity
radius
threshold
1) Visited
3) Uninformative
Mapping
sensor
FOV
All
edges
2) Scanned
Edge at least
once completely
within FOV
> Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012
A
Exploration Scenario 2
Exploration of Urban Terrain
www.DLR.de • Chart 15
> Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012
Simulation Results
www.DLR.de • Chart 16
Rotating
LIDAR
sensor
UAV
Initial roadmap
perimeter
Exploration of Urban Terrain
> Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012
Simulation Result
www.DLR.de • Chart 17
Exploration of Urban Terrain
Efficient
replanning
Terrain almost
fully mapped
Total mission time within max. flight time of ARTIS
Trajectories
always well clear
of obstacles
> Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012
Summary
Two extensions to online roadmap-based path planner:
1. Roadmap Expansion for resolution completeness in ‘unknown’ volumes
while keeping number of samples low.
2. Online task planning roadmap:
1. Greedy mapping as example application
2. Replanning benefits from multi-query property
www.DLR.de • Chart 18
Ideas for improvements:
- Vertex marking strategy linked to real sensor instead of known FOV.
- Non-uniform edge costs:
Risk probability, account for GPS-denied locations, landing sites etc.
> Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012
Questions?
Thank you for your attention!
www.DLR.de • Chart 19
> Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012
Backup
www.DLR.de • Chart 20
> Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012
Simulation Result
www.DLR.de • Chart 21
Exploration of Urban Terrain
Remaining narrow corridor
(width < 20 m)
UAV
Rotating
LIDAR
Flown path
Current mapping path
> Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012www.DLR.de • Chart 22
Simulation Results
Influence of terrain detail level (1m)
> Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012www.DLR.de • Chart 23
Obstacle Detection and Mapping
[Andert et al., 2009]

More Related Content

PPTX
Evaluation Of The ARTIS Sampling-based Path Planner Using an Obstacle Field N...
PPTX
Trajectory Time Reduction using Field of View-based Smoothing of Roadmap-base...
PPTX
mapping application of Remort sensing
PPT
Seppe Cassettari: New directions in Mapping Place
PPT
Flood Map Desktop for ArcGIS
PPTX
Autonomous Aircraft and Adequate V&V Considerations
PDF
2018 GIS in Government: Historical Topographic Map Collection
PPT
GIS Applications Project Poster
Evaluation Of The ARTIS Sampling-based Path Planner Using an Obstacle Field N...
Trajectory Time Reduction using Field of View-based Smoothing of Roadmap-base...
mapping application of Remort sensing
Seppe Cassettari: New directions in Mapping Place
Flood Map Desktop for ArcGIS
Autonomous Aircraft and Adequate V&V Considerations
2018 GIS in Government: Historical Topographic Map Collection
GIS Applications Project Poster

What's hot (20)

PDF
Airport Engineering Syllabus
PPT
3-Dimensional Modeling to Support the Short North Historic District Design Gu...
PDF
PDF
Acebillo Summary Folio
PPTX
Unmanned Low-altitude Air Cargo, Towards Demonstration With A Specific Opera...
PDF
Case study tilos-brennerbasetunnel 3
PDF
Use of climate data for risk reduction – CCA and DRR perspective
PPT
PlanetObserver company presentation 071211
PDF
Smooth, Interactive Rendering and On-line Modification of Large-Scale, Geospa...
PDF
Veridict Trafiklab meetup 2016 12-06
PPTX
Projections
PPTX
Map design in GIS
PPT
Efficient Road Mapping
PPT
11 1 Areas Of Rectangles
PDF
Using Geometry to Integrated Road Information
PDF
Belfast City Centre 3D Modelling
PPTX
Domain research presentation Midterm
PPT
Unmanned aerial vehicles UAVs for the Construction Industry
PDF
Structural survey, inspection and evaluation using LS technology
PPTX
Impact of Drones on Civil Engineering
Airport Engineering Syllabus
3-Dimensional Modeling to Support the Short North Historic District Design Gu...
Acebillo Summary Folio
Unmanned Low-altitude Air Cargo, Towards Demonstration With A Specific Opera...
Case study tilos-brennerbasetunnel 3
Use of climate data for risk reduction – CCA and DRR perspective
PlanetObserver company presentation 071211
Smooth, Interactive Rendering and On-line Modification of Large-Scale, Geospa...
Veridict Trafiklab meetup 2016 12-06
Projections
Map design in GIS
Efficient Road Mapping
11 1 Areas Of Rectangles
Using Geometry to Integrated Road Information
Belfast City Centre 3D Modelling
Domain research presentation Midterm
Unmanned aerial vehicles UAVs for the Construction Industry
Structural survey, inspection and evaluation using LS technology
Impact of Drones on Civil Engineering
Ad

Similar to Multi-Query Path Planning for Exploration Tasks with an Unmanned Rotorcraft (20)

PDF
MiPlEx - Online Task Planning for Exploration Tasks in Urban Terrain
PPTX
Mission Planning and Execution for the Unmanned Rotorcraft ARTIS
PDF
A simulated motion planning algorithm in 2 d
PDF
Self-Flying Drones: On a Mission to Navigate Dark, Dangerous and Unknown Worlds
PDF
Path Planning Algorithms for Unmanned Aerial Vehicles
PDF
Flight cost calculation for unmanned air vehicle based on path length and hea...
PDF
Surveying Areas in Developing Regions Through Context Aware Drone Mobility
PPTX
Self Automated Rovers
PDF
DESIGN, IMPLEMENT AND SIMULATE AN AGENT MOTION PLANNING ALGORITHM IN 2D AND 3...
PDF
Implementation of D* Path Planning Algorithm with NXT LEGO Mindstorms Kit for...
PPTX
An Unmanned Helicopter for Autonomous Flights in Urban Terrain
PDF
DM986-Week 9 -Part 1-Path Planning and Obstacle Avoidance.pdf
PDF
Robotics Navigation
PPTX
AIAA Conference - Big Data Session_ Final - Jan 2016
PPTX
Asymmetric 2-Opt Scheduling for Roadmap-Based Task Planning in Urban Terrain
PPTX
Utilizing low-cost unmanned vehicle (UAV) to build orthophotos and Digital Su...
PDF
CoopPowerPoint_7_30
PDF
Obstacle detection in images
PPT
16355694.ppt
DOCX
artifical intelligence final paper
MiPlEx - Online Task Planning for Exploration Tasks in Urban Terrain
Mission Planning and Execution for the Unmanned Rotorcraft ARTIS
A simulated motion planning algorithm in 2 d
Self-Flying Drones: On a Mission to Navigate Dark, Dangerous and Unknown Worlds
Path Planning Algorithms for Unmanned Aerial Vehicles
Flight cost calculation for unmanned air vehicle based on path length and hea...
Surveying Areas in Developing Regions Through Context Aware Drone Mobility
Self Automated Rovers
DESIGN, IMPLEMENT AND SIMULATE AN AGENT MOTION PLANNING ALGORITHM IN 2D AND 3...
Implementation of D* Path Planning Algorithm with NXT LEGO Mindstorms Kit for...
An Unmanned Helicopter for Autonomous Flights in Urban Terrain
DM986-Week 9 -Part 1-Path Planning and Obstacle Avoidance.pdf
Robotics Navigation
AIAA Conference - Big Data Session_ Final - Jan 2016
Asymmetric 2-Opt Scheduling for Roadmap-Based Task Planning in Urban Terrain
Utilizing low-cost unmanned vehicle (UAV) to build orthophotos and Digital Su...
CoopPowerPoint_7_30
Obstacle detection in images
16355694.ppt
artifical intelligence final paper
Ad

Recently uploaded (20)

PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPTX
web development for engineering and engineering
DOCX
573137875-Attendance-Management-System-original
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PDF
Digital Logic Computer Design lecture notes
PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
PPTX
CH1 Production IntroductoryConcepts.pptx
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PDF
composite construction of structures.pdf
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PDF
PPT on Performance Review to get promotions
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PPTX
Construction Project Organization Group 2.pptx
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
web development for engineering and engineering
573137875-Attendance-Management-System-original
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Digital Logic Computer Design lecture notes
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
CH1 Production IntroductoryConcepts.pptx
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Model Code of Practice - Construction Work - 21102022 .pdf
Embodied AI: Ushering in the Next Era of Intelligent Systems
composite construction of structures.pdf
Foundation to blockchain - A guide to Blockchain Tech
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PPT on Performance Review to get promotions
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Automation-in-Manufacturing-Chapter-Introduction.pdf
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Construction Project Organization Group 2.pptx

Multi-Query Path Planning for Exploration Tasks with an Unmanned Rotorcraft

  • 1. Multi-Query Path Planning for Exploration Tasks with an Unmanned Rotorcraft Florian-M. Adolf German Aerospace Center (DLR) Institute of Flight Systems Department of Unmanned Aircraft Braunschweig, Germany AIAA InfoTech@Aerospace 2012, Garden Grove, CA Session: 26-I@A-19, Task Allocation and Planning Algorithms I
  • 2. > Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012 Background Support Acquisition of Situational Awareness in Hazardous Environments www.DLR.de • Chart 2 Tepco Fukushima Daiichi Reactor, Japan 2011 [Air Photo Service + Rotomotion/Hélipse] Earthquake, Chile 2010 Texas City disaster April 16, 1947: Complex docks building. [Special Collections, University of Houston Libraries]
  • 3. > Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012 Problem Description www.DLR.de • Chart 3 State of terrain a priori unknown Remote control link may be disturbed when flying out-of-sight Intermediate paths depend on acquired terrain data Repetitive path changes UAV with terrain mapping sensor 3-D structures with overhangs might exist! Autonomous Terrain Exploration
  • 4. > Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012 Approach www.DLR.de • Chart 4 Online Mapping and Multi-Query Path Planning UAV with terrain mapping sensor “Raw” obstacle data (e.g. point cloud, depth image) Online Mapping [Andert et al., 2009 / Krause 2010] Geo-referenced polygon obstacles Online Path Replanning [F.Adolf et al., 2010] Path Following + Flight Control [S.Lorenz et al., 2010] Path updates + Replans efficiently on the way from „A to B“ + Efficient multiple path queries 1. Roadmap expansion into unknown terrain 2. Decision making: „Best next“ waypoint „B“ Sensor FOV
  • 5. > Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012 Previous Roadmap-Based Path Planning www.DLR.de • Chart 5 Roadmap perimeter B A Initial path Polygon updates Non-traversable roadmap edges B A Replanned path From “A to B” What if we need to extend the predefined perimeter?
  • 6. > Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012 Previous Roadmap-Based Path Planning www.DLR.de • Chart 6 Initial roadmap and its perimeter 1 B Goal vertex Acquired during flight B unreachable! Non-traversable roadmap edges B UAV New obstacles Issues Exploration from “A to B” Resampling time hard to predict! 2b Obstacle-based resampling B UAV
  • 7. > Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012 Roadmap Expansion Strategy www.DLR.de • Chart 7 Initial roadmap and its perimeter B Goal vertex 1 B Resampled ‚unknown‘ partial volumes A UAV New obstacles 3 B Increase chance to find path: Connection strategy as for initial roadmap Exploration from “A to B”
  • 8. > Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012 Autonomous Rotorcraft Testbeds for Intelligent Systems (ARTIS) www.DLR.de • Chart 8 Magnetometer Power Supply IMUGPSTelemetry Flight Control Camera Computer Vision Sonar
  • 9. > Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012 Terrain Mapping Geo-referenced point cloud Structure of interest Area of interest [Stefan Krause, 2010] Remotely Piloted Aircraft System (RPAS) www.DLR.de • Chart 9
  • 10. > Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012 Simulation Setup www.DLR.de • Chart 10 Closed Loop Flights in ‘Unknown’ Terrain 3-D LIDAR Model 50 m detection range 180 degree scan plane 360 degree rotation @1Hz of 2-D scan plane Vehicle state update ARTIS Closed Loop Simulation Laser beam collision detection A Priori ‘Unknown’ Polygons Extracted polygons Path-based velocity command (VK, gamma, chi) Roadmap-Based Planner
  • 11. > Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012 B A Exploration Scenario 1 www.DLR.de • Chart 11 Exploration from “A to B”
  • 12. > Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012 Simulation Result www.DLR.de • Chart 12 Exploration Strategy “A to B” UAV Rotating LIDAR Initial path 5 seconds Target Start Initial roadmap perimeter 32 seconds Explored obstacles 53 seconds Flown path
  • 13. > Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012 Roadmap-Based Decision Making www.DLR.de • Chart 13 Roadmap perimeter defines volume to be mapped A Greedy Mapping: Select „Best Next“ Waypoint „B“ Uniform edge costs A Bmap Mapping vertex 1 2 A2 Bmap „Mapped“ vertices A1 A0 Current „A to B“ path, no path segment to Bmap
  • 14. > Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012 Roadmap-Based Decision Making www.DLR.de • Chart 14 Strategies to mark vertices as mapped: 1. Visited: Physically passed or reached by the vehicle. 2. Scanned: All edges to and from a vertex have been inside sensor FOV. 3. Uninformative: If vertex is detected by mapping sensor, it is not considered to provide useful information anymore. Greedy Mapping: Select „Best Next“ Waypoint „B“ proximity radius threshold 1) Visited 3) Uninformative Mapping sensor FOV All edges 2) Scanned Edge at least once completely within FOV
  • 15. > Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012 A Exploration Scenario 2 Exploration of Urban Terrain www.DLR.de • Chart 15
  • 16. > Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012 Simulation Results www.DLR.de • Chart 16 Rotating LIDAR sensor UAV Initial roadmap perimeter Exploration of Urban Terrain
  • 17. > Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012 Simulation Result www.DLR.de • Chart 17 Exploration of Urban Terrain Efficient replanning Terrain almost fully mapped Total mission time within max. flight time of ARTIS Trajectories always well clear of obstacles
  • 18. > Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012 Summary Two extensions to online roadmap-based path planner: 1. Roadmap Expansion for resolution completeness in ‘unknown’ volumes while keeping number of samples low. 2. Online task planning roadmap: 1. Greedy mapping as example application 2. Replanning benefits from multi-query property www.DLR.de • Chart 18 Ideas for improvements: - Vertex marking strategy linked to real sensor instead of known FOV. - Non-uniform edge costs: Risk probability, account for GPS-denied locations, landing sites etc.
  • 19. > Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012 Questions? Thank you for your attention! www.DLR.de • Chart 19
  • 20. > Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012 Backup www.DLR.de • Chart 20
  • 21. > Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012 Simulation Result www.DLR.de • Chart 21 Exploration of Urban Terrain Remaining narrow corridor (width < 20 m) UAV Rotating LIDAR Flown path Current mapping path
  • 22. > Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012www.DLR.de • Chart 22 Simulation Results Influence of terrain detail level (1m)
  • 23. > Multi-Query Path Planning for Exploration Tasks > Florian-M. Adolf • AIAA InfoTech, Session 26-I@A-19 > 20th June 2012www.DLR.de • Chart 23 Obstacle Detection and Mapping [Andert et al., 2009]