PARALLEL DATA LAB 

PDL Abstract

RACOD: Algorithm/Hardware Co-design for Mobile Robot Path Planning

ISCA ’22, June 18–22, 2022, New York, NY, USA.

Mohammad Bakhshalipour, Seyed Borna Ehsani*, Mohamad Qadri, Dominic Guri, Maxim Likhachev, Phillip B. Gibbons

Carnegie Mellon University
* University of Washington

http://www.pdl.cmu.edu/

RACOD is an algorithm/hardware co-design for mobile robot path planning. It consists of two main components: CODAcc, a hardware accelerator for collision detection; and RASExp, an algorithm extension for runahead path exploration. CODAcc uses a novel MapReduce-style hardware computational model and massively parallelizes individual collision checks. RASExp predicts future path explorations and proactively computes its collision status ahead of time, thereby overlapping multiple collision detections. By affording multiple cheap CODAcc accelerators and overlapping collision detections using RASExp, RACOD significantly accelerates planning for mobile robots operating in arbitrary environments. Evaluations of popular benchmarks show up to 41.4× (self-driving cars) and 34.3× (pilotless drones) speedup with less than 0.3% area overhead. While the performance is maximized when CODAcc and RASExp are used together, they can also be used individually. To illustrate, we evaluate CODAcc alone in the context of a stationary robotic arm and show that it improves performance by 3.4×–3.8×. Also, we evaluate RASExp alone on commodity many-core CPU and GPU platforms by implementing it purely in software and show that with 32/128 CPU/GPU threads, it accelerates the end-to-end planning time by 8.6×/2.9×.

FULL PAPER: pdf