SafeFlowMPC: Predictive and Safe Trajectory Planning for Robot Manipulators with Learning-based Policies

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.

Usage

To use these models, please refer to the official GitHub repository.

Installation

pip install -r requirements.txt
pip install -e .

Running Inference

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

Citation

@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}
}
Downloads last month

-

Downloads are not tracked for this model. How to track
Video Preview
loading

Paper for ThiesOelerich/SafeFlowMPC