Robotics

Energy-Aware Collaborative Exploration for a UAV-UGV Team

A novel algorithm coordinates a drone and rover to maximize exploration time before the drone's battery dies.

Deep Dive

A team of researchers has published a novel framework enabling a drone (UAV) and ground rover (UGV) to collaboratively explore unknown environments far more efficiently. The core challenge addressed is the drone's limited battery life. The new system models this as a strict flight-time limit and coordinates the vehicles so the UGV simultaneously explores on the ground and serves as a mobile charging station. The vehicles must rendezvous before the drone's battery depletes, creating a sequence of energy-bounded exploration tours.

Technically, the team constructs a sparsely coupled air-ground roadmap using a density-aware layered probabilistic roadmap (PRM). They then formulate tour selection as coupled orienteering problems (OPs), a classic optimization challenge, to maximize the information gained from the environment subject to the critical rendezvous constraint. This ensures the planned paths are both collision-free and energy-feasible. The method has been validated through simulations, benchmark comparisons against other exploration strategies, and real-world hardware experiments, demonstrating a substantial increase in effective operational range and time.

Key Points
  • Coordinates a drone (UAV) and ground rover (UGV) as a team, with the UGV acting as a mobile charging station.
  • Uses a density-aware layered Probabilistic Roadmap (PRM) and formulates missions as Coupled Orienteering Problems to maximize info gain.
  • Enforces rendezvous before the UAV's battery limit, creating sequential exploration tours validated in simulation and real-world tests.

Why It Matters

Extends mission range for critical applications like search & rescue, industrial inspection, and planetary exploration without larger batteries.