RoombaComm

From GICLWiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Roomba Design Lab (Winter 2007)]]
 
[[Category:Roomba Design Lab (Winter 2007)]]
The official RoombaComm documentary can be found at http://todbot.com/roomba/roombacomm/javadoc/.
+
RoombaComm is a Java library created by Tod E. Kurt that allows users to communicate with Roomba through a high-level language (Java). This library is already included in the issued Processing package. The documentary of commands provided in this library are officially available at http://todbot.com/roomba/roombacomm/javadoc/, but a more abreviated (for easier access) and more thorough documentary are included below.
 +
 
 +
The following page is list of commands that can be sent to your Roomba and a description of how they are used.
 +
 
 +
==goForward()==
 +
 
 +
==goBackward()==
 +
 
 +
==spinLeft()==
 +
 
 +
==spinRight()==
 +
 
 +
==updateSensors()==
 +
 
 +
==playNote()==
 +
 
 +
 
 +
==bumpLeft()==
 +
==bumpRight()==
 +
==wall()==

Revision as of 21:23, 4 January 2007

RoombaComm is a Java library created by Tod E. Kurt that allows users to communicate with Roomba through a high-level language (Java). This library is already included in the issued Processing package. The documentary of commands provided in this library are officially available at http://todbot.com/roomba/roombacomm/javadoc/, but a more abreviated (for easier access) and more thorough documentary are included below.

The following page is list of commands that can be sent to your Roomba and a description of how they are used.

Contents

goForward()

goBackward()

spinLeft()

spinRight()

updateSensors()

playNote()

bumpLeft()

bumpRight()

wall()

Personal tools