New research enables a robot to chart a better course
Summary
Researchers from MIT and the University of Pennsylvania have developed an open-source trajectory-planning system named MIGHTY, designed for unpiloted aerial vehicles (UAVs). Released on May 19, 2026, MIGHTY enables UAVs to rapidly generate smooth, obstacle-avoiding flight paths that minimize travel time. The system utilizes a novel mathematical formulation, specifically Hermite splines, to optimize both spatial and temporal components of a trajectory simultaneously, making it less computationally intensive than existing methods. MIGHTY operates efficiently using only onboard computer and sensors, eliminating the need for expensive proprietary software. In simulations, MIGHTY achieved safe destination arrival 15% faster than state-of-the-art methods, requiring only 90% of their computation time. It has been tested on real robots, reaching speeds of 6.7 meters per second while effectively avoiding obstacles. Potential applications include disaster recovery, last-mile delivery, and industrial inspection.
Key takeaway
For research scientists developing autonomous navigation systems, MIGHTY offers a compelling open-source alternative to costly commercial solvers. You should consider integrating this Hermite spline-based approach to achieve faster, smoother, and more dynamically feasible UAV trajectories, especially in cluttered or dynamic environments. This could significantly reduce development costs and accelerate deployment in real-world applications like search-and-rescue or urban logistics.
Key insights
MIGHTY is an open-source, real-time UAV trajectory planner that optimizes path and time simultaneously for faster, smoother, obstacle-avoiding flight.
Principles
- Jointly optimize spatial and temporal trajectory components.
- Iterative refinement is faster than generating from scratch.
- Open-source tools democratize high-performance planning.
Method
MIGHTY uses Hermite splines to optimize travel time and flight path together. It refines an initial trajectory guess iteratively using lidar sensor data, enabling real-time obstacle avoidance and smooth path generation.
In practice
- Deploy MIGHTY for UAV-based disaster mapping.
- Integrate MIGHTY into last-mile delivery drones.
- Use MIGHTY for autonomous industrial inspections.
Topics
- MIGHTY System
- Trajectory Planning
- Unpiloted Aerial Vehicles
- Hermite Spline
- Real-time Obstacle Avoidance
Best for: Research Scientist, AI Scientist, Robotics Engineer, AI Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by MIT News - Robotics.