Open-Source, Cost-Aware Kinematically Feasible Planning for Mobile and Surface Robotics
Steve Macenski, Matthew Booker, Joshua Wallace, Tobias Fischer
TL;DR
Smac Planner addresses the challenge of globally planning kinematically feasible paths for non-circular and nonholonomic robots by introducing Cost-Aware variants of A*, Hybrid-A*, and State Lattice planners. Its templated A* core and modular, middleware-agnostic design enable rapid development and integration within ROS 2 Nav2, with implementations that maintain feasibility while improving performance in complex environments. Empirical results in simulation and a large warehouse demonstrate faster planning and near-optimal path quality compared to baselines, validating the practical impact for delivery, warehousing, and surface robotics. By providing open-source, high-performance planners and minimal-cost control set generation, Smac Planner lowers barriers to deploying sophisticated kinodynamic navigation across diverse platforms.
Abstract
We present Smac Planner, an openly available, search-based planning framework that addresses the critical need for kinematically feasible path planning across diverse robot platforms. Smac Planner provides high-performance implementations of Cost-Aware A*, Hybrid-A*, and State Lattice planners that can be deployed for Ackermann, legged, and other large non-circular robots. Our framework introduces novel "Cost-Aware" variations that significantly improve performance in complex environments common to mobile robotics while maintaining kinematic feasibility constraints. Integrated as the standard planning system within the popular ROS 2 Navigation stack, Nav2, Smac Planner now powers thousands of robots worldwide across academic research, commercial applications, and field deployments.
