Thumbnail

Irobot Roomba Movement Panel

by iRobot

Control the iRobot Roomba and read sensor data from 500 series roombas

How to add the Irobot Roomba Movement Panel robot skill

  1. Load the most recent release of ARC (Get ARC).
  2. Press the Project tab from the top menu bar in ARC.
  3. Press Add Robot Skill from the button ribbon bar in ARC.
  4. Choose the Movement Panels category tab.
  5. Press the Irobot Roomba Movement Panel icon to add the robot skill to your project.

Don't have a robot yet?

Follow the Getting Started Guide to build a robot and use the Irobot Roomba Movement Panel robot skill.


How to use the Irobot Roomba Movement Panel robot skill

Control the iRobot Roomba and read sensor data. This skill currently works with the 500 and 600 series robots and iRobot create. The baud rate and connection type will need to be configured in the settings menu.

This robot skill can connect to an iRobot by using either a USB adapter or a microcontroller acting as an EZB (Arduino, etc.). The connection type in the config menu will specify the way this skill communicates with the iRobot. Continue reading below...

Main Window

User-inserted image

  1. Enable sensor streaming and statistics of received sensor data. This requires a bi-directional connection. See below for different connection types and reading sensor data.

  2. Movement directions to drive the robot, and a box to place the mouse cursor which enables using the keyboard arrow keys.

  3. The speed for the left and right wheels, which defaults to 0.

  4. Commands for initializing the SCI connection, enabling cleaning, stop cleaning, or powering off the robot

  5. Status and log data for successful initialization and errors.

Config Window

User-inserted image

  1. Connection type. Changing this setting will enable the selected connection type configuration below (Software serial, PC COM port, H/W UART). There is more information below in this manual on connection types.

  2. Software Serial connection type. This type should only be used if there are no other supported options. This uses software serial on the EZB to emulate a transmitted serial signal. This is not 100% reliable and therefore should only be used if there are no other options. This is a one-way transmission, so sensor data cannot be read.

  3. PC COM Port connection type. Uses a PC COM/Serial port that is usually a USB<->TTL convertor or an official iRobot Roomba USB cable (See details below). This is a bi-directional transmission, so sensor data can be read.

  4. H/W UART on the EZB. Selecting this will use the HW UART if supported. This allows sensor data to be read because it is bi-directional.

  5. NMS (Navigation Messaging System).

a) Enabling the first option in this group will send the iRobot Roomba's current coordinates to the NMS as a Level #3 Group #2 positioning/pose sensor. There is more information about this further in this manual.

b) The second option in this group will Pause NMS navigation if any of the iRobot Roomba sensors are triggered. The sensors covered are: cliff, bumper, virtual wall, and wheel drop

Baud Rates Different models (i.e. create vs Roomba) use different baud rates. Find your Roomba's version and check it's SCI (Serial Command Interface) or OI (Open Interface) manual to see what baud rate it uses. We believe the Roomba uses baud rate 115200, and the create uses 57600. But, don't hold us to that:). We do notice that older Roomba's use 57600 baud - ensure you have selected the correct baud rate in the config settings. 500+ series Roombas use 115,200 baud. If you are unsure, try each baud rate.

Demo Video Here's a video of the nice proportional steering that this control provides the iRobot Roomba. This video has the Roomba set to follow Kate's orange socks.

Like all movement panels, only one can exist. In this case, this Movement Panel will connect to a Roomba by its SCI interface. This control allows for a variety of speeds also, so you can use the analog joystick to control speeds. Or use the speed control in the camera to track objects with nice smooth trajectories.

ARC allows multiple physical robot controllers to be connected at once. The Movement Controls only operate on the first board (Board 0) or PC serial port.

Reading Sensor Data You can read sensor data if the PC COM or HW UART ports are used for the connection. This requires the TX and RX wires to be connected to the Roomba's SCI port. The data from the sensors and internal values are set as global variables. You can access everything from battery voltage to wheel encoder counts.

SCI Connection Types The connection types that can be used to connect the Roomba to ARC are:

  1. Software Serial (read-only)
  2. HW UART (read/write bi-directional two-way)
  3. USB COM TTL (read/write bi-directional two-way)

Roomba SCI Cable  The cable can have either TX & RX (bidirectional) or just RX connected from the Roomba. However, do note that if only the RX pin is connected, the sensor data will not be read.

Roomba <-> USB <-> PC This cable will allow reading sensor data. iRobot has a low-cost USB cable that can connect directly to a PC. This is useful if the PC is located within the robot. You can get it from here: https://store.irobot.com/default/parts-and-accessories/create-accessories/communication-cable-for-create-2/4466502.html

Roomba <-> EZB <-> PC (two-way communication) This cable will allow reading sensor data. This requires a 7 pin Male Mini Din to connect to an EZB I/O Controller. Watch DJ's iRobot Roomba Live Hack to see how to make a cable. The meat of the video starts at 20:00 because the first bit is demonstrating the iRobot Roomba and talking about it. You can find the part numbers and design information for a cable on Synthiam's GitHub repo HERE

Roomba <-> EZB <-> PC (one-way communication) The image below demonstrates how to make a cable with RX only. Meaning, the sensor data will not be read by ARC.

User-inserted image

Charging After SCI Connection When the iRobot Roomba is used with this robot skill, the robot will be put into a mode that will not accept charging. The only way to enable the robot to accept charging is to power off or reset using the two buttons on the control. Pressing either the Reset/Power Off or Power Down buttons will play an acknowledge song if successful.

User-inserted image

NMS (Navigation Messaging System) Within the configuration, the menu has an option to enable the NMS (Navigation Messaging System). This will push calculated cartesian position/location (i.e. pose) coordinates into the NMS for use with mapping/navigation tools such as The Navigator. In order to obtain wheel encoder data from the iRobot, a two-way SCI cable is needed (i.e. RX and TX must be connected) and streaming must be enabled.

The iRobot uses wheel encoders (508.8 ticks per revolution) to keep track of the odometry. This robot skill will calculate cartesian coordinates from the wheel encoders and send those values into the NMS. The iRobot's memory will keep the wheel encoder count even when powered off. In order to use the NMS correctly, follow this procedure to clear the iRobot memory and reset the encoder counts.

Get The Navigator robot skill here.

  1. Visit the iRobot robot skill configuration screen and enable NMS. Also, ensure your connection type is either PC COM Port or H/W UART because those are the only two that allow two-way communication.

*Optionally, you may select the "Pause NMS navigation with sensor detection" checkbox. This will send a pause signal to the selected NMS Level #1 navigator if any of the sensors are triggered.

User-inserted image

  1. Connect to the iRobot Roomba and enable Sensor Streaming. Verify packets are being received by the packet count increasing in the Sensor Data status display. This step ensures the cable configuration is correctly receiving sensor data from the iRobot Roomba. If the packet count is increasing, the cable configuration is correct.

    User-inserted image

  2. Now we will press the Reset/Power Off button and the robot will play a little tune acknowledging that it has rebooted and reset internal settings. The Sensor Streamer checkbox will disable as well. This step will instruct the Roomba to reset the wheel encoder values which sets the position to 0 cm x 0 cm (home).

    User-inserted image

  3. Position your iRobot Roomba in the room where 0,0 (home) will be. Good idea to mark the area as well so saved maps can be re-used.

    User-inserted image

  4. Press the CLEAN button once on the iRobot to power on. It should light up. 

    User-inserted image

  5. In the robot skill, press the INIT button and then enable Sensor Streaming. Again, verify packets are being received. The robot will play a little tune acknowledging that it has been initialized.

    User-inserted image

  6. If you have The Navigator robot skill added to your project, you will notice the robot will be at location 0,0 (home).

    User-inserted image

  7. You may now right-click in The Navigator and specify waypoints or drive the robot around and view the trajectory. Read The Navigator for instructions on using that robot skill, as it is not covered in this manual.

Accuracy of Wheel Encoders ... or lack of accuracy is a better title. Wheel encoders are not accurate for mapping but will present a general enough position for simple tasks. This is because there are many limitations to wheel encoder odometry, such as gear slop, slipping wheels and real-world velocities are not constant.

As quoted by Andrew Kramer's work based on Edwin Olson's 2004 paper...

Quote:

The larger problem is that odometry is inherently inaccurate. Encoder ticks do not translate directly into distance traveled by the wheel because wheels slip, the wheels aren’t perfectly circular, the ground isn’t perfectly flat, encoder ticks might be missed, and the motor gearbox has a backlash that isn’t accounted for in our model. This means that the position calculated from odometry will gradually diverge from the true position. We could use other methods that might be more accurate, such as optical flow and IMUs. However, any sensor we might use suffers from some inherent random error, known as noise, and this error will accumulate over time.
Great Platform Base How about using an iRobot Roomba for your robot wheelbase? You can attach a camera and the EZ-B to a Roomba and turn it into a lean mean cleaning security machine! Combine a USB Joystick and the HTTP Remote Server Control... Voila! Remote control security cleaning robot. That's easy!

You can use an iRobot Roomba motherboard as an H-Bridge to drive your custom motors. This gives your robot the ability to self-charge. By positioning the IR sensors on your robot in the same fashion as the Roomba, your robot can easily dock with the Roomba's self-charging base.


ARC Pro

Upgrade to ARC Pro

ARC Pro is your passport to a world of endless possibilities in robot programming, waiting for you to explore.

PRO
Synthiam
#121  

Dave is spot on about the ground - you'll have to make sure there is a solid ground between the MCU (ezb) and roomba.

I checked the code and turns out parsing errors are already logged. There is no additional logging or debug I can add. The parsing error you would see is "Missing data. Expecting 80 bytes" if there is a parse error of data.

Are you resetting the roomba before use as in step #3 of the instructions in this manual?

PRO
Portugal
#122   — Edited

Well, i am having this position jumps to. I use the PC com port at 115200 Baud. I post a pic of the problem, but i can see that the encoder value jumps to 65445 or so. And i noticed also that if i move left, the left encoder jumps, or if i move back, both encoders jump to max values. Also if i use only one ultra sound sensor i must remove the "Filter false positives" check box or it does not map.

User-inserted image

#123  

Yes, that is the problem I am having. And to follow up with DJ, yes I am resetting the Roomba and once it starts sending packets the Navigator resets to coordinates (0,0) as expected. I am connecting via the UART and I built my cable to Jeremy's spec and instructions on your GIT repo.

User-inserted image

PRO
Synthiam
#124  

After reset, do not move the roomba in reverse. The roomba will need to move forward a distance in order for the encoders to count up from their starting zero position. The way the roomba works is by using a 16 bit integer for the encoders and they count up. This is how the roomba works internally.

if the roomba is instructed to move in reverse, for encoders count down from 0 and that is 65545

PRO
Portugal
#125  

Correct, but the jumps happen even if you move forward and everything is ok.

PRO
Synthiam
#126  

The roomba has encoders on the wheels. It uses the encoders to know how fast the wheels are moving. It doesn’t use the encoders for pose localization.

the encoders values are transmitted in the debug packet that we’re using. that’s the only information we can get from the roomba about the movement

We’re pushing the limits of what’s possible with these things.:(

#127   — Edited

If all else fails install pull up resistors on the encoder's A & B lines. Usually, a 1k resistor placed between "A" and "5V," and another one placed between "B" and "5V" of the encoder feedback lines should work in most cases. Place them near the controller.

PRO
Synthiam
#128  

Actually that has me thinking. Because these roombas are used to clean dust and dirt.... I wonder if they’re dirty. Maybe take the wheels off and give them a good spray of compressed air. Maybe wash with brake clean. I use brake clean for everything lol. I keep a 20 liter metal barrel from Napa around at all times