SlideShare ist ein Scribd-Unternehmen logo
1 von 34
Downloaden Sie, um offline zu lesen
Everything You Need to Know about
Mixed Integer Linear Programming


Ben Gardiner, Travis Cooper, 
Matthew Haveard, Waseem Ahmad
Outline
I.   Overview of MILP
II.  Existing UAV path planning Implementations
III.  Our Implementation
  a.     Common Constraints
  b.     Significant Variables
  c.     Improvements
IV.  Results
V.  Future Improvements
Mixed Integer Linear Programming
● Used to solve problems formulated as 
  systems of linear constraints


● A solver, like Gurobi, can find the most 
  optimal solution if given enough time


● Originally designed for offline problems, like 
  crop planning
Prior Usages with UAVs
● Plan most effective con­colliding paths for 
  UAVs


● Computationally intensive
   
● More than a minute to find the best path
MILP Collision Avoidance




   t=72.713      dt=2
Receding Horizon Control (RHC)
● Reduce computation time by having multiple 
  smaller calculations


● Get a portion of a path solved


● Re­solve new path by the time UAVs have 
  reached end of previous path.
Connected Components
● Creates multiple problems that can be solved 
  simultaneously 


● Select a subset of UAVs that are close to each 
  other


● Solve that subset as a component that has no 
  relevance to other components
Commonly Used Constraints
● Dynamics Constraint – so UAVs conform to 
  real world physics


● Maximum Speed and Force – physical 
  constraints specific to UAVs


● Separation Distance – Distance that must be 
  maintained between UAVs
Physical Dynamics Constraint



    ∀ p∈ [ 1... N ] ∀ i∈ [ 0 ... T −1 ]
       si1 p= A p sip B p f ip


The next state must always be equal to force 
 and velocity vectors added to current state
Maximum Speed and Force




The next state must always be inside of a polygon 
  which represents maximum speed and force
Separation Distance




UAVs must always maintain a minimum 
      distance from each other
New Constraint: Minimum Speed
            statet1




            statet
Significant Variables

● Standard Implementation

● RHC

● Connected Components
Variables from Prior 
            Implementations
●   Size of timesteps (dt)

●   Number of timesteps (Nt)

●   Separation Distance (d)

●   Time to solve (T)
RHC/Connected Components 
            Variables
●   Horizon Length

●   Component Threshold Distance

●   Recalculation Point

●   Number of waypoints given
Paths Planned Fully
Paths Planned Fully

Computation Time: 865.9s 
Vehicle 1 Completion Time:  159 
Vehicle 2 Completion Time:  138 
Vehicle 3 Completion Time:  118
Paths Planned using RHC
Paths Planned using RHC

Vehicle 1 Completion Time:  160 
Vehicle 2 Completion Time:  143 
Vehicle 3 Completion Time:  125 
Number of Infeasible Solutions Returned:  20 
Number of Feasible Solutions Returned:  139 
Mean Iteration Computation Time:  0.0676489431153 
Net Computation Time:  10.7561819553 
Comparison
Paths Planned Fully   Paths Planned using RHC




Total Computation      Total Computation 
time: 865.9s           time: 10.75618s
Results
          Real­time Flight Simulated 
          using ROS
          Number of UAVs: 3
          Number of Waypoints per UAV: 
          Unlimited Random (only 
          achieved shown)
          Field Size: 1000m x 1000m 
          (Flight Map scaled to 10m/unit)
          Flight Time: 300s
          UAV Speed: 11.76 m/s
          Mean Iteration Computation Time:
          0.0573s
          Distance actual/distance 
          minimum: 1.046
Results
Results
          Real­time Flight Simulated 
          using ROS
          Number of UAVs: 6
          Number of Waypoints per UAV:: 
          Unlimited Random (only 
          achieved shown)
          Field Size: 1000m x 1000m 
          (Flight Map scaled to 10m/unit)
          Flight Time: 300s
          UAV Speed: 11.76 m/s
          Mean Iteration Computation Time:
          0.107s
          Distance actual/distance 
          minimum: 1.063
Results
Results
Results
Conclusions
●   MILP implemented through RHC with 
    Connected Components works very well
●   The interactions between the ROS 
    framework and the MILP solver become 
    unstable with large amounts of UAVs
●   There is a lack of concurrency between 
    the information from ROS and the found 
    solutions
Possible Future Research

●   Improve relations between MILP and ROS

●   Dynamic RHC

●   Smart Connected Components
The End

Weitere ähnliche Inhalte

Was ist angesagt?

Uav flight control system with ins gps
Uav flight control system with ins gpsUav flight control system with ins gps
Uav flight control system with ins gpsamir amiry
 
An introduction to drones: hardware, protocols and auto-pilot systems
An introduction to drones: hardware, protocols and auto-pilot systemsAn introduction to drones: hardware, protocols and auto-pilot systems
An introduction to drones: hardware, protocols and auto-pilot systemsUniversity of Oklahoma
 
Physical Flying Agents: Ummanned Aerial Vehicles Control, Coordination and Em...
Physical Flying Agents: Ummanned Aerial Vehicles Control, Coordination and Em...Physical Flying Agents: Ummanned Aerial Vehicles Control, Coordination and Em...
Physical Flying Agents: Ummanned Aerial Vehicles Control, Coordination and Em...Corrado Santoro
 
Implementation of INS-GPS
Implementation of INS-GPSImplementation of INS-GPS
Implementation of INS-GPSIpsit Dash
 
Embedded Programming for Quadcopters
Embedded Programming for QuadcoptersEmbedded Programming for Quadcopters
Embedded Programming for QuadcoptersRyan Boland
 
How does a Quadrotor fly? A journey from physics, mathematics, control system...
How does a Quadrotor fly? A journey from physics, mathematics, control system...How does a Quadrotor fly? A journey from physics, mathematics, control system...
How does a Quadrotor fly? A journey from physics, mathematics, control system...Corrado Santoro
 
Aircraft navigation system
Aircraft navigation systemAircraft navigation system
Aircraft navigation systemKrishikesh Singh
 
Fundamentals of Air Traffic Control
Fundamentals of Air Traffic ControlFundamentals of Air Traffic Control
Fundamentals of Air Traffic Controlcrystalboy024
 
Nav 6 power point presentation
Nav 6 power point presentationNav 6 power point presentation
Nav 6 power point presentationJayson Genobiagon
 
Ins for dp methods full
Ins for dp methods   fullIns for dp methods   full
Ins for dp methods fullJames Titcomb
 
4 IGARSS2011kobayashiPi-SARearthquak20110724b.ppt
4 IGARSS2011kobayashiPi-SARearthquak20110724b.ppt4 IGARSS2011kobayashiPi-SARearthquak20110724b.ppt
4 IGARSS2011kobayashiPi-SARearthquak20110724b.pptgrssieee
 
Air craft surveillance & instrumental landing system
Air craft surveillance & instrumental landing systemAir craft surveillance & instrumental landing system
Air craft surveillance & instrumental landing systemBikas Sadashiv
 

Was ist angesagt? (20)

report
reportreport
report
 
Uav flight control system with ins gps
Uav flight control system with ins gpsUav flight control system with ins gps
Uav flight control system with ins gps
 
An introduction to drones: hardware, protocols and auto-pilot systems
An introduction to drones: hardware, protocols and auto-pilot systemsAn introduction to drones: hardware, protocols and auto-pilot systems
An introduction to drones: hardware, protocols and auto-pilot systems
 
Quadcopter
QuadcopterQuadcopter
Quadcopter
 
Physical Flying Agents: Ummanned Aerial Vehicles Control, Coordination and Em...
Physical Flying Agents: Ummanned Aerial Vehicles Control, Coordination and Em...Physical Flying Agents: Ummanned Aerial Vehicles Control, Coordination and Em...
Physical Flying Agents: Ummanned Aerial Vehicles Control, Coordination and Em...
 
Implementation of INS-GPS
Implementation of INS-GPSImplementation of INS-GPS
Implementation of INS-GPS
 
Embedded Programming for Quadcopters
Embedded Programming for QuadcoptersEmbedded Programming for Quadcopters
Embedded Programming for Quadcopters
 
Multi-constellation GNSS Simulator
Multi-constellation GNSS SimulatorMulti-constellation GNSS Simulator
Multi-constellation GNSS Simulator
 
Development platform
Development platformDevelopment platform
Development platform
 
Hsb 2011 diffuse
Hsb 2011 diffuseHsb 2011 diffuse
Hsb 2011 diffuse
 
How does a Quadrotor fly? A journey from physics, mathematics, control system...
How does a Quadrotor fly? A journey from physics, mathematics, control system...How does a Quadrotor fly? A journey from physics, mathematics, control system...
How does a Quadrotor fly? A journey from physics, mathematics, control system...
 
Aircraft navigation system
Aircraft navigation systemAircraft navigation system
Aircraft navigation system
 
Fundamentals of Air Traffic Control
Fundamentals of Air Traffic ControlFundamentals of Air Traffic Control
Fundamentals of Air Traffic Control
 
Nav 6 power point presentation
Nav 6 power point presentationNav 6 power point presentation
Nav 6 power point presentation
 
Ins for dp methods full
Ins for dp methods   fullIns for dp methods   full
Ins for dp methods full
 
Bartolomeo_ASGSR
Bartolomeo_ASGSRBartolomeo_ASGSR
Bartolomeo_ASGSR
 
2016-A-3
2016-A-32016-A-3
2016-A-3
 
4 IGARSS2011kobayashiPi-SARearthquak20110724b.ppt
4 IGARSS2011kobayashiPi-SARearthquak20110724b.ppt4 IGARSS2011kobayashiPi-SARearthquak20110724b.ppt
4 IGARSS2011kobayashiPi-SARearthquak20110724b.ppt
 
68899162 imo-ps-gps
68899162 imo-ps-gps68899162 imo-ps-gps
68899162 imo-ps-gps
 
Air craft surveillance & instrumental landing system
Air craft surveillance & instrumental landing systemAir craft surveillance & instrumental landing system
Air craft surveillance & instrumental landing system
 

Andere mochten auch

Uav presentation
Uav presentationUav presentation
Uav presentationMeshut
 
UAV Presentation
UAV PresentationUAV Presentation
UAV PresentationRuyyan
 
Presentation of uav based giroplana
Presentation of uav based giroplanaPresentation of uav based giroplana
Presentation of uav based giroplanaAlexey Khvostantsev
 
Development of propulsion system for small ducted fan uav
Development of propulsion system for small ducted fan uavDevelopment of propulsion system for small ducted fan uav
Development of propulsion system for small ducted fan uavFara Yacob
 
UNMANNED AERIAL VEHICLES
UNMANNED AERIAL VEHICLESUNMANNED AERIAL VEHICLES
UNMANNED AERIAL VEHICLESooseravelli
 
UAV Project presentation 1
UAV Project presentation 1UAV Project presentation 1
UAV Project presentation 1zynaxsoft
 
Unmanned aerial vehicles
Unmanned aerial vehiclesUnmanned aerial vehicles
Unmanned aerial vehiclesShahnawaz Alam
 
drones-an introduction to design
drones-an introduction to designdrones-an introduction to design
drones-an introduction to designSafeer Muhammad
 
Drone-Unmanned Aerial Vehicle
Drone-Unmanned Aerial VehicleDrone-Unmanned Aerial Vehicle
Drone-Unmanned Aerial Vehicleshivu1234
 

Andere mochten auch (9)

Uav presentation
Uav presentationUav presentation
Uav presentation
 
UAV Presentation
UAV PresentationUAV Presentation
UAV Presentation
 
Presentation of uav based giroplana
Presentation of uav based giroplanaPresentation of uav based giroplana
Presentation of uav based giroplana
 
Development of propulsion system for small ducted fan uav
Development of propulsion system for small ducted fan uavDevelopment of propulsion system for small ducted fan uav
Development of propulsion system for small ducted fan uav
 
UNMANNED AERIAL VEHICLES
UNMANNED AERIAL VEHICLESUNMANNED AERIAL VEHICLES
UNMANNED AERIAL VEHICLES
 
UAV Project presentation 1
UAV Project presentation 1UAV Project presentation 1
UAV Project presentation 1
 
Unmanned aerial vehicles
Unmanned aerial vehiclesUnmanned aerial vehicles
Unmanned aerial vehicles
 
drones-an introduction to design
drones-an introduction to designdrones-an introduction to design
drones-an introduction to design
 
Drone-Unmanned Aerial Vehicle
Drone-Unmanned Aerial VehicleDrone-Unmanned Aerial Vehicle
Drone-Unmanned Aerial Vehicle
 

Ähnlich wie PFD UAV Final Presentation

Karl Hedrick
Karl HedrickKarl Hedrick
Karl HedricksUAS News
 
Computational fluid dynamics (cfd)
Computational fluid dynamics                       (cfd)Computational fluid dynamics                       (cfd)
Computational fluid dynamics (cfd)BhavanakanwarRao
 
Modular Multi-Objective Genetic Algorithm for Large Scale Bi-level Problems
Modular Multi-Objective Genetic Algorithm for Large Scale Bi-level ProblemsModular Multi-Objective Genetic Algorithm for Large Scale Bi-level Problems
Modular Multi-Objective Genetic Algorithm for Large Scale Bi-level ProblemsStefano Costanzo
 
Slide-Igor-Mahorcic
Slide-Igor-MahorcicSlide-Igor-Mahorcic
Slide-Igor-Mahorcicigormahorcic
 
ATCM presentation
ATCM presentationATCM presentation
ATCM presentationRishu Seth
 
Resource aware and incremental mosaics of wide areas from small scale ua vs
Resource aware and incremental mosaics of wide areas from small scale ua vsResource aware and incremental mosaics of wide areas from small scale ua vs
Resource aware and incremental mosaics of wide areas from small scale ua vsbhaskar reddy gurram
 
RDC-2016-ST-paper-final-Mukherjee.pdf
RDC-2016-ST-paper-final-Mukherjee.pdfRDC-2016-ST-paper-final-Mukherjee.pdf
RDC-2016-ST-paper-final-Mukherjee.pdfPoulastya Mukherjee
 
Summary _ Multi-agent robotic system (MARS) for UAV-UGV path planning and aut...
Summary _ Multi-agent robotic system (MARS) for UAV-UGV path planning and aut...Summary _ Multi-agent robotic system (MARS) for UAV-UGV path planning and aut...
Summary _ Multi-agent robotic system (MARS) for UAV-UGV path planning and aut...RicardoHogan
 
Review of the paper: Traffic-aware Frequency Scaling for Balanced On-Chip Net...
Review of the paper: Traffic-aware Frequency Scaling for Balanced On-Chip Net...Review of the paper: Traffic-aware Frequency Scaling for Balanced On-Chip Net...
Review of the paper: Traffic-aware Frequency Scaling for Balanced On-Chip Net...Luca Sinico
 
Case Study for Plant Layout :: A modern analysis
Case Study for Plant Layout :: A modern analysisCase Study for Plant Layout :: A modern analysis
Case Study for Plant Layout :: A modern analysisSarang Bhutada
 
Area Time Efficient Scaling Free Rotation Mode Cordic Using Circular Trajectory
Area Time Efficient Scaling Free Rotation Mode Cordic Using Circular TrajectoryArea Time Efficient Scaling Free Rotation Mode Cordic Using Circular Trajectory
Area Time Efficient Scaling Free Rotation Mode Cordic Using Circular TrajectoryIOSR Journals
 
Presentazione tesi magistrale Martino Marangon
Presentazione tesi magistrale Martino MarangonPresentazione tesi magistrale Martino Marangon
Presentazione tesi magistrale Martino MarangonMartino Marangon
 
Morales, Randulph: Spatio-temporal kriging in estimating local methane source...
Morales, Randulph: Spatio-temporal kriging in estimating local methane source...Morales, Randulph: Spatio-temporal kriging in estimating local methane source...
Morales, Randulph: Spatio-temporal kriging in estimating local methane source...Integrated Carbon Observation System (ICOS)
 
Invited presentation to 2003 RAeS Aerodynamics research conference
Invited presentation to 2003 RAeS Aerodynamics research conferenceInvited presentation to 2003 RAeS Aerodynamics research conference
Invited presentation to 2003 RAeS Aerodynamics research conferencestephen_mcparlin
 

Ähnlich wie PFD UAV Final Presentation (20)

Karl Hedrick
Karl HedrickKarl Hedrick
Karl Hedrick
 
Midterm Presentation
Midterm PresentationMidterm Presentation
Midterm Presentation
 
Computational fluid dynamics (cfd)
Computational fluid dynamics                       (cfd)Computational fluid dynamics                       (cfd)
Computational fluid dynamics (cfd)
 
Modular Multi-Objective Genetic Algorithm for Large Scale Bi-level Problems
Modular Multi-Objective Genetic Algorithm for Large Scale Bi-level ProblemsModular Multi-Objective Genetic Algorithm for Large Scale Bi-level Problems
Modular Multi-Objective Genetic Algorithm for Large Scale Bi-level Problems
 
Slide-Igor-Mahorcic
Slide-Igor-MahorcicSlide-Igor-Mahorcic
Slide-Igor-Mahorcic
 
Kealy fidaforever
Kealy fidaforeverKealy fidaforever
Kealy fidaforever
 
PHARE - Compilation
PHARE - CompilationPHARE - Compilation
PHARE - Compilation
 
ATCM presentation
ATCM presentationATCM presentation
ATCM presentation
 
DGPS
DGPSDGPS
DGPS
 
Resource aware and incremental mosaics of wide areas from small scale ua vs
Resource aware and incremental mosaics of wide areas from small scale ua vsResource aware and incremental mosaics of wide areas from small scale ua vs
Resource aware and incremental mosaics of wide areas from small scale ua vs
 
RDC-2016-ST-paper-final-Mukherjee.pdf
RDC-2016-ST-paper-final-Mukherjee.pdfRDC-2016-ST-paper-final-Mukherjee.pdf
RDC-2016-ST-paper-final-Mukherjee.pdf
 
Summary _ Multi-agent robotic system (MARS) for UAV-UGV path planning and aut...
Summary _ Multi-agent robotic system (MARS) for UAV-UGV path planning and aut...Summary _ Multi-agent robotic system (MARS) for UAV-UGV path planning and aut...
Summary _ Multi-agent robotic system (MARS) for UAV-UGV path planning and aut...
 
Review of the paper: Traffic-aware Frequency Scaling for Balanced On-Chip Net...
Review of the paper: Traffic-aware Frequency Scaling for Balanced On-Chip Net...Review of the paper: Traffic-aware Frequency Scaling for Balanced On-Chip Net...
Review of the paper: Traffic-aware Frequency Scaling for Balanced On-Chip Net...
 
jardin
jardinjardin
jardin
 
4g lte matlab
4g lte matlab4g lte matlab
4g lte matlab
 
Case Study for Plant Layout :: A modern analysis
Case Study for Plant Layout :: A modern analysisCase Study for Plant Layout :: A modern analysis
Case Study for Plant Layout :: A modern analysis
 
Area Time Efficient Scaling Free Rotation Mode Cordic Using Circular Trajectory
Area Time Efficient Scaling Free Rotation Mode Cordic Using Circular TrajectoryArea Time Efficient Scaling Free Rotation Mode Cordic Using Circular Trajectory
Area Time Efficient Scaling Free Rotation Mode Cordic Using Circular Trajectory
 
Presentazione tesi magistrale Martino Marangon
Presentazione tesi magistrale Martino MarangonPresentazione tesi magistrale Martino Marangon
Presentazione tesi magistrale Martino Marangon
 
Morales, Randulph: Spatio-temporal kriging in estimating local methane source...
Morales, Randulph: Spatio-temporal kriging in estimating local methane source...Morales, Randulph: Spatio-temporal kriging in estimating local methane source...
Morales, Randulph: Spatio-temporal kriging in estimating local methane source...
 
Invited presentation to 2003 RAeS Aerodynamics research conference
Invited presentation to 2003 RAeS Aerodynamics research conferenceInvited presentation to 2003 RAeS Aerodynamics research conference
Invited presentation to 2003 RAeS Aerodynamics research conference
 

Kürzlich hochgeladen

Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 

Kürzlich hochgeladen (20)

Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 

PFD UAV Final Presentation