Jump to content

IRobot Create: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Undid revision 242075425 by XLinkBot (talk)
Codeczero (talk | contribs)
m →‎External links: corrected link
Line 30: Line 30:


==External links==
==External links==
*[http://store.irobot.com/shop/index.jsp?categoryId=2597845 iRobot's Create home page]
*[http://store.irobot.com/family/index.jsp?categoryId=2591511&cp=2174940 iRobot's Create home page]
*[https://sourceforge.net/projects/createoi/ C# CreateOI Framework], Open Source C# Programming Framework for iRobot Create
*[https://sourceforge.net/projects/createoi/ C# CreateOI Framework], Open Source C# Programming Framework for iRobot Create
*[http://create-info.org/ Create-Info.Org - the Wiki for the iRobot Create Programmable Robot.]
*[http://create-info.org/ Create-Info.Org - the Wiki for the iRobot Create Programmable Robot.]

Revision as of 06:13, 4 October 2008


This is an unmodified iRobot Create with Command Module (the small green attachment).

The iRobot Create is a hobbyist robot based on the Roomba platform and introduced in 2007. It is explicitly designed for robotics development, rather than simply hacking the Roomba. In place of the vacuum hardware of the Roomba, the Create includes a cargo bay which houses a 25 pin port that can be used for digital and analog input and output. The Create also possesses a serial port through which sensor data can be read and motor commands can be issued using the iRobot Roomba Open Interface protocol.

It accepts virtually all accessories designed for iRobot's domestic robots and can be programmed with the addition of a small "command module" (a microcontroller with a USB connector and four DE-9 expansion ports).

Controller

Due to the limitations in storage space and processing power of the iRobot Command Module, many choose to utilize an external computer in controlling the Create robot. Since the built-in serial port supports the transmission of sensor data and can receive actuation commands, any embedded computer that supports serial communication can be used as the control computer. Popular choices include the gumstix line of computers.

A number of robot interface server / simulators support the iRobot Create. Most notably, the Player Project have long included a device interface for the Roomba, and has recently developed a Create interface in Player 2.1. The Universal Real-time Behavior Interface (URBI) environment also contains a Create interface.

The Microsoft Robotics Studio simulation environment contains a Create model.

Community

A team of iRobot Create robots at the Human-Automation Systems Lab, Georgia Institute of Technology.

Due to its small size and low cost, the iRobot Create is popular in the robotic research community. In particular, research projects in the area of multi-robot networks favors the Create robot. Examples:

See also