Robotics

Daniel Schwartz's hybrid planner improves USV obstacle avoidance

Novel combo of Grassfire and probabilistic roadmap routes USVs behind moving obstacles

Deep Dive

Daniel G. Schwartz presents a novel approach to path planning for unmanned surface vehicles (USVs), addressing both fixed and moving obstacle avoidance. The system combines a global path planner, which finds a route from start to goal avoiding known fixed obstacles, with a local path planner that handles moving obstacles and unknown fixed ones. The global planner is innovative because it fuses three separate planners: the known Grassfire algorithm, a modified version of Grassfire, and a new, more intuitive version of the Probabilistic Roadmap (PRM). This hybrid reduces computational complexity while maintaining robust pathfinding.

The local planner features a higher-level decision logic that observes the direction of moving obstacles relative to the USV's global path. Instead of running parallel and waiting for an opening, it systematically routes the vehicle behind the obstacle — a more proactive and safer strategy. Simulations, which include an implementation of the well-known D* algorithm for comparison, validate that the new logic outperforms conventional dynamic path planning systems. The work has implications for autonomous naval navigation, swarm coordination, and maritime safety.

Key Points
  • Global planner combines Grassfire, modified Grassfire, and a new Probabilistic Roadmap for improved fixed obstacle avoidance
  • Local planner uses observation-based decision logic to route USVs behind moving obstacles instead of running parallel
  • Simulations validated against D* algorithm demonstrate superior dynamic obstacle handling

Why It Matters

Safer autonomous naval navigation by systematically routing behind obstacles instead of risky parallel approaches

📬 Get the top 10 AI stories daily