Top Banner
Open Source System Prototyping in Autonomous Logistics Tobias Augspurger
12

Open Source System Prototyping in Autonomous Logistics · • Contribute to Open Source Donate to open source Buy licenses if you need to. Buy hardware with open source Bug fixing

Jul 24, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Open Source System Prototyping in Autonomous Logistics · • Contribute to Open Source Donate to open source Buy licenses if you need to. Buy hardware with open source Bug fixing

Open Source System Prototyping in Autonomous Logistics

Tobias Augspurger

Page 2: Open Source System Prototyping in Autonomous Logistics · • Contribute to Open Source Donate to open source Buy licenses if you need to. Buy hardware with open source Bug fixing

Autonomous Logistic Applications

Autonomous Yard Logistics Autonomous Yard Logistics Automated First and Last Mile Delivery

Automated First and Last Mile Delivery

Our Mission - Fail Early and Fast in Application or Don’t

Core Questions for Prototyping:

Which robotic technology can increase delivery efficiency and how?

Page 3: Open Source System Prototyping in Autonomous Logistics · • Contribute to Open Source Donate to open source Buy licenses if you need to. Buy hardware with open source Bug fixing

Learning and Growing Fast with Open Source

We use mostly open source tools in the robotic development!

Why?

State-of-the-art technology

Lots of know-how online

Very fast purchase

Software is independent from hardware

Transparency

Fully customizable

Learning one tool for the rest of your life!?

-------------------------------------------------

Understanding software development as a process that took decades

Page 4: Open Source System Prototyping in Autonomous Logistics · • Contribute to Open Source Donate to open source Buy licenses if you need to. Buy hardware with open source Bug fixing

Our (Software) Development Philosophy

KISS Keep It Short and Simple.

Everything Should Be Made as Simple as Possible, But Not Simpler. (Albert Einstein)

Unix philosophy

Write programs that do one thing and do it well.

Continuous Integration

Design your code by writing tests at first.

Create a automatic work, code, test and data flow.

Provide fast integration feedback for the developer.

Open Tools and standards create real fundamental Innovation

Open Source is the major way for software standardization.

Open source community is the major driver for new software technology.

Linux is the mostly installed operation system worldwide. [https://en.wikipedia.org/wiki/Usage_share_of_operating_systems]

Page 5: Open Source System Prototyping in Autonomous Logistics · • Contribute to Open Source Donate to open source Buy licenses if you need to. Buy hardware with open source Bug fixing

Safety and Security by Design

Experimental and Demonstration➢ Fenced non-public test track with free space➢ Safety operator is always in the driving vehicle➢ Integrate a independent “Anti Collision System”➢ Real-Time monitoring➢ Automated ring recorder for all vehicle/sensor data➢ Low-level controller and actuators you can trust➢ Safe emergency stop➢ …

Public Area Testing (End 2018)➢ Release with deployment from continuous integration ➢ Safety driver reaction time measurement➢ Online monitoring of all safety critical systems➢ Hardware and Software-In-The-Loop statistics➢ Data privacy test points➢ Data anonymization and signing➢ ...

Page 6: Open Source System Prototyping in Autonomous Logistics · • Contribute to Open Source Donate to open source Buy licenses if you need to. Buy hardware with open source Bug fixing

Extensive Online Research

• Learn by the experience of others and finding your way

➢ Create an understanding of the problem.➢ Read papers and learn how to use search engines.➢ Create abstractions. Be creative!➢ Learn in the simulator and on the test track.➢ Learn from open source solutions

➢ Autoware➢ Apollo

➢ Try out algorithms from ROS, Python, Linux, ...➢ Get in contact with universities, other companies and

the open source community.

Create a software toolbox and knowledge base. Keep it up to date!

Urban test track mapped with Lidar

Page 7: Open Source System Prototyping in Autonomous Logistics · • Contribute to Open Source Donate to open source Buy licenses if you need to. Buy hardware with open source Bug fixing

Design and Abstract

Environment

PerceptionLocalization

Ego Motion GPS IMU

HD Maps

LIDAR CAMERA RADAR

Tracking

Goals Mission & Path Planning Behavior

Trajectory & Motion

Control

Page 8: Open Source System Prototyping in Autonomous Logistics · • Contribute to Open Source Donate to open source Buy licenses if you need to. Buy hardware with open source Bug fixing

Create a shippable “Product” from the Beginning

➢ Gather Information from real live experience as early as possible.➢ Only Software that is integrated into your product and runs

can grow and develop over time.➢ Define High-Level Goals for your Team and Robot.

➢ Go around the block.➢ Find the Rabbit.➢ Move a Container from A to B

Build a robot without safety driver, that runs fully autonomously gathering 24h

outdoor operation experience on a limited and safe test track.

• Run and love your product with Robot-in-the-Loop

Husky from Clearpath Robotics

Page 9: Open Source System Prototyping in Autonomous Logistics · • Contribute to Open Source Donate to open source Buy licenses if you need to. Buy hardware with open source Bug fixing

Define and Run your Code Pipeline

• With Test Automation to Quality and Reproducibility

BuildUnitTest

RunTests

LearnAnd Train

Human Evaluation

SoftwareIn theLoop

Code Review and Statistic

Static Code

Prover

PushCode

Recordand

Drive

Critical Scenarios

Reports

Genetic Algorithms

Releaseand

Deploy

Machine Learning

World Simulation

VersionControl

Ground Truth Data

HardwareIn theLoop

Page 10: Open Source System Prototyping in Autonomous Logistics · • Contribute to Open Source Donate to open source Buy licenses if you need to. Buy hardware with open source Bug fixing

From Agile to Certification

➢ Learn from your prototypes for your product(s).➢ Create a (new) safe implementation of your design.➢ Redundancy in software and hardware.➢ Reduce system dependencies. ➢ Fulfill all tests with hard thresholds. ➢ Test and train your system in large scale with all

computational power you can get.➢ Reduce costs of sensors with better algorithms. ➢ Find a way to upgrade and maintain all your different kinds

of systems.➢ ...

• From Prototype to Production

• Prototype with new Technology

• Product with proven Technology

Page 11: Open Source System Prototyping in Autonomous Logistics · • Contribute to Open Source Donate to open source Buy licenses if you need to. Buy hardware with open source Bug fixing

Summary and Take-Away

• Contribute to Open Source

➢ Donate to open source➢ Buy licenses if you need to.➢ Buy hardware with open source➢ Bug fixing and feature adding ➢ Tell other about good open source

projects➢ Support open source companies ➢ Educate young people in open source

software

• Use Open Source

➢ Find the right algorithms by researching and prototyping with open source modules

➢ Create your development infrastructure with open source

➢ Create new standards with open source.➢ Give your developer and engineers the freedom they

need with open source.

Understand and respect the licenses.

Page 12: Open Source System Prototyping in Autonomous Logistics · • Contribute to Open Source Donate to open source Buy licenses if you need to. Buy hardware with open source Bug fixing

Thanks For Your Attention!