SlideShare uma empresa Scribd logo
1 de 46
Baixar para ler offline
Towards Test-Driven Development
for Mobile Robots
Luc Fabresse, Jannik Laval and Noury Bouraqadi!
http://car.mines-douai.fr!
@SDIR - ICRA - May 2013!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
2!
Outline!
1.  Test-driven Development (TDD)!
2.  TDD for Mobile Software Robotics!
3.  BoTest!
4.  Report on an Experiment!
5.  Summary & Future Work!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
3!
CAIRE Project!
• Coodinator: Luc Fabresse!
• Partners: INRIA Lille RMoD, IEMN Telice!
• 2012-2014!
• Nord-Pas de Calais Council funding (France)!
• Indoor Exploration and Mapping!
• Agile methodology for Robotic Software !
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
4!
Software Development!
Specifications /!
Requirements!
Software!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
5!
Software Development!
Specifications /!
Requirements!
Software!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
6!
Software Development!
Specifications /!
Requirements!
Software!
complies with?!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
7!
Test-driven Development!
Specifications /!
Requirements!
Software!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
8!
Test-driven Development!
Specifications /!
Requirements!
Software!
Tests!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
9!
Test-driven Development!
Specifications /!
Requirements!
Software!
Tests!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
10!
Test-driven Development!
Specifications /!
Requirements!
Software!
Tests!
complies !
with?!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
11!
Benefits of TDD!
• Requirements as executable units: Tests!
• Ensure Software compliance with Tests !
• Short development cycles!
• Detecting regressions!
• ...!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
12!
TDD for Mobile Robotics "
Software Development !
Control!
Software!
Specifications /!
Requirements!
Tests!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
13!
Why TDD for "
Mobile Robotics Software!
Control!
Software!
Specifications /!
Requirements!
Tests!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
14!
Why TDD for "
Mobile Robotics Software!
Control!
Software!
Specifications /!
Requirements!
Tests!
for one
product line !
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
15!
Why TDD for "
Mobile Robotics Software!
Specifications /!
Requirements!
Tests!
for one
product line !
written once! • Quality
Assurance!
• Maintenance !
Control!
Software!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
16!
Challenges of TDD "
for Mobile Software Robotics!
• Hardware in the loop!
• ``identical’’ hardware in production lines!
• Physical constraints!
• ...!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
17!
Requirements "
for Robot Test!
• Repeatability!
• Reuse!
• Safety!
• Automation!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
18!
A Tool for Robotics TDD!
• BoTest (http://car.mines-douai.fr/software/)!
• Implemented in as an extension of SUnit"
(http://www.pharo-project.org)!
• Helps to write tests for robots!
• Support expressing dependencies between tests!
• Run tests in a specific order!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
19!
Example!
the robot should
move straight
4m with 3% of
error !
at most!Specifications /!
Requirements!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
20!
A Motion Test!
Test!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
21!
Test!
A Motion Test!
Test name!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
22!
Test!
A Motion Test!
Tester action requested !
to setup the robot name!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
23!
Test!
A Motion Test!
Tested code!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
24!
Test!
A Motion Test!
Assertion verified!
by the tester!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
25!
A Motion Test!
But the robot !
should not hit walls !!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
26!
A Motion Test!
Add collision detection using
Laser!
But the robot !
should not hit walls !!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
27!
A Motion Test!
Collision detection using Laser!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
28!
A Motion Test!
Add required Tests !
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
29!
A Motion Test!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
30!
Laser Tests!
PBLaserTest!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
31!
Laser Tests!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
32!
Laser Tests!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
33!
Laser Tests!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
34!
Laser Tests!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
35!
Running a Test!
the robot "
should move
straight 4m with
3% of error !
at most!
Specifications /!
Requirements!
testStraightLineMotion!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
36!
Running a Test!
the robot "
should move
straight 4m with
3% of error !
at most!
Specifications /!
Requirements!
testStraightLineMotion!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
37!
Running a Test!
the robot "
should move
straight 4m with
3% of error !
at most!
Specifications /!
Requirements!
testStraightLineMotion!
1 run, 1 passes!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
38!
Running a Test!
the robot "
should move
straight 4m with
3% of error !
at most!
Specifications /!
Requirements!
testStraightLineMotion!
1 run, 1 passes! 1 run, 0 passes,!
1 requirementFailure!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
39!
Running a Test!
the robot "
should move
straight 4m with
3% of error !
at most!
Specifications /!
Requirements!
testStraightLineMotion!
1 run, 1 passes! 1 run, 0 passes,!
1 requirementFailure!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
40!
Running a Test!
Requirements !
are executed!
first!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
41!
Running a Test!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
42!
Running a Test!
1 run, 0 passes,!
1 requirementFailure!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
43!
Summary!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
44!
Summary!
http://car.mines-douai.fr
May 2013, @SDIR -
ICRA
45!
Future Work!
• Automatic test dependencies extraction!
• Improve tests automation !
• Continuous integration for non-interactive tests!
• Specialized development tools!
Towards Test-Driven Development
for Mobile Robots
Luc Fabresse, Jannik Laval and Noury Bouraqadi!
firstName.lastName@mines-douai.fr
@SDIR - ICRA - May 2013!
Looking for a 18 months PostDoc!
http://car.mines-douai.fr/2013/03/postdoc-position/!More infos:!
Keywords: Robotics Software,Agile development, Dynamic Languages, ... !
Starting: ~Sept 2013!

Mais conteúdo relacionado

Semelhante a Towards Test-Driven Development for Mobile Robots

Sc24 wg9-pdr-kurata-20160822
Sc24 wg9-pdr-kurata-20160822Sc24 wg9-pdr-kurata-20160822
Sc24 wg9-pdr-kurata-20160822Kurata Takeshi
 
La exitosa apuesta de HighService por la innovación tecnológica
La exitosa apuesta de HighService por la innovación tecnológicaLa exitosa apuesta de HighService por la innovación tecnológica
La exitosa apuesta de HighService por la innovación tecnológicaVoces Mineras
 
DESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLE
DESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLEDESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLE
DESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLEIRJET Journal
 
Application scenarios and real-world deployments for IoT and Smart Cities
Application scenarios and real-world deployments for IoT and Smart CitiesApplication scenarios and real-world deployments for IoT and Smart Cities
Application scenarios and real-world deployments for IoT and Smart CitiesMàrius Montón
 
IRJET - Six Wheel Drive Pick and Place Robot using Arduino
IRJET - Six Wheel Drive Pick and Place Robot using ArduinoIRJET - Six Wheel Drive Pick and Place Robot using Arduino
IRJET - Six Wheel Drive Pick and Place Robot using ArduinoIRJET Journal
 
Autonomous Vehicles
Autonomous VehiclesAutonomous Vehicles
Autonomous VehiclesYamini Verma
 
LiDARs for Automotive and Industrial Applications 2018 Report by Yole Develop...
LiDARs for Automotive and Industrial Applications 2018 Report by Yole Develop...LiDARs for Automotive and Industrial Applications 2018 Report by Yole Develop...
LiDARs for Automotive and Industrial Applications 2018 Report by Yole Develop...Yole Developpement
 
LiDAR for Automotive and Industrial Applications 2019 by Yole Développement
LiDAR for Automotive and Industrial Applications 2019 by Yole DéveloppementLiDAR for Automotive and Industrial Applications 2019 by Yole Développement
LiDAR for Automotive and Industrial Applications 2019 by Yole DéveloppementYole Developpement
 
LiDAR, ADAS and the Autonomous Shuttles of Tomorrow
LiDAR, ADAS and the Autonomous Shuttles of TomorrowLiDAR, ADAS and the Autonomous Shuttles of Tomorrow
LiDAR, ADAS and the Autonomous Shuttles of TomorrowHEINZ OYRER
 
Machine Vision for Industry and Automation 2018 Report by Yole Developpement
Machine Vision for Industry and Automation 2018 Report by Yole DeveloppementMachine Vision for Industry and Automation 2018 Report by Yole Developpement
Machine Vision for Industry and Automation 2018 Report by Yole DeveloppementYole Developpement
 
"2D and 3D Sensing: Markets, Applications, and Technologies," a Presentation ...
"2D and 3D Sensing: Markets, Applications, and Technologies," a Presentation ..."2D and 3D Sensing: Markets, Applications, and Technologies," a Presentation ...
"2D and 3D Sensing: Markets, Applications, and Technologies," a Presentation ...Edge AI and Vision Alliance
 
SURVEY ON ARTIFICIAL INTELLIGENCE POWERED POTHOLE DETECTION, REPORTING AND MA...
SURVEY ON ARTIFICIAL INTELLIGENCE POWERED POTHOLE DETECTION, REPORTING AND MA...SURVEY ON ARTIFICIAL INTELLIGENCE POWERED POTHOLE DETECTION, REPORTING AND MA...
SURVEY ON ARTIFICIAL INTELLIGENCE POWERED POTHOLE DETECTION, REPORTING AND MA...IRJET Journal
 
Final Design Proposal Beginning
Final Design Proposal BeginningFinal Design Proposal Beginning
Final Design Proposal BeginningRobert Lewis
 
Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...
Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...
Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...IRJET Journal
 
A Survey on Vehicle Tracking System using IoT
A Survey on Vehicle Tracking System using IoTA Survey on Vehicle Tracking System using IoT
A Survey on Vehicle Tracking System using IoTIRJET Journal
 
IRJET - Toll Collection System using RFID (613 Highway) Jubail-Dhahran Highway
IRJET - Toll Collection System using RFID (613 Highway) Jubail-Dhahran HighwayIRJET - Toll Collection System using RFID (613 Highway) Jubail-Dhahran Highway
IRJET - Toll Collection System using RFID (613 Highway) Jubail-Dhahran HighwayIRJET Journal
 
SESAR at World ATM Congress 2016 - High Performing Aviation for Europe
SESAR at World ATM Congress 2016 - High Performing Aviation for EuropeSESAR at World ATM Congress 2016 - High Performing Aviation for Europe
SESAR at World ATM Congress 2016 - High Performing Aviation for EuropeSESAR Joint Undertaking
 

Semelhante a Towards Test-Driven Development for Mobile Robots (20)

Sc24 wg9-pdr-kurata-20160822
Sc24 wg9-pdr-kurata-20160822Sc24 wg9-pdr-kurata-20160822
Sc24 wg9-pdr-kurata-20160822
 
La exitosa apuesta de HighService por la innovación tecnológica
La exitosa apuesta de HighService por la innovación tecnológicaLa exitosa apuesta de HighService por la innovación tecnológica
La exitosa apuesta de HighService por la innovación tecnológica
 
DESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLE
DESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLEDESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLE
DESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLE
 
UAV – Unmanned Aerial Vehicles
UAV – Unmanned Aerial VehiclesUAV – Unmanned Aerial Vehicles
UAV – Unmanned Aerial Vehicles
 
Application scenarios and real-world deployments for IoT and Smart Cities
Application scenarios and real-world deployments for IoT and Smart CitiesApplication scenarios and real-world deployments for IoT and Smart Cities
Application scenarios and real-world deployments for IoT and Smart Cities
 
IRJET - Six Wheel Drive Pick and Place Robot using Arduino
IRJET - Six Wheel Drive Pick and Place Robot using ArduinoIRJET - Six Wheel Drive Pick and Place Robot using Arduino
IRJET - Six Wheel Drive Pick and Place Robot using Arduino
 
Autonomous Vehicles
Autonomous VehiclesAutonomous Vehicles
Autonomous Vehicles
 
LiDARs for Automotive and Industrial Applications 2018 Report by Yole Develop...
LiDARs for Automotive and Industrial Applications 2018 Report by Yole Develop...LiDARs for Automotive and Industrial Applications 2018 Report by Yole Develop...
LiDARs for Automotive and Industrial Applications 2018 Report by Yole Develop...
 
LiDAR for Automotive and Industrial Applications 2019 by Yole Développement
LiDAR for Automotive and Industrial Applications 2019 by Yole DéveloppementLiDAR for Automotive and Industrial Applications 2019 by Yole Développement
LiDAR for Automotive and Industrial Applications 2019 by Yole Développement
 
Microgor company profile
Microgor company profileMicrogor company profile
Microgor company profile
 
LiDAR, ADAS and the Autonomous Shuttles of Tomorrow
LiDAR, ADAS and the Autonomous Shuttles of TomorrowLiDAR, ADAS and the Autonomous Shuttles of Tomorrow
LiDAR, ADAS and the Autonomous Shuttles of Tomorrow
 
Machine Vision for Industry and Automation 2018 Report by Yole Developpement
Machine Vision for Industry and Automation 2018 Report by Yole DeveloppementMachine Vision for Industry and Automation 2018 Report by Yole Developpement
Machine Vision for Industry and Automation 2018 Report by Yole Developpement
 
"2D and 3D Sensing: Markets, Applications, and Technologies," a Presentation ...
"2D and 3D Sensing: Markets, Applications, and Technologies," a Presentation ..."2D and 3D Sensing: Markets, Applications, and Technologies," a Presentation ...
"2D and 3D Sensing: Markets, Applications, and Technologies," a Presentation ...
 
SURVEY ON ARTIFICIAL INTELLIGENCE POWERED POTHOLE DETECTION, REPORTING AND MA...
SURVEY ON ARTIFICIAL INTELLIGENCE POWERED POTHOLE DETECTION, REPORTING AND MA...SURVEY ON ARTIFICIAL INTELLIGENCE POWERED POTHOLE DETECTION, REPORTING AND MA...
SURVEY ON ARTIFICIAL INTELLIGENCE POWERED POTHOLE DETECTION, REPORTING AND MA...
 
Final Design Proposal Beginning
Final Design Proposal BeginningFinal Design Proposal Beginning
Final Design Proposal Beginning
 
Driverless car
Driverless carDriverless car
Driverless car
 
Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...
Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...
Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...
 
A Survey on Vehicle Tracking System using IoT
A Survey on Vehicle Tracking System using IoTA Survey on Vehicle Tracking System using IoT
A Survey on Vehicle Tracking System using IoT
 
IRJET - Toll Collection System using RFID (613 Highway) Jubail-Dhahran Highway
IRJET - Toll Collection System using RFID (613 Highway) Jubail-Dhahran HighwayIRJET - Toll Collection System using RFID (613 Highway) Jubail-Dhahran Highway
IRJET - Toll Collection System using RFID (613 Highway) Jubail-Dhahran Highway
 
SESAR at World ATM Congress 2016 - High Performing Aviation for Europe
SESAR at World ATM Congress 2016 - High Performing Aviation for EuropeSESAR at World ATM Congress 2016 - High Performing Aviation for Europe
SESAR at World ATM Congress 2016 - High Performing Aviation for Europe
 

Mais de Noury Bouraqadi

PharoJS - Zürich Smalltalk Group Meetup November 2023
PharoJS - Zürich Smalltalk Group Meetup November 2023PharoJS - Zürich Smalltalk Group Meetup November 2023
PharoJS - Zürich Smalltalk Group Meetup November 2023Noury Bouraqadi
 
PharoJS for Real World Applications
PharoJS for Real World ApplicationsPharoJS for Real World Applications
PharoJS for Real World ApplicationsNoury Bouraqadi
 
Client-Server Development with PharoJS
Client-Server Development with PharoJSClient-Server Development with PharoJS
Client-Server Development with PharoJSNoury Bouraqadi
 
ALPAGA : An AeriaL Platform for sampling Atmospheric Gases and Aerosols
ALPAGA : An AeriaL Platform for sampling Atmospheric Gases and AerosolsALPAGA : An AeriaL Platform for sampling Atmospheric Gases and Aerosols
ALPAGA : An AeriaL Platform for sampling Atmospheric Gases and AerosolsNoury Bouraqadi
 
PharoJS ESUG 2019 Update
PharoJS ESUG 2019 UpdatePharoJS ESUG 2019 Update
PharoJS ESUG 2019 UpdateNoury Bouraqadi
 
UbiquiTalk - An Infrastructure for Ubiquitous Computing (ESUG 2006)
UbiquiTalk - An Infrastructure for Ubiquitous Computing (ESUG 2006)UbiquiTalk - An Infrastructure for Ubiquitous Computing (ESUG 2006)
UbiquiTalk - An Infrastructure for Ubiquitous Computing (ESUG 2006)Noury Bouraqadi
 
On 2D SLAM for Large Indoor Spaces: A Polygon-Based Solution
On 2D SLAM for Large Indoor Spaces: A Polygon-Based SolutionOn 2D SLAM for Large Indoor Spaces: A Polygon-Based Solution
On 2D SLAM for Large Indoor Spaces: A Polygon-Based SolutionNoury Bouraqadi
 
Ocean update - ESUG Conf 2011 @ Edinburgh
Ocean update - ESUG Conf 2011 @ Edinburgh Ocean update - ESUG Conf 2011 @ Edinburgh
Ocean update - ESUG Conf 2011 @ Edinburgh Noury Bouraqadi
 
Pharo Networking by Example
Pharo Networking by ExamplePharo Networking by Example
Pharo Networking by ExampleNoury Bouraqadi
 

Mais de Noury Bouraqadi (9)

PharoJS - Zürich Smalltalk Group Meetup November 2023
PharoJS - Zürich Smalltalk Group Meetup November 2023PharoJS - Zürich Smalltalk Group Meetup November 2023
PharoJS - Zürich Smalltalk Group Meetup November 2023
 
PharoJS for Real World Applications
PharoJS for Real World ApplicationsPharoJS for Real World Applications
PharoJS for Real World Applications
 
Client-Server Development with PharoJS
Client-Server Development with PharoJSClient-Server Development with PharoJS
Client-Server Development with PharoJS
 
ALPAGA : An AeriaL Platform for sampling Atmospheric Gases and Aerosols
ALPAGA : An AeriaL Platform for sampling Atmospheric Gases and AerosolsALPAGA : An AeriaL Platform for sampling Atmospheric Gases and Aerosols
ALPAGA : An AeriaL Platform for sampling Atmospheric Gases and Aerosols
 
PharoJS ESUG 2019 Update
PharoJS ESUG 2019 UpdatePharoJS ESUG 2019 Update
PharoJS ESUG 2019 Update
 
UbiquiTalk - An Infrastructure for Ubiquitous Computing (ESUG 2006)
UbiquiTalk - An Infrastructure for Ubiquitous Computing (ESUG 2006)UbiquiTalk - An Infrastructure for Ubiquitous Computing (ESUG 2006)
UbiquiTalk - An Infrastructure for Ubiquitous Computing (ESUG 2006)
 
On 2D SLAM for Large Indoor Spaces: A Polygon-Based Solution
On 2D SLAM for Large Indoor Spaces: A Polygon-Based SolutionOn 2D SLAM for Large Indoor Spaces: A Polygon-Based Solution
On 2D SLAM for Large Indoor Spaces: A Polygon-Based Solution
 
Ocean update - ESUG Conf 2011 @ Edinburgh
Ocean update - ESUG Conf 2011 @ Edinburgh Ocean update - ESUG Conf 2011 @ Edinburgh
Ocean update - ESUG Conf 2011 @ Edinburgh
 
Pharo Networking by Example
Pharo Networking by ExamplePharo Networking by Example
Pharo Networking by Example
 

Último

WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 

Último (20)

WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 

Towards Test-Driven Development for Mobile Robots