Dagu Rover 5 Tracked Chassis

SKU: POLOLU-1550 Brand: Pololu

Retired Product

Search for an alternative
This product has been retired. It is no longer available, but this page has been kept for reference.

Overview

Dagu Rover 5 tracked chassis, top view.
Dagu Rover 5 tracked chassis with encoders, top view.

The Rover 5 tracked chassis, made by Dagu Electronics, is a durable robot platform with caterpillar treads that let it drive over many types of surfaces and uneven terrain. All you need to get the chassis moving is a robot controller or motor controller to drive the two built-in DC motors, which powered by the included 6-AA battery holder (AA batteries sold separately). A small Phillips screwdriver and an Allen wrench are included for working with the chassis.

The chassis features a rugged white plastic body with room to house the included battery holder and some additional electronics. The two powerful motors with 86.8:1 gearboxes are strong enough to lift the weight of the chassis and allow it to achieve speeds as high as 10 in/s (25 cm/s). Pololu offer two versions of the Rover 5: with and without quadrature encoders; the encoders provide a resolution of 1000 counts per three revolutions of the wheel, or 333.33 CPR (counting both rising and falling edges of both encoder channels).

A unique feature of this chassis is the ability to adjust its height—and, therefore, the clearance under its body—by changing the angles at which the gearbox assemblies are mounted on the body. Interlocking teeth on the body and the gearboxes hold them in place and allow you to make adjustments in 5° increments by unscrewing a metal bracket inside the chassis, removing a gearbox, and reinserting it at a different angle. The elastic rubber tracks maintain sufficient tension with several different gearbox angles, allowing the chassis height to vary by nearly 1.5" (3.8 cm).

Dagu Rover 5 tracked chassis configured in its default, flattened position.
Dagu Rover 5 chassis configured in its maximally elevated position.

The outer dimensions of the chassis are approximately 9.5" long, 9" wide, and 3" tall in its default, flattened configuration (with the front and rear gearboxes mounted at an angle of 180° to each other).

Feature summary

Dagu Rover 5 tracked chassis, bottom view, showing adjustable gearbox assemblies.
  • durable plastic body
  • 6-AA battery holder included
  • two brushed DC motors with 210 mA free run and 2.4 A stall current at 7.2 V
  • maximum speed of 10 in/s (25 cm/s) at 7.2 V
  • ability to scale inclines limited only by friction
  • height and clearance can be varied by adjusting gearbox angles
  • version with encoders features two 333 CPR quadrature encoders (one for each track)
  • dimensions: 9.5" × 9" × 3" (24.5 × 22.5 × 7.5 cm) in default configuration
  • weight: 1.6 lb (0.72 kg)

Expanding the chassis

This chassis is compatible with Pololu's 1/8" acrylic RP5 expansion plates, which are available in narrow and wide versions and make it easy to add your control electronics, sensors, wireless modules, servos, etc. The plates feature flexible mounting hole patterns and include four tapping screws to mount the plate to the chassis (although Pololu have noticed a misalignment between the mounting holes on the expansion plates and the Rover 5, so you might only be able to secure two of the screws on opposing corners). The plates come in 8 colors:

Dagu Rover 5 chassis with Orangutan SVP robot controller and additional electronics mounted to an RP5/Rover 5 expansion plate (narrow).

Using the Chassis

With only four motor leads and two battery leads, it is easy to interface the chassis with most dual motor controllers and robot controllers. Simply connect the battery holder leads to the controller’s power source and the motor leads to the controller’s motor driver outputs. Each set of motor leads is terminated with a female 3.96 mm pitch, 3-pin JST VH-style connector (the middle pin is not used), which Pololu's male premium jumper wires plug into nicely.

The TReX Jr dual motor controller makes it easy to turn this chassis into a platform that can be controlled by RC signals or serial commands, or you can accomplish the same thing by pairing two of Pololu's newer Simple Motor Controllers. The Orangutan SV-328 or Baby Orangutan robot controllers work well with this chassis and make it easy to get an autonomous robot up and running (note: the stall current exceeds the ratings for these robot controllers, so make sure to avoid stalling the motors).

The Rover 5 chassis with encoders has two additional bundles of wires, each containing the leads for the quadrature encoder’s 5 V power (red), ground (black), and signal (white and yellow) connections; the wires are individually terminated with female connectors that mate with 0.1" (2.54 mm) male headers. Pololu's Pololu AVR Library provides wheel encoder functions that make it easy to use these encoders for position feedback on an Orangutan, and the Orangutan SVP (pictured above) has dedicated inputs for dual quadrature encoders and an auxiliary MCU preprogrammed to process encoder signals.

Here is a simple C program for the Orangutan robot controllers that gets your Rover 5 chassis moving:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// Orangutan Rover 5 Demo Program
#include <avr/io.h>           // provides ATmega-specific definitions/macros
#include <pololu/orangutan.h> // provides Pololu AVR library routines (LCD, motors, etc.)
 
int main()
{
    clear();  // clear the LCD, set cursor to the start of the first LCD line
    print("Tracked");  // print to the top line of the LCD
    lcd_goto_xy(0, 1); // go to the start of the second LCD line
    print("Chassis");  // print to the bottom line of the LCD
 
    while (!button_is_pressed(ALL_BUTTONS)) {}  // wait until a user button is pressed
 
    delay_ms(500);  // wait for 0.5 s
 
    while (1) // loop forever
    {
        set_motors(255, 255);
        delay_ms(5000);
        set_motors(255, -255);
        delay_ms(5000);
        set_motors(-255, 255);
        delay_ms(5000);
        set_motors(-255, -255);
        delay_ms(5000);
    }
 
    return 0;
}

This product is listed in:

Retired

Product Comments

Exact shipping can be calculated on the view cart page (no login required).

Products that weigh more than 0.5 KG may cost more than what's shown (for example, test equipment, machines, >500mL liquids, etc).

We deliver Australia-wide with these options (depends on the final destination - you can get a quote on the view cart page):

  • $3+ for Stamped Mail (typically 10+ business days, not tracked, only available on selected small items)
  • $6+ for Standard Post (typically 6+ business days, tracked)
  • $10+ for Express Post (typically 2+ business days, tracked)
  • Pickup - Free! Only available to customers who live in the Newcastle region (must order online and only pickup after we email to notify you the order is ready). Orders placed after 2PM may not be ready until the following business day.

Non-metro addresses in WA, NT, SA & TAS can take 2+ days in addition to the above information.

Some batteries (such as LiPo) can't be shipped by Air. During checkout, Express Post and International Methods will not be an option if you have that type of battery in your shopping cart.

International Orders - the following rates are for New Zealand and will vary for other countries:

  • $11+ for Pack and Track (3+ days, tracked)
  • $16+ for Express International (2-5 days, tracked)

If you order lots of gear, the postage amount will increase based on the weight of your order.

Our physical address (here's a PDF which includes other key business details):

Unit 18, 132 Garden Grove Parade
Adamstown
NSW, 2289
Australia

Take a look at our customer service page if you have other questions such as "do we do purchase orders" (yes!) or "are prices GST inclusive" (yes they are!). We're here to help - get in touch with us to talk shop.

Have a product question? We're here to help!

Write Your Own Review

Guides

The Maker Revolution

The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...
The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...

Projects

Raspberry Pi Video Looper Display Installation | Overshare Video Festival

IntroductionA suspended ceiling display of forty repurposed screens and displays, each screening cr...
IntroductionA suspended ceiling display of forty repurposed screens and displays, each screening cr...

Mailbox Delivery Notification System

Introduction During the Covid lockdown, I needed something to do. The Postman or woman does not de...
Introduction During the Covid lockdown, I needed something to do. The Postman or woman does not de...

PiicoDev Schematic System

Introduction: Hi everybody. Over the past few weeks, I have been working on an intuitive system th...
Introduction: Hi everybody. Over the past few weeks, I have been working on an intuitive system th...
Feedback

Please continue if you would like to leave feedback for any of these topics:

  • Website features/issues
  • Content errors/improvements
  • Missing products/categories
  • Product assignments to categories
  • Search results relevance

For all other inquiries (orders status, stock levels, etc), please contact our support team for quick assistance.

Note: click continue and a draft email will be opened to edit. If you don't have an email client on your device, then send a message via the chat icon on the bottom left of our website.

Makers love reviews as much as you do, please follow this link to review the products you have purchased.