OMPL 2.0 arrives with GPU acceleration after 17 years of development
The motion planning library that quietly powers most robotics research gets its biggest update yet, targeting real-time performance through hardware acceleration.
Crédit photo: Lottie animation by Centre Robotics (LottieFiles Free, used with credit). · source
Somewhere in a robotics lab right now, a graduate student is calling ompl::geometric::RRTstar without thinking twice about it. That's the kind of infrastructure success story the Open Motion Planning Library has become since its 2008 release. Now, after nearly two decades of incremental updates, the team behind OMPL has released version 2.0, and it's the most significant overhaul the library has ever seen.
The headline feature is hardware acceleration. OMPL 2.0 targets real-time motion planning through GPU support, a capability that was basically unthinkable when the original library launched. Back then, sampling-based planners like RRT and PRM were already computationally expensive on CPUs. The new version integrates with what the developers describe as "modern AI research workflows," which I take to mean compatibility with the GPU-heavy pipelines that dominate robotics labs today.
I've seen enough spec sheets to know that "real-time" means different things to different people. The arXiv paper announcing the release doesn't provide specific latency benchmarks, which is a gap I'd like to see filled. Real-time for a warehouse robot means something very different than real-time for a surgical system. Still, the architectural shift toward hardware acceleration is the right move. Motion planning has been a bottleneck in reactive robotics for years.
What's actually in the library now? Over its 17-year lifespan, OMPL has accumulated implementations of asymptotically optimal planners (RRT*, PRM*), lazy evaluation methods that defer expensive collision checks, constrained motion planning for systems with joint limits or contact requirements, and planning with temporal-logic goals for complex task specifications. Version 2.0 builds on all of this rather than replacing it.
À lire aussi
More in Industrial
The motion planning library that's been quietly running half the robotics industry gets a major overhaul, and it's got me thinking about how far we've come since the RRT days.
Robert "Bob" Macintosh · 3 hours ago · 4 min
The acquisition signals Autodesk's push beyond CAD software into the messy reality of keeping physical assets running, though whether this creates genuine synergies or just a larger software bundle remains to be seen.
Aisha Patel · 10 hours ago · 8 min
More than you'd think, actually. Musk's IPO filing has some interesting implications for industrial automation.
Robert "Bob" Macintosh · 12 hours ago · 3 min


