SafeFlowMPC: Predictive and Safe Trajectory Planning for Robot Manipulators with Learning-based Policies
Paper
•
2602.12794
•
Published
SafeFlowMPC is a framework that combines flow matching and online optimization to ensure safety for robot manipulators using learning-based policies. This method provides rigorous safety guarantees at all times and is designed for real-time execution.
To use these models, please refer to the official GitHub repository.
pip install -r requirements.txt
pip install -e .
You can run the example experiments using the provided global planner script. The script is configured to automatically load the required checkpoints from Hugging Face if they are not found locally.
python inference_global_planner.py
Optionally, you can enable random replanning with the --replan flag:
python inference_global_planner.py --replan
@inproceedings{oelerich2026safeflowmpc,
title={SafeFlowMPC: Predictive and Safe Trajectory Planning for Robot Manipulators with Learning-based Policies},
author={Oelerich, Thies and Ebmer, Gerald and Hartl-Nesic, Christian and Kugi, Andreas},
booktitle={IEEE International Conference on Robotics and Automation (ICRA)},
year={2026}
}