SlideShare a Scribd company logo
1 of 38
Download to read offline
Open Source in robotics
and its business
Víctor Mayoral Vilches
CTO and Founder, Erle Robotics
1998, 

LEGO
Mindstorms
Introduced in 1998, the Mindstorms kit was based on work
done at the MIT Media Lab by learning researchers Seymour
Papert and Mitchel Resnick.
Over the last 15 years LEGO Mindstorms has had tremendous
impact in schools and Universities where It allowed to teach
the principles of robotics and creative projects have appeared
showing the potential of interchangeable software and
hardware in robotics.
2006, 

Willow
Garage
Willow Garage was a Silicon Valley startup founded to push the growth of
robotics and speed up its progress. Founded around 2006 Willow
concentrated some of the most brilliant robotics engineers to work in tasks
like personal assistants, driverless boats, and autonomous cars.

The most relevant accomplishments of the company were the creation of
the Robotics Operating System (ROS) and the PR2.
“Willow is to robotics what
Bell Labs and Xerox Parc were
for the personal computer
industry.”
http://www.willowgarage.com/pages/about-us/history
2nd
generation
roboticists
Open Source
Robotics
Foundation
Mission: 

“support the development,
distribution, and adoption of open
source software for use in robotics
research, education, and product
development.”
http://wiki.ros.org/Metrics
Metrics:

July 2016
3rd
generation
roboticists
Created in 2014, Erle Robotics aimed to create tools
for developers in the robotics area. Hardware and
software that helped roboticists test and do their work
without having to reinvent the wheel every single time
they created a new robot.
Markets
in the
Robotics
Industry
Industrial Robotics
Robot arms, AGVs, automotive
robots, etc.
Professional Robotics
Surgical robots, drones, telepresence
robots, etc.
Consumer Robotics
Cleaning robots, cooking robots, toy
robots, hobby robots, etc.
Industrial
Robotics
The total industrial market of robotics is estimated to be US$35
billion. In 2015, robot sales increased by 15% to 253,748 units, in
particular the electronics industry (+41%), metal industry (+39%),
the chemical, plastics and rubber industry (+16%).
China has significantly expanded its leading position as the
biggest market with a share of 27% of the total supply in 2015.
Professional
Robotics
The total number of professional service robots sold in 2015 rose
considerably by 25% to 41,060 units accounting for a total sales
number of about US$ 5 billion.


The most representative areas within 2015 are logistic systems,
service robots in defense applications, milking robots and medical
robots.
Consumer
Robotics
In 2015, about 5.4 million service robots for personal and
domestic use were sold, 16% more than in 2014. The value of
sales increased by 4% to US$2.2 billion.
Projections for 2016-2019 argue that 42 million units of service
robots for personal and domestic use will be sold accounting for an
estimated market of more than US$25 billion.
Market
growth in
Robotics
• Strong growth in China will impact technology,
cost, supply chain of industrial robotics.
• Professional and consumer robotics: strong
growth and technology burst.
• Hot field of start-up activities.
• Ecosystems being formed (UAVs/drones, mobile
platforms).
• Strong facilitators (open source platforms, multi-
purpose hardware platforms).
0,1
1
10
100
1000
2015 2017 2019
y = 10x + 25
y = 12,4x - 12,067
y = 9x - 5
Professional Consumer Industrial
Smartphones
1991 2003 2015 2019
Servers
Super-

computers
Desktop

computers
Linux
adoption in
several tech
niches
Embedded

systems
Robotics
The 

Erle
Robotics
path
Empowering
ROS
Hardware
Why?
“Most of the time is spent dealing with the hardware/
software interfaces and little is put into behavior
development or real-world scenarios.”
Right time?
Robotics
Fast
Track
Program
(RFT)
Hardware
Robot
Operating
System
A standardized software and hardware
infrastructure to easily create reusable and
reconfigurable robot hardware parts.
Using H-ROS, building robots is about placing H-ROS-compatible
components together to build new robot configurations. The
interesting fact about this is that constructing robots is not any
more restricted to a few high technical skills but it's extended to a
great majority with a general understanding of the different H-
ROS parts and its use.
Standard
Robot
Components
Plug and play
Combine H-ROS components
together to build new robots. Create,
extend and repair robots easily.
Interoperable and distributed
Distributed hardware components
that speak to each other regardless
of the manufacturer.
Smart
Each components reports
information that helps our robots
become smarter (inertial position,
voltage, current, …)
sensing
actuation
communication
cognition
hybrid
Blocks
for
robots
Call for
manufacturers
In Europe,
robotics has a
positive net
effect on
labour
demand
Automation reduces production cost, reduced product
costs reduce prices, reduced product prices increase
demand for products, increased product demand
increases employment.
Download ZEW-Study: http://ftp.zew.de/pub/zew-docs/
gutachten/Robotics_Employment_2016.pdf
Thank You
Backup
Professional
Robotics
Sed mollis, eros et ultrices tempus, mauris ipsum aliquam libero, non adipiscing
dolor urna a orci. In dui magna, posuere eget, vestibulum et, tempor auctor, justo.
Ut tincidunt tincidunt erat. Donec quam felis, ultricies nec, pellentesque eu, pretium
quis, sem. Proin pretium, leo ac pellentesque mollis, felis nunc ultrices eros, sed
gravida augue augue mollis justo.
Interoperable
By facilitating standardized abstractions based in ROS, H-ROS
compatible components are able to communicate and exchange
data seamlessly, regardless of the manufacturer. This will help
creating an environment of compatible robot components where
parts from different manufacturers are literally interchangeable.
AT-ST
Simple.
Easy.
Powerful.
Power over Ethernet (PoE), IEEE 802.3at-2009 (also
known as PoE+). Particularly, mode B which delivers
power on the spare pairs of 100BASE-TX.
This configuration provides 25.5 W of power to each H-
ROS part connected through PoE using the RJ45
connector.
Reconfigurable
Our team extended the existing Unified Robot Description Format
(URDF) to support dynamic changes and recreate the internal
robot model based on a predefined set of routines.
Built

with

ROS

2.0
The future framework for robot application
development. Following from ROS, ROS 2.0 will
define the next decade in robotics by providing
solutions for problems like teams of multiple
robots, small embedded platforms, real-time
systems, non-ideal networks or production
environments.
Sensing
components
for robots
H-ROS sensing components help robots perceive its
environment and share information with the rest of the
parts through standardized ROS interfaces.
H-ROS actuation components allow robots to interact with its
environment and produce some form of change through
subscription and/or connection to standardized ROS interfaces.
Actuation
components
for robots
H-ROS communication components are specialized in
communication by either exposing new communication
channels to the overall ROS network (e.g.: 4G, WiFi) or
by providing means of interconnection between different
H-ROS components.
Communication
components for
robots
Cognition H-ROS components are specialized in computation
and coordination. These parts perform most of the
computationally expensive tasks within the robot such as
reasoning, planning and/or reconfiguration.
Cognition
components
for robots
Hybrid H-ROS components are composed of different
sub-elements, that are generally not fully understood
within any of the other types and/or correspond with sub-
robots (parts of other robots). These components are
grouped under an abstraction layer that enables them to
interoperate directly with other H-ROS devices by
complying with existing ROS abstractions.
Hybrid
components
for robots
Hardware
Robot
Operating
System

More Related Content

What's hot

Iot tunisia forum 2017 the journey of making things happen stories of success
Iot tunisia forum 2017  the journey of making things happen stories of successIot tunisia forum 2017  the journey of making things happen stories of success
Iot tunisia forum 2017 the journey of making things happen stories of successIoT Tunisia
 
Investors Presentation Open Innovation Challenge MWC 2022
Investors Presentation Open Innovation Challenge MWC 2022Investors Presentation Open Innovation Challenge MWC 2022
Investors Presentation Open Innovation Challenge MWC 2022Núria Soler Zurita
 
Event folder 2019_alta
Event folder 2019_altaEvent folder 2019_alta
Event folder 2019_altaDavid Belgoff
 
PTC Expands Internet of Things Ecosystem with New ThingWorx Partners
PTC Expands Internet of Things Ecosystem with New ThingWorx PartnersPTC Expands Internet of Things Ecosystem with New ThingWorx Partners
PTC Expands Internet of Things Ecosystem with New ThingWorx PartnersPTC
 
Why Cloud Matters in Industry 4.0
Why Cloud Matters in Industry 4.0Why Cloud Matters in Industry 4.0
Why Cloud Matters in Industry 4.0Ridi Fe
 
IoT digital disruption and new IoT business models
IoT digital disruption and new IoT business modelsIoT digital disruption and new IoT business models
IoT digital disruption and new IoT business modelsIoTAnalytics
 
Industry 4.0 and sustainable energy
Industry 4.0 and sustainable energyIndustry 4.0 and sustainable energy
Industry 4.0 and sustainable energyBayu imadul Bilad
 
PTC Demonstrates Industry Leadership in Smart Cities at Smart City Expo World...
PTC Demonstrates Industry Leadership in Smart Cities at Smart City Expo World...PTC Demonstrates Industry Leadership in Smart Cities at Smart City Expo World...
PTC Demonstrates Industry Leadership in Smart Cities at Smart City Expo World...PTC
 
Corporates Presentation Open Innovation Challenge MWC 2022
Corporates Presentation Open Innovation Challenge MWC 2022Corporates Presentation Open Innovation Challenge MWC 2022
Corporates Presentation Open Innovation Challenge MWC 2022Núria Soler Zurita
 
12. greg skrovan
12. greg skrovan12. greg skrovan
12. greg skrovanWJ
 
apidays LIVE Paris 2021 - The Good, the Bad and the Ugly - 3 observations abo...
apidays LIVE Paris 2021 - The Good, the Bad and the Ugly - 3 observations abo...apidays LIVE Paris 2021 - The Good, the Bad and the Ugly - 3 observations abo...
apidays LIVE Paris 2021 - The Good, the Bad and the Ugly - 3 observations abo...apidays
 
What impact will the Internet of Things have on supply chain? A discussion - ...
What impact will the Internet of Things have on supply chain? A discussion - ...What impact will the Internet of Things have on supply chain? A discussion - ...
What impact will the Internet of Things have on supply chain? A discussion - ...Global Business Intelligence
 
PTC and L&T Technology Services Unveil Industry 4.0 Center of Excellence
PTC and L&T Technology Services Unveil  Industry 4.0 Center of ExcellencePTC and L&T Technology Services Unveil  Industry 4.0 Center of Excellence
PTC and L&T Technology Services Unveil Industry 4.0 Center of ExcellencePTC
 
¿Es posible construir el Airbus de la Supercomputación en Europa?
¿Es posible construir el Airbus de la Supercomputación en Europa?¿Es posible construir el Airbus de la Supercomputación en Europa?
¿Es posible construir el Airbus de la Supercomputación en Europa?AMETIC
 
Big io t - 1st Open Call
Big io t - 1st Open CallBig io t - 1st Open Call
Big io t - 1st Open CallBIG IoT Project
 
Smart manufacturing 4.0 journey and strategy colin koh lkh precicon 23 sept 2021
Smart manufacturing 4.0 journey and strategy colin koh lkh precicon 23 sept 2021Smart manufacturing 4.0 journey and strategy colin koh lkh precicon 23 sept 2021
Smart manufacturing 4.0 journey and strategy colin koh lkh precicon 23 sept 2021Colin Koh (許国仁)
 

What's hot (20)

Iot tunisia forum 2017 the journey of making things happen stories of success
Iot tunisia forum 2017  the journey of making things happen stories of successIot tunisia forum 2017  the journey of making things happen stories of success
Iot tunisia forum 2017 the journey of making things happen stories of success
 
Investors Presentation Open Innovation Challenge MWC 2022
Investors Presentation Open Innovation Challenge MWC 2022Investors Presentation Open Innovation Challenge MWC 2022
Investors Presentation Open Innovation Challenge MWC 2022
 
Event folder 2019_alta
Event folder 2019_altaEvent folder 2019_alta
Event folder 2019_alta
 
PTC Expands Internet of Things Ecosystem with New ThingWorx Partners
PTC Expands Internet of Things Ecosystem with New ThingWorx PartnersPTC Expands Internet of Things Ecosystem with New ThingWorx Partners
PTC Expands Internet of Things Ecosystem with New ThingWorx Partners
 
Why Cloud Matters in Industry 4.0
Why Cloud Matters in Industry 4.0Why Cloud Matters in Industry 4.0
Why Cloud Matters in Industry 4.0
 
IoT digital disruption and new IoT business models
IoT digital disruption and new IoT business modelsIoT digital disruption and new IoT business models
IoT digital disruption and new IoT business models
 
Industry 4.0 and sustainable energy
Industry 4.0 and sustainable energyIndustry 4.0 and sustainable energy
Industry 4.0 and sustainable energy
 
Industry 4.0 Overview
Industry 4.0 OverviewIndustry 4.0 Overview
Industry 4.0 Overview
 
PTC Demonstrates Industry Leadership in Smart Cities at Smart City Expo World...
PTC Demonstrates Industry Leadership in Smart Cities at Smart City Expo World...PTC Demonstrates Industry Leadership in Smart Cities at Smart City Expo World...
PTC Demonstrates Industry Leadership in Smart Cities at Smart City Expo World...
 
Corporates Presentation Open Innovation Challenge MWC 2022
Corporates Presentation Open Innovation Challenge MWC 2022Corporates Presentation Open Innovation Challenge MWC 2022
Corporates Presentation Open Innovation Challenge MWC 2022
 
12. greg skrovan
12. greg skrovan12. greg skrovan
12. greg skrovan
 
Industry 4.0 vs
Industry 4.0 vsIndustry 4.0 vs
Industry 4.0 vs
 
Industry 4.0 for beginners
Industry 4.0 for beginnersIndustry 4.0 for beginners
Industry 4.0 for beginners
 
apidays LIVE Paris 2021 - The Good, the Bad and the Ugly - 3 observations abo...
apidays LIVE Paris 2021 - The Good, the Bad and the Ugly - 3 observations abo...apidays LIVE Paris 2021 - The Good, the Bad and the Ugly - 3 observations abo...
apidays LIVE Paris 2021 - The Good, the Bad and the Ugly - 3 observations abo...
 
What impact will the Internet of Things have on supply chain? A discussion - ...
What impact will the Internet of Things have on supply chain? A discussion - ...What impact will the Internet of Things have on supply chain? A discussion - ...
What impact will the Internet of Things have on supply chain? A discussion - ...
 
Industry 4.0
Industry 4.0Industry 4.0
Industry 4.0
 
PTC and L&T Technology Services Unveil Industry 4.0 Center of Excellence
PTC and L&T Technology Services Unveil  Industry 4.0 Center of ExcellencePTC and L&T Technology Services Unveil  Industry 4.0 Center of Excellence
PTC and L&T Technology Services Unveil Industry 4.0 Center of Excellence
 
¿Es posible construir el Airbus de la Supercomputación en Europa?
¿Es posible construir el Airbus de la Supercomputación en Europa?¿Es posible construir el Airbus de la Supercomputación en Europa?
¿Es posible construir el Airbus de la Supercomputación en Europa?
 
Big io t - 1st Open Call
Big io t - 1st Open CallBig io t - 1st Open Call
Big io t - 1st Open Call
 
Smart manufacturing 4.0 journey and strategy colin koh lkh precicon 23 sept 2021
Smart manufacturing 4.0 journey and strategy colin koh lkh precicon 23 sept 2021Smart manufacturing 4.0 journey and strategy colin koh lkh precicon 23 sept 2021
Smart manufacturing 4.0 journey and strategy colin koh lkh precicon 23 sept 2021
 

Viewers also liked

Inverse kinematics
Inverse kinematicsInverse kinematics
Inverse kinematicsLINE+
 
DC Motors
DC MotorsDC Motors
DC Motorsillpa
 
Hill-climbing #2
Hill-climbing #2Hill-climbing #2
Hill-climbing #2Mohamed Gad
 
Textual Robot programming
Textual Robot programmingTextual Robot programming
Textual Robot programmingCHEMGLOBE
 
Kappa Architecture, IoT of the cars - LibreCon 2016
Kappa Architecture, IoT of the cars - LibreCon 2016Kappa Architecture, IoT of the cars - LibreCon 2016
Kappa Architecture, IoT of the cars - LibreCon 2016LibreCon
 
The Next AMPLab: Real-Time, Intelligent, and Secure Computing
The Next AMPLab: Real-Time, Intelligent, and Secure ComputingThe Next AMPLab: Real-Time, Intelligent, and Secure Computing
The Next AMPLab: Real-Time, Intelligent, and Secure ComputingSpark Summit
 
Spark Summit EU talk by Bas Geerdink
Spark Summit EU talk by Bas GeerdinkSpark Summit EU talk by Bas Geerdink
Spark Summit EU talk by Bas GeerdinkSpark Summit
 
Robotics: Forward and Inverse Kinematics
Robotics: Forward and Inverse KinematicsRobotics: Forward and Inverse Kinematics
Robotics: Forward and Inverse KinematicsDamian T. Gordon
 
Introduction To Robotics
Introduction To RoboticsIntroduction To Robotics
Introduction To Roboticsparthmullick
 
Building a Real-Time Fraud Prevention Engine Using Open Source (Big Data) Sof...
Building a Real-Time Fraud Prevention Engine Using Open Source (Big Data) Sof...Building a Real-Time Fraud Prevention Engine Using Open Source (Big Data) Sof...
Building a Real-Time Fraud Prevention Engine Using Open Source (Big Data) Sof...Spark Summit
 
Building Realtime Data Pipelines with Kafka Connect and Spark Streaming: Spar...
Building Realtime Data Pipelines with Kafka Connect and Spark Streaming: Spar...Building Realtime Data Pipelines with Kafka Connect and Spark Streaming: Spar...
Building Realtime Data Pipelines with Kafka Connect and Spark Streaming: Spar...Spark Summit
 
Big Data and Fast Data - Lambda Architecture in Action
Big Data and Fast Data - Lambda Architecture in ActionBig Data and Fast Data - Lambda Architecture in Action
Big Data and Fast Data - Lambda Architecture in ActionGuido Schmutz
 
ROBOTICS AND ITS APPLICATIONS
ROBOTICS AND ITS APPLICATIONSROBOTICS AND ITS APPLICATIONS
ROBOTICS AND ITS APPLICATIONSAnmol Seth
 
3 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 20173 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 2017Drift
 
How to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your NicheHow to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your NicheLeslie Samuel
 

Viewers also liked (17)

Robotics
RoboticsRobotics
Robotics
 
ROBOTICS
ROBOTICSROBOTICS
ROBOTICS
 
Inverse kinematics
Inverse kinematicsInverse kinematics
Inverse kinematics
 
DC Motors
DC MotorsDC Motors
DC Motors
 
Hill-climbing #2
Hill-climbing #2Hill-climbing #2
Hill-climbing #2
 
Textual Robot programming
Textual Robot programmingTextual Robot programming
Textual Robot programming
 
Kappa Architecture, IoT of the cars - LibreCon 2016
Kappa Architecture, IoT of the cars - LibreCon 2016Kappa Architecture, IoT of the cars - LibreCon 2016
Kappa Architecture, IoT of the cars - LibreCon 2016
 
The Next AMPLab: Real-Time, Intelligent, and Secure Computing
The Next AMPLab: Real-Time, Intelligent, and Secure ComputingThe Next AMPLab: Real-Time, Intelligent, and Secure Computing
The Next AMPLab: Real-Time, Intelligent, and Secure Computing
 
Spark Summit EU talk by Bas Geerdink
Spark Summit EU talk by Bas GeerdinkSpark Summit EU talk by Bas Geerdink
Spark Summit EU talk by Bas Geerdink
 
Robotics: Forward and Inverse Kinematics
Robotics: Forward and Inverse KinematicsRobotics: Forward and Inverse Kinematics
Robotics: Forward and Inverse Kinematics
 
Introduction To Robotics
Introduction To RoboticsIntroduction To Robotics
Introduction To Robotics
 
Building a Real-Time Fraud Prevention Engine Using Open Source (Big Data) Sof...
Building a Real-Time Fraud Prevention Engine Using Open Source (Big Data) Sof...Building a Real-Time Fraud Prevention Engine Using Open Source (Big Data) Sof...
Building a Real-Time Fraud Prevention Engine Using Open Source (Big Data) Sof...
 
Building Realtime Data Pipelines with Kafka Connect and Spark Streaming: Spar...
Building Realtime Data Pipelines with Kafka Connect and Spark Streaming: Spar...Building Realtime Data Pipelines with Kafka Connect and Spark Streaming: Spar...
Building Realtime Data Pipelines with Kafka Connect and Spark Streaming: Spar...
 
Big Data and Fast Data - Lambda Architecture in Action
Big Data and Fast Data - Lambda Architecture in ActionBig Data and Fast Data - Lambda Architecture in Action
Big Data and Fast Data - Lambda Architecture in Action
 
ROBOTICS AND ITS APPLICATIONS
ROBOTICS AND ITS APPLICATIONSROBOTICS AND ITS APPLICATIONS
ROBOTICS AND ITS APPLICATIONS
 
3 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 20173 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 2017
 
How to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your NicheHow to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your Niche
 

Similar to Open Source in robotics and its business - LibreCon 2016

Fluxcharge - wireless chargers for mobile robotics
Fluxcharge - wireless chargers for mobile roboticsFluxcharge - wireless chargers for mobile robotics
Fluxcharge - wireless chargers for mobile roboticsArunabh Mishra
 
Pitch deck zespołu Husarion
Pitch deck zespołu HusarionPitch deck zespołu Husarion
Pitch deck zespołu HusarionAdam Łopusiewicz
 
Development of Pick and Place Robot for Industrial Applications
Development of Pick and Place Robot for Industrial ApplicationsDevelopment of Pick and Place Robot for Industrial Applications
Development of Pick and Place Robot for Industrial ApplicationsIRJET Journal
 
Robotics Mission 2014
Robotics Mission 2014Robotics Mission 2014
Robotics Mission 2014Chinwag
 
Robotics -presentation by Aryan Srivastava
Robotics -presentation by Aryan SrivastavaRobotics -presentation by Aryan Srivastava
Robotics -presentation by Aryan SrivastavaAryan Srivastava
 
Detecon Trend Report - Robotics
Detecon Trend Report - RoboticsDetecon Trend Report - Robotics
Detecon Trend Report - RoboticsMarkus Liu
 
Detecon Trend Report Robotics
Detecon Trend Report RoboticsDetecon Trend Report Robotics
Detecon Trend Report RoboticsPhilipp Schett
 
Robotics Introduction Advantanges .pptx
Robotics Introduction Advantanges  .pptxRobotics Introduction Advantanges  .pptx
Robotics Introduction Advantanges .pptxPrashanthN79
 
Global Robotics Technology Market - Size, Share, Global Trends, Company Profi...
Global Robotics Technology Market - Size, Share, Global Trends, Company Profi...Global Robotics Technology Market - Size, Share, Global Trends, Company Profi...
Global Robotics Technology Market - Size, Share, Global Trends, Company Profi...Allied Market Research
 
Material Handling Robot For Smart Manufacturing in Industries
Material Handling Robot For Smart Manufacturing in IndustriesMaterial Handling Robot For Smart Manufacturing in Industries
Material Handling Robot For Smart Manufacturing in Industriesdbpublications
 
Tracking the next megatrend
Tracking the next megatrendTracking the next megatrend
Tracking the next megatrendIvan Grishin
 
High Tech Careers series
High Tech Careers seriesHigh Tech Careers series
High Tech Careers seriesJoe Parenteau
 
IRJET- IoT based Vending Machine with Cashless Payment
IRJET- IoT based Vending Machine with Cashless PaymentIRJET- IoT based Vending Machine with Cashless Payment
IRJET- IoT based Vending Machine with Cashless PaymentIRJET Journal
 
Schunk Expert Days - Convergence of Industrial and Service Robotics 2014
Schunk Expert Days - Convergence of Industrial and Service Robotics 2014Schunk Expert Days - Convergence of Industrial and Service Robotics 2014
Schunk Expert Days - Convergence of Industrial and Service Robotics 2014Samuel Bouchard
 
BCG_The_Robotics_Revolution_Sep_2015
BCG_The_Robotics_Revolution_Sep_2015BCG_The_Robotics_Revolution_Sep_2015
BCG_The_Robotics_Revolution_Sep_2015Justin Rose
 

Similar to Open Source in robotics and its business - LibreCon 2016 (20)

Fluxcharge - wireless chargers for mobile robotics
Fluxcharge - wireless chargers for mobile roboticsFluxcharge - wireless chargers for mobile robotics
Fluxcharge - wireless chargers for mobile robotics
 
Pitch deck zespołu Husarion
Pitch deck zespołu HusarionPitch deck zespołu Husarion
Pitch deck zespołu Husarion
 
Development of Pick and Place Robot for Industrial Applications
Development of Pick and Place Robot for Industrial ApplicationsDevelopment of Pick and Place Robot for Industrial Applications
Development of Pick and Place Robot for Industrial Applications
 
Robotics Mission 2014
Robotics Mission 2014Robotics Mission 2014
Robotics Mission 2014
 
Robotics for Skoltech
Robotics for SkoltechRobotics for Skoltech
Robotics for Skoltech
 
Robotics -presentation by Aryan Srivastava
Robotics -presentation by Aryan SrivastavaRobotics -presentation by Aryan Srivastava
Robotics -presentation by Aryan Srivastava
 
Detecon Trend Report - Robotics
Detecon Trend Report - RoboticsDetecon Trend Report - Robotics
Detecon Trend Report - Robotics
 
Detecon Trend Report Robotics
Detecon Trend Report RoboticsDetecon Trend Report Robotics
Detecon Trend Report Robotics
 
Robotics Introduction Advantanges .pptx
Robotics Introduction Advantanges  .pptxRobotics Introduction Advantanges  .pptx
Robotics Introduction Advantanges .pptx
 
Madhu project
Madhu projectMadhu project
Madhu project
 
Global Robotics Technology Market - Size, Share, Global Trends, Company Profi...
Global Robotics Technology Market - Size, Share, Global Trends, Company Profi...Global Robotics Technology Market - Size, Share, Global Trends, Company Profi...
Global Robotics Technology Market - Size, Share, Global Trends, Company Profi...
 
Material Handling Robot For Smart Manufacturing in Industries
Material Handling Robot For Smart Manufacturing in IndustriesMaterial Handling Robot For Smart Manufacturing in Industries
Material Handling Robot For Smart Manufacturing in Industries
 
Tracking the next megatrend
Tracking the next megatrendTracking the next megatrend
Tracking the next megatrend
 
Tracking the next megatrend
Tracking the next megatrendTracking the next megatrend
Tracking the next megatrend
 
High Tech Careers series
High Tech Careers seriesHigh Tech Careers series
High Tech Careers series
 
robocity2013-jderobot
robocity2013-jderobotrobocity2013-jderobot
robocity2013-jderobot
 
The 10 most innovative robotics companies august 2017
The 10 most innovative robotics companies august 2017The 10 most innovative robotics companies august 2017
The 10 most innovative robotics companies august 2017
 
IRJET- IoT based Vending Machine with Cashless Payment
IRJET- IoT based Vending Machine with Cashless PaymentIRJET- IoT based Vending Machine with Cashless Payment
IRJET- IoT based Vending Machine with Cashless Payment
 
Schunk Expert Days - Convergence of Industrial and Service Robotics 2014
Schunk Expert Days - Convergence of Industrial and Service Robotics 2014Schunk Expert Days - Convergence of Industrial and Service Robotics 2014
Schunk Expert Days - Convergence of Industrial and Service Robotics 2014
 
BCG_The_Robotics_Revolution_Sep_2015
BCG_The_Robotics_Revolution_Sep_2015BCG_The_Robotics_Revolution_Sep_2015
BCG_The_Robotics_Revolution_Sep_2015
 

More from LibreCon

Inteligencia del dato aplicada al negocio de las telecomunicaciones - LibreCo...
Inteligencia del dato aplicada al negocio de las telecomunicaciones - LibreCo...Inteligencia del dato aplicada al negocio de las telecomunicaciones - LibreCo...
Inteligencia del dato aplicada al negocio de las telecomunicaciones - LibreCo...LibreCon
 
Cómo aumentar los ratios de conversión de tu negocio en el canal telefónico -...
Cómo aumentar los ratios de conversión de tu negocio en el canal telefónico -...Cómo aumentar los ratios de conversión de tu negocio en el canal telefónico -...
Cómo aumentar los ratios de conversión de tu negocio en el canal telefónico -...LibreCon
 
La plataforma cloud Opensource abierta a toda la industria - LibreCon 2016
La plataforma cloud Opensource abierta a toda la industria - LibreCon 2016La plataforma cloud Opensource abierta a toda la industria - LibreCon 2016
La plataforma cloud Opensource abierta a toda la industria - LibreCon 2016LibreCon
 
Privacy shield, la nueva realidad en la industria 4.0 - LibreCon 2016
Privacy shield, la nueva realidad en la industria 4.0 - LibreCon 2016Privacy shield, la nueva realidad en la industria 4.0 - LibreCon 2016
Privacy shield, la nueva realidad en la industria 4.0 - LibreCon 2016LibreCon
 
Samsung y su firme apuesta por el Software Libre - LibreCon 2016
Samsung y su firme apuesta por el Software Libre - LibreCon 2016Samsung y su firme apuesta por el Software Libre - LibreCon 2016
Samsung y su firme apuesta por el Software Libre - LibreCon 2016LibreCon
 
Cómo usar inteligencia competitiva para subirse a la ola de las tecnologías e...
Cómo usar inteligencia competitiva para subirse a la ola de las tecnologías e...Cómo usar inteligencia competitiva para subirse a la ola de las tecnologías e...
Cómo usar inteligencia competitiva para subirse a la ola de las tecnologías e...LibreCon
 
Beneficios de aplicar la tecnología open a tu proyecto digital - LibreCon 2016
Beneficios de aplicar la tecnología open a tu proyecto digital - LibreCon 2016Beneficios de aplicar la tecnología open a tu proyecto digital - LibreCon 2016
Beneficios de aplicar la tecnología open a tu proyecto digital - LibreCon 2016LibreCon
 
Software libre como habilitador en la Industrua 4.0 - LibreCon 2016
Software libre como habilitador en la Industrua 4.0 - LibreCon 2016Software libre como habilitador en la Industrua 4.0 - LibreCon 2016
Software libre como habilitador en la Industrua 4.0 - LibreCon 2016LibreCon
 
BATEAN, caminando hacia la Industria 4.0 - LibreCon 2016
BATEAN, caminando hacia la Industria 4.0 - LibreCon 2016BATEAN, caminando hacia la Industria 4.0 - LibreCon 2016
BATEAN, caminando hacia la Industria 4.0 - LibreCon 2016LibreCon
 
Fabricación aditiva de componentes industriales - LibreCon 2016
Fabricación aditiva de componentes industriales - LibreCon 2016Fabricación aditiva de componentes industriales - LibreCon 2016
Fabricación aditiva de componentes industriales - LibreCon 2016LibreCon
 
Software Libre por los aires, el caso de AENA
Software Libre por los aires, el caso de AENASoftware Libre por los aires, el caso de AENA
Software Libre por los aires, el caso de AENALibreCon
 
Industry 4.0 y Big Data. ¿Quién está accediendo a tus datos? - LibreCon 2016
Industry 4.0 y Big Data. ¿Quién está accediendo a tus datos? - LibreCon 2016Industry 4.0 y Big Data. ¿Quién está accediendo a tus datos? - LibreCon 2016
Industry 4.0 y Big Data. ¿Quién está accediendo a tus datos? - LibreCon 2016LibreCon
 
A sustainable economic model through contributors to Libre/Free Software comm...
A sustainable economic model through contributors to Libre/Free Software comm...A sustainable economic model through contributors to Libre/Free Software comm...
A sustainable economic model through contributors to Libre/Free Software comm...LibreCon
 
Un modelo económicamente sostenible a través de la contribución a comunidades...
Un modelo económicamente sostenible a través de la contribución a comunidades...Un modelo económicamente sostenible a través de la contribución a comunidades...
Un modelo económicamente sostenible a través de la contribución a comunidades...LibreCon
 
¿En qué se parecen una piedra y un pollo? - LibreCon 2016
¿En qué se parecen una piedra y un pollo? - LibreCon 2016¿En qué se parecen una piedra y un pollo? - LibreCon 2016
¿En qué se parecen una piedra y un pollo? - LibreCon 2016LibreCon
 
Integración Bigdata: punto de entrada al IoT - LibreCon 2016
Integración Bigdata: punto de entrada al IoT - LibreCon 2016Integración Bigdata: punto de entrada al IoT - LibreCon 2016
Integración Bigdata: punto de entrada al IoT - LibreCon 2016LibreCon
 
Software libre en la industria de equipamiento médico y tecnología sanitaria ...
Software libre en la industria de equipamiento médico y tecnología sanitaria ...Software libre en la industria de equipamiento médico y tecnología sanitaria ...
Software libre en la industria de equipamiento médico y tecnología sanitaria ...LibreCon
 
Banking 4.0 - LibreCon 2016
Banking 4.0 - LibreCon 2016Banking 4.0 - LibreCon 2016
Banking 4.0 - LibreCon 2016LibreCon
 
Implementing a Security strategy in IoT, Practical example Automotive Grade L...
Implementing a Security strategy in IoT, Practical example Automotive Grade L...Implementing a Security strategy in IoT, Practical example Automotive Grade L...
Implementing a Security strategy in IoT, Practical example Automotive Grade L...LibreCon
 
Introducción a Docker - LibreCon 2016
Introducción a Docker - LibreCon 2016Introducción a Docker - LibreCon 2016
Introducción a Docker - LibreCon 2016LibreCon
 

More from LibreCon (20)

Inteligencia del dato aplicada al negocio de las telecomunicaciones - LibreCo...
Inteligencia del dato aplicada al negocio de las telecomunicaciones - LibreCo...Inteligencia del dato aplicada al negocio de las telecomunicaciones - LibreCo...
Inteligencia del dato aplicada al negocio de las telecomunicaciones - LibreCo...
 
Cómo aumentar los ratios de conversión de tu negocio en el canal telefónico -...
Cómo aumentar los ratios de conversión de tu negocio en el canal telefónico -...Cómo aumentar los ratios de conversión de tu negocio en el canal telefónico -...
Cómo aumentar los ratios de conversión de tu negocio en el canal telefónico -...
 
La plataforma cloud Opensource abierta a toda la industria - LibreCon 2016
La plataforma cloud Opensource abierta a toda la industria - LibreCon 2016La plataforma cloud Opensource abierta a toda la industria - LibreCon 2016
La plataforma cloud Opensource abierta a toda la industria - LibreCon 2016
 
Privacy shield, la nueva realidad en la industria 4.0 - LibreCon 2016
Privacy shield, la nueva realidad en la industria 4.0 - LibreCon 2016Privacy shield, la nueva realidad en la industria 4.0 - LibreCon 2016
Privacy shield, la nueva realidad en la industria 4.0 - LibreCon 2016
 
Samsung y su firme apuesta por el Software Libre - LibreCon 2016
Samsung y su firme apuesta por el Software Libre - LibreCon 2016Samsung y su firme apuesta por el Software Libre - LibreCon 2016
Samsung y su firme apuesta por el Software Libre - LibreCon 2016
 
Cómo usar inteligencia competitiva para subirse a la ola de las tecnologías e...
Cómo usar inteligencia competitiva para subirse a la ola de las tecnologías e...Cómo usar inteligencia competitiva para subirse a la ola de las tecnologías e...
Cómo usar inteligencia competitiva para subirse a la ola de las tecnologías e...
 
Beneficios de aplicar la tecnología open a tu proyecto digital - LibreCon 2016
Beneficios de aplicar la tecnología open a tu proyecto digital - LibreCon 2016Beneficios de aplicar la tecnología open a tu proyecto digital - LibreCon 2016
Beneficios de aplicar la tecnología open a tu proyecto digital - LibreCon 2016
 
Software libre como habilitador en la Industrua 4.0 - LibreCon 2016
Software libre como habilitador en la Industrua 4.0 - LibreCon 2016Software libre como habilitador en la Industrua 4.0 - LibreCon 2016
Software libre como habilitador en la Industrua 4.0 - LibreCon 2016
 
BATEAN, caminando hacia la Industria 4.0 - LibreCon 2016
BATEAN, caminando hacia la Industria 4.0 - LibreCon 2016BATEAN, caminando hacia la Industria 4.0 - LibreCon 2016
BATEAN, caminando hacia la Industria 4.0 - LibreCon 2016
 
Fabricación aditiva de componentes industriales - LibreCon 2016
Fabricación aditiva de componentes industriales - LibreCon 2016Fabricación aditiva de componentes industriales - LibreCon 2016
Fabricación aditiva de componentes industriales - LibreCon 2016
 
Software Libre por los aires, el caso de AENA
Software Libre por los aires, el caso de AENASoftware Libre por los aires, el caso de AENA
Software Libre por los aires, el caso de AENA
 
Industry 4.0 y Big Data. ¿Quién está accediendo a tus datos? - LibreCon 2016
Industry 4.0 y Big Data. ¿Quién está accediendo a tus datos? - LibreCon 2016Industry 4.0 y Big Data. ¿Quién está accediendo a tus datos? - LibreCon 2016
Industry 4.0 y Big Data. ¿Quién está accediendo a tus datos? - LibreCon 2016
 
A sustainable economic model through contributors to Libre/Free Software comm...
A sustainable economic model through contributors to Libre/Free Software comm...A sustainable economic model through contributors to Libre/Free Software comm...
A sustainable economic model through contributors to Libre/Free Software comm...
 
Un modelo económicamente sostenible a través de la contribución a comunidades...
Un modelo económicamente sostenible a través de la contribución a comunidades...Un modelo económicamente sostenible a través de la contribución a comunidades...
Un modelo económicamente sostenible a través de la contribución a comunidades...
 
¿En qué se parecen una piedra y un pollo? - LibreCon 2016
¿En qué se parecen una piedra y un pollo? - LibreCon 2016¿En qué se parecen una piedra y un pollo? - LibreCon 2016
¿En qué se parecen una piedra y un pollo? - LibreCon 2016
 
Integración Bigdata: punto de entrada al IoT - LibreCon 2016
Integración Bigdata: punto de entrada al IoT - LibreCon 2016Integración Bigdata: punto de entrada al IoT - LibreCon 2016
Integración Bigdata: punto de entrada al IoT - LibreCon 2016
 
Software libre en la industria de equipamiento médico y tecnología sanitaria ...
Software libre en la industria de equipamiento médico y tecnología sanitaria ...Software libre en la industria de equipamiento médico y tecnología sanitaria ...
Software libre en la industria de equipamiento médico y tecnología sanitaria ...
 
Banking 4.0 - LibreCon 2016
Banking 4.0 - LibreCon 2016Banking 4.0 - LibreCon 2016
Banking 4.0 - LibreCon 2016
 
Implementing a Security strategy in IoT, Practical example Automotive Grade L...
Implementing a Security strategy in IoT, Practical example Automotive Grade L...Implementing a Security strategy in IoT, Practical example Automotive Grade L...
Implementing a Security strategy in IoT, Practical example Automotive Grade L...
 
Introducción a Docker - LibreCon 2016
Introducción a Docker - LibreCon 2016Introducción a Docker - LibreCon 2016
Introducción a Docker - LibreCon 2016
 

Recently uploaded

Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIkoyaldeepu123
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture designssuser87fa0c1
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 

Recently uploaded (20)

Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AI
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture design
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 

Open Source in robotics and its business - LibreCon 2016

  • 1. Open Source in robotics and its business Víctor Mayoral Vilches CTO and Founder, Erle Robotics
  • 2. 1998, 
 LEGO Mindstorms Introduced in 1998, the Mindstorms kit was based on work done at the MIT Media Lab by learning researchers Seymour Papert and Mitchel Resnick. Over the last 15 years LEGO Mindstorms has had tremendous impact in schools and Universities where It allowed to teach the principles of robotics and creative projects have appeared showing the potential of interchangeable software and hardware in robotics.
  • 3.
  • 4. 2006, 
 Willow Garage Willow Garage was a Silicon Valley startup founded to push the growth of robotics and speed up its progress. Founded around 2006 Willow concentrated some of the most brilliant robotics engineers to work in tasks like personal assistants, driverless boats, and autonomous cars.
 The most relevant accomplishments of the company were the creation of the Robotics Operating System (ROS) and the PR2.
  • 5. “Willow is to robotics what Bell Labs and Xerox Parc were for the personal computer industry.”
  • 7. Open Source Robotics Foundation Mission: 
 “support the development, distribution, and adoption of open source software for use in robotics research, education, and product development.”
  • 9. 3rd generation roboticists Created in 2014, Erle Robotics aimed to create tools for developers in the robotics area. Hardware and software that helped roboticists test and do their work without having to reinvent the wheel every single time they created a new robot.
  • 10. Markets in the Robotics Industry Industrial Robotics Robot arms, AGVs, automotive robots, etc. Professional Robotics Surgical robots, drones, telepresence robots, etc. Consumer Robotics Cleaning robots, cooking robots, toy robots, hobby robots, etc.
  • 11. Industrial Robotics The total industrial market of robotics is estimated to be US$35 billion. In 2015, robot sales increased by 15% to 253,748 units, in particular the electronics industry (+41%), metal industry (+39%), the chemical, plastics and rubber industry (+16%). China has significantly expanded its leading position as the biggest market with a share of 27% of the total supply in 2015.
  • 12. Professional Robotics The total number of professional service robots sold in 2015 rose considerably by 25% to 41,060 units accounting for a total sales number of about US$ 5 billion. 
 The most representative areas within 2015 are logistic systems, service robots in defense applications, milking robots and medical robots.
  • 13. Consumer Robotics In 2015, about 5.4 million service robots for personal and domestic use were sold, 16% more than in 2014. The value of sales increased by 4% to US$2.2 billion. Projections for 2016-2019 argue that 42 million units of service robots for personal and domestic use will be sold accounting for an estimated market of more than US$25 billion.
  • 14. Market growth in Robotics • Strong growth in China will impact technology, cost, supply chain of industrial robotics. • Professional and consumer robotics: strong growth and technology burst. • Hot field of start-up activities. • Ecosystems being formed (UAVs/drones, mobile platforms). • Strong facilitators (open source platforms, multi- purpose hardware platforms). 0,1 1 10 100 1000 2015 2017 2019 y = 10x + 25 y = 12,4x - 12,067 y = 9x - 5 Professional Consumer Industrial
  • 15. Smartphones 1991 2003 2015 2019 Servers Super-
 computers Desktop
 computers Linux adoption in several tech niches Embedded
 systems Robotics
  • 18. Why? “Most of the time is spent dealing with the hardware/ software interfaces and little is put into behavior development or real-world scenarios.”
  • 21. Hardware Robot Operating System A standardized software and hardware infrastructure to easily create reusable and reconfigurable robot hardware parts. Using H-ROS, building robots is about placing H-ROS-compatible components together to build new robot configurations. The interesting fact about this is that constructing robots is not any more restricted to a few high technical skills but it's extended to a great majority with a general understanding of the different H- ROS parts and its use.
  • 22. Standard Robot Components Plug and play Combine H-ROS components together to build new robots. Create, extend and repair robots easily. Interoperable and distributed Distributed hardware components that speak to each other regardless of the manufacturer. Smart Each components reports information that helps our robots become smarter (inertial position, voltage, current, …)
  • 25. In Europe, robotics has a positive net effect on labour demand Automation reduces production cost, reduced product costs reduce prices, reduced product prices increase demand for products, increased product demand increases employment. Download ZEW-Study: http://ftp.zew.de/pub/zew-docs/ gutachten/Robotics_Employment_2016.pdf
  • 28. Professional Robotics Sed mollis, eros et ultrices tempus, mauris ipsum aliquam libero, non adipiscing dolor urna a orci. In dui magna, posuere eget, vestibulum et, tempor auctor, justo. Ut tincidunt tincidunt erat. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Proin pretium, leo ac pellentesque mollis, felis nunc ultrices eros, sed gravida augue augue mollis justo.
  • 29. Interoperable By facilitating standardized abstractions based in ROS, H-ROS compatible components are able to communicate and exchange data seamlessly, regardless of the manufacturer. This will help creating an environment of compatible robot components where parts from different manufacturers are literally interchangeable. AT-ST
  • 30. Simple. Easy. Powerful. Power over Ethernet (PoE), IEEE 802.3at-2009 (also known as PoE+). Particularly, mode B which delivers power on the spare pairs of 100BASE-TX. This configuration provides 25.5 W of power to each H- ROS part connected through PoE using the RJ45 connector.
  • 31. Reconfigurable Our team extended the existing Unified Robot Description Format (URDF) to support dynamic changes and recreate the internal robot model based on a predefined set of routines.
  • 32. Built
 with
 ROS
 2.0 The future framework for robot application development. Following from ROS, ROS 2.0 will define the next decade in robotics by providing solutions for problems like teams of multiple robots, small embedded platforms, real-time systems, non-ideal networks or production environments.
  • 33. Sensing components for robots H-ROS sensing components help robots perceive its environment and share information with the rest of the parts through standardized ROS interfaces.
  • 34. H-ROS actuation components allow robots to interact with its environment and produce some form of change through subscription and/or connection to standardized ROS interfaces. Actuation components for robots
  • 35. H-ROS communication components are specialized in communication by either exposing new communication channels to the overall ROS network (e.g.: 4G, WiFi) or by providing means of interconnection between different H-ROS components. Communication components for robots
  • 36. Cognition H-ROS components are specialized in computation and coordination. These parts perform most of the computationally expensive tasks within the robot such as reasoning, planning and/or reconfiguration. Cognition components for robots
  • 37. Hybrid H-ROS components are composed of different sub-elements, that are generally not fully understood within any of the other types and/or correspond with sub- robots (parts of other robots). These components are grouped under an abstraction layer that enables them to interoperate directly with other H-ROS devices by complying with existing ROS abstractions. Hybrid components for robots