Robot Operating System

Robot Operating System
Melodic Morenia Logo
Cart pushing simulation in RVIZ
Original author(s) Willow Garage
Stanford Artificial Intelligence Laboratory
Initial release 2007 (2007)
Stable release
Melodic Morenia[1] / 23 May 2018 (2018-05-23)
Repository Edit this at Wikidata
Written in C++ or Python
Operating system Linux, MacOS (experimental), Windows 10
Type Robotics suite, OS, library
License BSD license
Website www.ros.org

Robot Operating System (ROS) is robotics middleware (i.e. collection of software frameworks for robot software development). Although ROS is not an operating system, it provides services designed for a heterogeneous computer cluster such as hardware abstraction, low-level device control, implementation of commonly used functionality, message-passing between processes, and package management. Running sets of ROS-based processes are represented in a graph architecture where processing takes place in nodes that may receive, post and multiplex sensor, control, state, planning, actuator and other messages. Despite the importance of reactivity and low latency in robot control, ROS, itself, is not a real-time OS (RTOS), though it is possible to integrate ROS with real-time code.[2] The lack of support for real-time systems is being addressed in the creation of ROS 2.0.[3]

Software in the ROS Ecosystem[4] can be separated into three groups:

  • language-and platform-independent tools used for building and distributing ROS-based software;
  • ROS client library implementations such as roscpp,[5] rospy,[6] and roslisp;[7]
  • packages containing application-related code which uses one or more ROS client libraries.[8]

Both the language-independent tools and the main client libraries (C++, Python, and Lisp) are released under the terms of the BSD license, and as such are open source software and free for both commercial and research use. The majority of other packages are licensed under a variety of open source licenses. These other packages implement commonly used functionality and applications such as hardware drivers, robot models, datatypes, planning, perception, simultaneous localization and mapping, simulation tools, and other algorithms.

The main ROS client libraries (C++, Python, and Lisp) are geared toward a Unix-like system, primarily because of their dependence on large collections of open-source software dependencies. For these client libraries, Ubuntu Linux is listed as "Supported" while other variants such as Fedora Linux, macOS, and Microsoft Windows are designated "Experimental" and are supported by the community.[9] The native Java ROS client library, rosjava, however, does not share these limitations and has enabled ROS-based software to be written for the Android OS.[10] rosjava has also enabled ROS to be integrated into an officially supported MATLAB toolbox which can be used on Linux, macOS, and Microsoft Windows.[11] A JavaScript client library, roslibjs has also been developed which enables integration of software into a ROS system via any standards-compliant web browser. In September 2018 Microsoft ported Core ROS to Windows 10.

History and milestones

2007

  • ROS was started by borrowing the best practices from many early open source robotic software frameworks including switchyard by the Stanford Artificial Intelligence Laboratory in support of the Stanford AI Robot STAIR (STanford AI Robot) project.[12][13]
  • January. Willow Garage hires first employees: Jonathan Stark, Melonee Wise, Curt Meyers, and John Hsu
  • 11/7/2007: First commit of ROS code to SourceForge[14]

2008

  • Development was performed primarily at Willow Garage, a robotics research lab, when Eric Berger and Keenan Wyrobek,[15] the founders of the Stanford Personal Robotics Program,[16] left Stanford to start the Personal Robotics Program at Willow Garage.[17] During that time, researchers at more than twenty institutions collaborated with Willow Garage engineers in a federated development model.[18][19]

2009

  • 2/10/2009: ROS 0.4 Mango Tango released[20]
  • 2/16/2009: RVIZ first documented
  • 5/12/2009: First published paper on ROS: ROS: an open-source Robot Operating System 5/12/2009 (Authors: Morgan Quigley, Ken Conley, Brian Gerkey, Josh Faust, Tully Foote, Jeremy Leibs, Rob Wheeler, Andrew Y Ng)[19]
  • 8/16/2009: ROS.org comes online[21]
  • 12/2/2009: First ROS tutorials released[22]

2010

2011

2012

2013

  • February 2013, ROS stewardship transitioned to the Open Source Robotics Foundation.[32]
  • 3/12/2013: 10,000 questions asked on ROS Answers[33]
  • 5/11-12/2013: ROSCon 2013 takes place in Stuttgart, Germany
  • 6/18/2013: Virtual Robotics Challenge takes place, the virtual stage of the DARPA Robotics Challenge
  • August 2013, a blog posting[34] announced that Willow Garage would be absorbed by another company started by its founder, Suitable Technologies.
  • 12/3/2013: ROS.org released[35]

2014

  • 1/15/2014: Support responsibilities for the PR2 created by Willow Garage taken over by Clearpath Robotics[36]
  • 2/7/2014: ROS Answers Reaches 15,000 Questions[37]
  • 6/6/2014: ROS Kong, the first international ROS user group meeting
  • 9/1/2014: First robot in space running on ROS, the Robonaut 2 on the International Space Station[38]
  • 9/12–13/2014: ROSCon 2014 takes place in Chicago. Program here.[39]
    • Industry attendees surpass academia attendees for first time
  • 12/21/2014: First ROS meetup in Korea[40]

2015

  • 6/9/2015: DARPA Robotics Challenge takes place. Out of the 23 DRC Finals teams, 18 teams use ROS and 14 teams use Gazebo[41]
  • 7/23/2015: First ROS Summer School in China
  • 10/3/2015: ROSCon 2015. Program here
  • 11/3/2015: ROS 2 Alpha released
  • 11/7/2015: Eighth anniversary of ROS, and video compilation[42]
  • 12/25/2015: Book release: Programming Robots with ROS: A Practical Introduction to the Robot Operating System[43]

2016

  • 2/18/2016: First Danish ROS meetup[44]
  • 7/22/2016: Second ROS Summer School in China
  • 9/15/2016: OSRF announces collaboration with Toyota Research Institute[45]
  • 10/7/2016: Bosch underwrites full-time position at OSRF[46]

2017

  • 3/21/2017: First Ukrainian ROS Meetup[47]
  • 5/16/2017: Open Source Robotics Foundation changed its name to Open Robotics.[48]
  • 7/22/2017: Third ROS Summer School in China[49]
  • 9/21/2017: ROSCon 2017. Program here.[50]

2018

Applications

ROS areas include:

  • a master coordination node
  • publishing or subscribing to data streams: images, stereo, laser, control, actuator, contact ...
  • multiplexing information
  • node creation and destruction
  • nodes are seamlessly distributed, allowing distributed operation over multi-core, multi-processor, GPUs and clusters
  • logging
  • parameter server
  • test systems

ROS package application areas will include:

ROS-Industrial

ROS-Industrial[52] is an open-source project (BSD (legacy) / Apache 2.0 (preferred) license) that extends the advanced capabilities of ROS to manufacturing automation and robotics. The ROS-Industrial repository includes interfaces for common industrial manipulators, grippers, sensors, and device networks. It also provides software libraries for automatic 2D/3D sensor calibration, process path/motion planning, applications like Scan-N-Plan, developer tools like the Qt Creator ROS Plugin, and training curriculum that is specific to the needs of manufacturers. ROS-I is supported by an international Consortium of industry and research members. The project began as a collaborative endeavor between Yaskawa Motoman Robotics, Southwest Research Institute, and Willow Garage to support the use of ROS for manufacturing automation, with the GitHub repository being founded in January 2012 by Shaun Edwards (SwRI). Currently, the Consortium is divided into three groups; the ROS-Industrial Consortium Americas (led by SwRI and located in San Antonio, Texas), the ROS-Industrial Consortium Europe (led by Fraunhofer IPA and located in Stuttgart, Germany) and the ROS-Industrial Consortium Asia Pacific (led by Advanced Remanufacturing and Technology Centre (ARTC) and Nanyang Technological University (NTU) and located in Singapore).

The Consortia supports the global ROS-Industrial community by conducting ROS-I training, providing technical support and setting the future roadmap for ROS-I, as well as conducting pre-competitive joint industry projects to develop new ROS-I capabilities.[53]

Version history

ROS releases may be incompatible with other releases and are often referred to by code name rather than version number. The major releases so far are:

Distro Release date Poster EOL date
Melodic Morenia May 23, 2018 Current stable version: 2023-05-30
Lunar Loggerhead May 23, 2017 Current stable version: 2019-05-30
Kinetic Kame May 23, 2016 Current stable version: 2021-05-30
Jade Turtle May 23, 2015 Old version, no longer supported: 2017-05-30
Indigo Igloo July 22, 2014 Older version, yet still supported: 2019-04-30
Hydro Medusa September 4, 2013 Old version, no longer supported: 2014-05-31
Groovy Galapagos December 31, 2012 Old version, no longer supported: 2014-07-31
Fuerte Turtle April 23, 2012 Old version, no longer supported: --
Electric Emys August 30, 2011 Old version, no longer supported: --
Diamondback March 2, 2011 Old version, no longer supported: --
C Turtle August 2, 2010 Old version, no longer supported: --
Box Turtle March 2, 2010 Old version, no longer supported: --
Legend:
Old version
Older version, still supported
Latest version
Latest preview version
Future release

Ports to robots and boards

  • ABB, Adept, Fanuc, Motoman, and Universal Robots are supported by ROS-Industrial[54]
  • Baxter[55] at Rethink Robotics, Inc.
  • BeagleBoard. The robotics lab of the Katholieke Universiteit Leuven, Belgium:[56] has ported ROS to the Beagleboard
  • HERB[57] developed at Carnegie Mellon University in Intel's personal robotics program
  • Husky A200 robot developed (and integrated into ROS) by Clearpath Robotics[58]
  • PR1 personal robot developed in Ken Salisbury's lab at Stanford[59]
  • PR2 personal robot being developed at Willow Garage[60]
  • Raven II Surgical Robotic Research Platform[61][62]
  • rosbridge protocol and server[63] Brown University[64] developed the rosbridge protocol to enable any robot or computing environment to integrate with ROS using JSON-based messaging, such as for common web browsers, Matlab, Microsoft Windows, OS X, and embedded systems
  • Shadow Robot Hand[65] – A fully dexterous humanoid hand.
  • STAIR I and II[66] robots developed in Andrew Ng's lab at Stanford
  • SummitXL:[67] Mobile robot developed by Robotnik, an engineering company specialized in mobile robots, robotic arms and industrial solutions with ROS architecture.
  • Nao[68] humanoid: University of Freiburg's Humanoid Robots Lab[69] developed a ROS integration for the Nao humanoid based on an initial port by Brown University[64][70]
  • UBR1[71][72] developed by Unbounded Robotics, a spin-off of Willow Garage.
  • Raspberry Pi: image of ubuntu Mate with ROS[73] by Ubiquity Robotics; installation guide for Raspbian[74]
  • ROSbot: autonomous robot platform by Husarion[75]
  • Webots: robot simulator integrating a complete ROS programming interface[76].

ROS packages

ROS contains many open source implementations of common robotics functionality and algorithms. These open source implementations are organized into "packages". Many packages are included as part of ROS distributions, while others may be developed by individuals and distributed through code sharing sites such as github. For a list of some of the available packages for ROS, see: http://www.ros.org/browse/list.php

See also

References

  1. "ROS Melodic Morenia". wiki.ros.org. Retrieved 2018-06-10.
  2. ROS-Introduction http://wiki.ros.org/ROS/Introduction
  3. Kay, Jackie. "Proposal for Implementation of Real-time Systems in ROS 2". Retrieved 16 August 2016.
  4. "Browsing packages for indigo". ROS.org. ROS. Retrieved 21 February 2016.
  5. "Package Summary". ROS.org. ROS. Retrieved 21 February 2016.
  6. "Package SUmmary". ROS.org. ROS. Retrieved 21 February 2016.
  7. "Package Summary". ROS.org. ROS. Retrieved 21 February 2016.
  8. "client libraries". ROS.org. Retrieved 12 December 2017.
  9. "ROS/Installation - ROS Wiki". Wiki.ros.org. 2013-09-29. Retrieved 2014-07-12.
  10. "android - ROS Wiki". Wiki.ros.org. 2014-04-12. Retrieved 2014-07-12.
  11. "Robot Operating System (ROS) Support from MATLAB - Hardware Support". Mathworks.com. Retrieved 2014-07-12.
  12. "STAIR". stair.Stanford.edu. Retrieved 12 December 2017.
  13. Quigley, Morgan; Berger, Eric; Ng, Andrew Y. (2007), STAIR: Hardware and Software Architecture (PDF), AAAI 2007 Robotics Workshop
  14. "Repository: code". Sourceforge.net. Retrieved 12 December 2017.
  15. "The Origin Story of ROS, the Linux of Robotics". IEEE Spectrum: Technology, Engineering, and Science News. Retrieved 2017-10-31.
  16. "Stanford Personal Robotics Program". personalrobotics.stanford.edu. Retrieved 2017-07-03.
  17. "Robot Operating System". EngineerJobs Magazine. 2013-05-01. Retrieved 2017-07-03.
  18. "Repositories". ROS.org. Retrieved 7 June 2011.
  19. 1 2 Quigley, Morgan; Gerkey, Brian; Conley, Ken; Faust, Josh; Foote, Tully; Leibs, Jeremy; Berger, Eric; Wheeler, Rob; Ng, Andrew. "ROS: an open-source Robot Operating System" (PDF). Retrieved 3 April 2010.
  20. "ROS robotics news: February 2009 Archives". www.ROS.org. Retrieved 12 December 2017.
  21. "Welcome to ros.org - ROS robotics news". www.ROS.org. Retrieved 12 December 2017.
  22. "ROS Tutorials and Turtles - ROS robotics news". www.ROS.org. Retrieved 12 December 2017.
  23. "Robots Using ROS: Marvin autonomous car (Austin Robot Technology/UT Austin) - ROS robotics news". www.ROS.org. Retrieved 12 December 2017.
  24. "Robots Using ROS: Penn Quadrotors - ROS robotics news". www.ROS.org. Retrieved 12 December 2017.
  25. "Robots Using ROS: Lego NXT - ROS robotics news". www.ROS.org. Retrieved 12 December 2017.
  26. "PR2 Robots Available for Purchase".
  27. "Announcing ROS Answers - ROS robotics news". www.ROS.org. Retrieved 12 December 2017.
  28. "ROS on the Move: TurtleBots available for preorder - Willow Garage". www.WillowGarage.com. Retrieved 12 December 2017.
  29. "100 Repositories - ROS robotics news". www.ROS.org. Retrieved 12 December 2017.
  30. "Willow Garage Spins Out OSRF".
  31. "DARPA Awards Simulation Software Contract to Open Source Robotics Foundation".
  32. "Osrf - Ros @ Osrf". Osrfoundation.org. 2013-02-11. Retrieved 2014-07-12.
  33. "10,000 Questions Asked on ROS Answers".
  34. "employees join Suitable Technologies". Willow Garage. Retrieved 2014-07-12.
  35. "A new www.ros.org - ROS robotics news". www.ROS.org. Retrieved 12 December 2017.
  36. "Clearpath Welcomes PR2 to the Family".
  37. "ROS Answers Reaches 15,000 Questions".
  38. "ROS running on ISS - ROS robotics news". www.ROS.org. Retrieved 12 December 2017.
  39. "Program - ROSCon 2014". roscon.ROS.org. Retrieved 12 December 2017.
  40. ROS meetup in Korea
  41. "ROS and Gazebo at DRC Finals".
  42. "ROS Turns 8 - ROS robotics news". www.ROS.org. Retrieved 12 December 2017.
  43. "Programming Robots with ROS: A Practical Introduction to the Robot Operating System". OReilly.com. Retrieved 12 December 2017.
  44. "First Danish ROS Meetup".
  45. "OSRF Collaboration with TRI".
  46. "Bosch Underwrites Full-Time Position at OSRF".
  47. "First Ukrainian ROS Meetup".
  48. "Welcome to Open Robotics". www.OSRFoundation.org. Retrieved 12 December 2017.
  49. "ROS Summer School in China, July 22-28, 2017". Discourse.ROS.org. Retrieved 12 December 2017.
  50. "ROSCon 2017". roscon.ROS.org. Retrieved 12 December 2017.
  51. "melodic - ROS Wiki". wiki.ros.org. Retrieved 2018-05-28.
  52. "ROS-Industrial About". rosindustrial.org. Retrieved 12 December 2017.
  53. "Brief History". ROS-Industrial. Retrieved 2018-07-11.
  54. "Home". ROS-Industrial. Retrieved 12 December 2017.
  55. Baxter http://www.rethinkrobotics.com/products/baxter-research-robot/baxter-research-robot-qa/
  56. K U leuven http://people.mech.kuleuven.be/%7Eu0062536/embsensor.html
  57. "CMU Personal Robotics Lab". personalrobotics.Intel-Research.net. Retrieved 12 December 2017.
  58. "Husky UGV - Outdoor Field Research Robot by Clearpath". ClearPathRobotics.com. Retrieved 12 December 2017.
  59. "Stanford Personal Robotics Program". personalrobotics.Stanford.edu. Retrieved 12 December 2017.
  60. PR2
  61. B. Hannaford, J. Rosen, Diana CW Friedman, H. King, P. Roan, L. Cheng, D. Glozman, J. Ma, S.N. Kosari, L. White, 'Raven-II: AN Open Platform for Surgical Robotics Research,' IEEE Transactions on Biomedical Engineering, vol. 60, pp. 954-959, April 2013.
  62. "BioRobotics Laboratory | Biorobotics Laboratory - University of Washington". Brl.ee.washington.edu. Retrieved 2014-07-12.
  63. rosbridge protocol and server http://www.ros.org/wiki/rosbridge
  64. 1 2 brown-robotics http://brown-robotics.org/
  65. SDH
  66. STAIR I and II http://stair.stanford.edu/index.php
  67. "Summit XL - Robotnik". Robotnik.es. Retrieved 2014-07-12.
  68. "nao - ROS Wiki". Ros.org. 2013-10-28. Retrieved 2014-07-12.
  69. Humanoid Robots Lab http://hrl.informatik.uni-freiburg.de/
  70. G.T. Jay, Post to ros-users mailing list announcing ROS support for the Nao
  71. "Specification". Unbounded Robotics. Retrieved 2014-07-12.
  72. Ackerman, Evan (2013-10-21). "UBR-1 Robot From Unbounded Robotics Revolutionizes Affordable Mobile Manipulation - IEEE Spectrum". Spectrum.ieee.org. Retrieved 2014-07-12.
  73. "Ubiquity Robotics Downloads". Retrieved 29 January 2018.
  74. "ROSberryPi/Installing ROS Kinetic on the Raspberry Pi". Retrieved 29 January 2018.
  75. Husarion ROSbot manual
  76. "Using ROS with Webots". Retrieved 2018-05-18.
Notes

  • STAIR: The STanford Artificial Intelligence Robot project, Andrew Y. Ng, Stephen Gould, Morgan Quigley, Ashutosh Saxena, Eric Berger. Snowbird, 2008.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.