Python Robotics

From Wikipedia, the free encyclopedia
(Redirected from PyroBot)
(Pyro) - Python Robotics
Initial releaseMarch 10, 2003 (2003-03-10)
Stable release
5.0 / August 15, 2007; 16 years ago (2007-08-15)
Available inPython, C++
Websitepyrorobotics.com

Python Robotics (Pyro) is a project designed to create an easy-to-use interface for accessing and controlling a wide variety of real and simulated robots.

History[edit]

The Pioneer robot is one of many which PyroBot can simulate.

Pyrobot was funded from 2003 to 2005 by the National Science Foundation as NSF DUE CCLI-EMD Award number 0231363, "Beyond LEGOs: Hardware, Software, and Curriculum for the Next Generation Robot Laboratory". The principal investigators on the NSF grant were Douglas Blank of Bryn Mawr College, Kurt Konolige of SRI International, Deepak Kumar (computer scientist) of Bryn Mawr College, Lisa Meeden of Swarthmore College, and Holly Yanco of University of Massachusetts Lowell.

PyroBot is a Python library with some C++ code for processing camera images. It has connections to Player, Stage, and Gazebo. It also contains its own simulator written completely in Python. It can directly control a variety of real robots, including the Pioneer, Khepera, AIBO, and Hemisson.

The ideas from PyroBot continue to evolve as Myro, short for My Robot, in the Institute for Personal Robots in Education software, although it is no longer for Python only. Myro can be used by many other computer languages as well.

See also[edit]

References[edit]

  • Blank, D. S.; Kumar, D.; Meeden, L.; Yanco, H. (Spring 2006). "The Pyro Toolkit for AI and Robotics" (PDF). AI Magazine. 27 (1): 39–50. doi:10.1609/aimag.v27i1.1862. S2CID 7858018.
  • Blank, D. S.; Kumar, D.; Meeden, L.; Yanco, H. (September 2004). "Pyro: A Python-based Versatile Programming Environment for Teaching Robotics" (PDF). Journal on Educational Resources in Computing. 4 (3): 1. doi:10.1145/1083310.1047569.
  • Blank, D.; Meeden, L.; Kumar, D. (2003). Python robotics: An Environment for Exploring Robotics Beyond LEGOs (PDF). SIGCSE '03. Proceedings of the 34th SIGCSE technical symposium on Computer science education. pp. 317–321. doi:10.1145/611892.611996. ISBN 1-58113-648-X.
  • Blank, D. S.; Yanco, H.; Kumar, D.; Meeden, L. (Spring 2004). Avoiding the Karel-the-Robot Paradox: A Framework for Making Sophisticated Robotics Accessible (PDF). AAAI Spring Symposium. Accessible Hands-on Artificial Intelligence and Robotics Education. pp. 48–51. ISBN 1-57735-193-2. SS-04-01.

External links[edit]