KR 01

KR01 Robot#

Testing KR01 on the Bench (click to enlarge)

The KR01 Robot is a small robot inspired by David P. Anderson's SR04 robot. There's a series of articles describing the KR01 robot on the NZPRG blog, see The KR01 Robot Project.

The cost of this robot is likely too high to be considered as a prototype for the NZPRG (though it'd be possible to reduce costs, see below), so I'm also designing several other lower-cost robot prototypes.

(you can click to enlarge images on this page)

Requirements#

KR01 Chassis - Rear View

The following requirements are modeled upon David Anderson's SR04 robot:

  1. to be able to navigate and survive in a normal (cluttered) household environment, without getting stuck
  2. to provide a robust and reliable platform for developing navigation and behavior software
  3. be entertaining, aesthetically-pleasing, and inspiring for the local human population 
  4. to investigate, test and use the latest in sensor technology in order to develop more complex behaviours

A fourth item has been added to David's list, as it's been almost twenty years since his SR04 was built and the hobbiest market for sensors has exploded, from postage stamp sized LiDAR distance sensors (that return values in millimeters) to AI-backed camera-as-sensor products (that can recognise objects, colors, QR codes, etc.), all well under $100. This was not possible even five years ago.

Additionally, it is meant to explore Murray's Thesis, which requires the development of a multi-threaded Python robot controller that includes a PID Controller, ultrasonic , LiDAR, IR and bumper sensor behaviours. Can it somehow learn?

Specifications#

Mini TFT Display on the KR01

Sensors#

Basic Obstacle Avoidance Sensors #

Mini TFT Display on the KR01

The KR01 robot has port, center and starboard bumpers. (bumpers will be defined in a different and as-yet unspecified Behaviour).

It also has port-side, port (oblique), center, starboard (oblique), and starboard-side analog infrared sensors (Sharp GP2Y0A60SZLF 10-150cm), each with a range of about 1.5 meters. The side sensors face forward at 45° (rather than 90°, as per recommendations from the DPRG), the oblique sensors are 25° off center.

Behaviour Plan#

Current Weight#

Typical weight with 18V 3Ah battery: 2.6kg

Chassis#

Latest Iteration of the Chassis

The chassis uses the OSEPP Tank Kit as its basis, using an additional pack of beams and an additional pair of motors. The weight of the robot precludes using the tank treads so it uses four of the black silicon tires instead.

The chassis currently uses a Pimoroni HT0740 40V / 10A Switch Breakout to control power to the sensors, so that the robot can go into a "low power" mode. There is a manual bypass switch in order to use the sensors without the 10A switch control.

The bumper assembly mounts to the front of the chassis, and includes six subminiature lever switches (wired as three), to detect port, center and starboard bumps. It also has three 15cm infrared sensors that look through the polycarbonate plastic of the bumper. The center sensor is slightly offset (as it tends to see itself in the mirror and just stays on).

The aft board is a Adafruit Perma Proto Bonnet, a PC board designed to fit on top of a Raspberry Pi Zero, here repurposed to provide dual header pins to provide connections to the upper board (see KR 01 Wiring Notes).

Minimal Option#

The KR01 has a lot of features, a lot of experimental features, and therefore costs. The current expenditures, which includes sensors, components and hardware that may possibly not even get used (hey! it's an experiment), is well over NZ$1000. But a lot of those experiments proved essential for the robot's operation, and many of them aren't even currently mounted on the robot. Some were ideas that didn't pan out, or ideas that might be re-mounted on the robot sometime in the future.

If you wanted to get started on a lower budget you could begin with the basic OSEPP Tank Kit, some kind of robot controller (an Arduino, Raspberry Pi, whatever), a motor controller (RobotShop has some dual motor controllers starting under US$5, with many on the market), and power the robot using a commonly-available USB battery. With a mechanical bumper made from lever switches it'd be possible to build this for under NZ$200.

Here's a start for around NZ$170:

...you'd still need to add a battery, some sensors and miscellaneous parts. And of course, don't forget to include shipping costs in your budget!

Pages Tagged "KR01"#


Tags:  KR 01, Robot, Prototype