🤖
DIY robot concept

How to make a delivery robot

A small sidewalk-style rover for private property: differential drive, lockable cargo box, GPS waypoint mode, ultrasonic bumpers and remote teleop fallback.

A delivery robot is easy to prototype and hard to make street-legal. The realistic DIY version operates on private property: campus paths, warehouses, farms or a driveway. Keep speed low, use teleop fallback, and do not assume public sidewalk operation is allowed.

Mechanically it is a rugged rover with a lockable box. Two wheelchair-style geared motors give enough torque, pneumatic tires handle rough paths, and the cargo box sits low between the wheels. A front bumper is mandatory because GPS and ultrasonic sensors miss real obstacles.

Navigation can start with GPS waypoints plus manual override. For more autonomy, add a depth camera or 2D lidar, but the first milestone is reliable remote driving and return-to-base. The robot should stop on comms loss, not continue toward the last waypoint.

Core parts

Wheelchair gear motors (2x)

$160

24V high-torque differential drive

Motor controller

$90

Sabertooth or dual VESC-style controller

Raspberry Pi 5

$80

High-level navigation and teleop server

ESP32 safety controller

$8

Independent e-stop, bumper and motor-enable logic

GPS module

$25

Waypoint navigation for open private paths

Ultrasonic/ToF sensors

$20

Short-range obstacle checks

Design variants

Indoor warehouse rover

Use AprilTags and wheel odometry instead of GPS.

Farm delivery cart

Use larger pneumatic tires and no lidar; teleop plus GPS is usually enough.

Campus prototype

Add remote supervision, lights, horn and a very low speed limit.

Practical safety note

Treat the generated output as a prototype plan, not a certified product. Body-adjacent, high-voltage, optical-energy and mobility builds need qualified review before real-world use.

FAQ

Can I run it on public sidewalks?

Usually not without local permission. Treat public operation as a legal/regulatory project, not only a technical one.

Can GPS drive accurately enough?

Basic GPS is enough for rough outdoor waypoints, not for tight sidewalks. RTK improves this but does not replace obstacle detection.

How fast should it go?

Keep early prototypes under walking speed, around 1 m/s or less.

What happens if Wi-Fi drops?

The safety controller should stop the motors unless it receives a fresh heartbeat.

Turn this concept into a sourced build

Start with this prompt prefilled, then let RoboHub generate the live parts list, wiring plan, CAD and firmware.

Generate build