- Step1: Clone the GitHub repository: git clone https://github.com/ai4co/eph-mapf
- Step2: Install Python dependencies: pip install -r requirements.txt
- Step3: Prepare or load a grid-based map and agent start/goal positions
- Step4: Choose heuristic functions and configure parameters in the config file
- Step5: Run the planner: python run_mapf.py --config config.yaml
- Step6: Analyze the output paths and performance logs
- Step7: Integrate the library into your simulation or ROS nodes