Abstract
Many logistics problems require mobile agents to retrieve and deliver a set of items. For example, postal services and couriers retrieve and deliver letters and packages, while taxis pick up and drop off passengers. These problems are instances of the Pickup and Delivery Problem (PDP), in which a set of mobile agents services a set of spatially-located requests. The goal is to find a schedule that minimizes fuel usage or delivery time, under constraints such as time, vehicle capacities, and task priorities. The general PDP is a well-studied, NP-hard problem. As autonomous mobile robots become increasingly capable and available, they offer new applications of the PDP. In fact, robots are already deployed in warehouses to retrieve and prepare goods for shipping, and our CoBot robots autonomously deliver mail to occupants of an office building. Approximation algorithms and heuristics exist for some variants of the PDP, with varying levels of effectiveness. In this thesis, I will introduce a novel approach to plan for multi-agent retrievals and deliveries with transfers. Instead of having a single mobile agent retrieve and deliver each item, each agent can transfer items to other agents (or chains of agents) for delivery. By transferring items between mobile agents, a reduction in fuel cost and time is possible. Allowing transfers increases the number of possible delivery schedules exponentially, and leads to an especially challenging planning problem. In this thesis, I will address the problem of planning with transfers under various constraints, such as capacities, times, and task priorities. I will consider both the offline and the online cases, where the tasks are not known beforehand. I will evaluate the algorithms for planning with transfers both in simulation and on physical robots. I have already accomplished several steps towards my overall thesis goal of planning to retrieve and deliver items with transfers. First, I have developed an approximation algorithm, based on the construction of a minimum spanning tree, for retrieving a set of items and delivering them to a central location, with transfers only at pickup and dropoff points. I proved that this algorithm is two-approximate to the optimal solution, and showed that the optimal solution with transfers only at these fixed points in turn gives a two-approximation to the optimal solution with transfers that can occur anywhere. I showed that transferring items reduces the time taken and distance traveled, and demonstrated the algorithm on the CoBot and the CreBot robots, which perform delivery tasks requested by users in an office building. The CreBot robots transfer items autonomously by aligning their custom-built tilting trays. Second, I have developed three algorithms to plan for ridesharing with transfers, in which passengers plan to catch rides from a sequence of drivers: a greedy algorithm, an auction algorithm, and an algorithm based on finding the shortest path in a graph. Each of these algorithms provides a tradeoff between computational cost and solution effectiveness. I demonstrated on routes taken by San Francisco drivers that transferring passengers between vehicles can reduce total fuel use. Furthermore, I have developed a distributed algorithm to dispatch mobile robots to handle events detected by a wireless sensor network. In this thesis, I will extend this work to develop a distributed algorithm to plan for deliveries with transfers. My proposed remaining work for this thesis will include studying the online version of the problem, in which the delivery tasks (and the vehicle routes themselves, in the
Published Version
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have