Energy-Aware Route Planning for a Battery-Constrained Robot with Multiple Charging Depots
Ahmad Bilal Asghar, Pratap Tokekar

TL;DR
This paper introduces an approximation algorithm for energy-aware route planning of battery-constrained robots with multiple charging depots, balancing travel time minimization and energy constraints.
Contribution
It presents a novel $O(\log D)$ approximation algorithm for the problem, along with heuristic improvements and empirical evaluation on TSPLIB instances.
Findings
Algorithm reduces runtime by over 20 times compared to ILP.
Solutions are within 31% of optimal on average.
Effective for large-scale, energy-constrained routing problems.
Abstract
This paper considers energy-aware route planning for a battery-constrained robot operating in environments with multiple recharging depots. The robot has a battery discharge time , and it should visit the recharging depots at most every time units to not run out of charge. The objective is to minimize robot's travel time while ensuring it visits all task locations in the environment. We present a approximation algorithm for this problem. We also present heuristic improvements to the approximation algorithm and assess its performance on instances from TSPLIB, comparing it to an optimal solution obtained through Integer Linear Programming (ILP). The simulation results demonstrate that, despite a more than -fold reduction in runtime, the proposed algorithm provides solutions that are, on average, within of the ILP solution.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Optimization and Search Problems · Vehicle Routing Optimization Methods
