Skip to content

Commit 3ed832f

Browse files
committed
update: mpc local planner
1 parent a4bc767 commit 3ed832f

File tree

4 files changed

+450
-0
lines changed

4 files changed

+450
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Planner | Version | Animation
9898
| ------- | -------------------------------------------------------- | -------------------------------------------------------- |
9999
| **PID** | [![Status](https://img.shields.io/badge/done-v1.0-brightgreen)](https://github.com/ai-winter/matlab_motion_planning/blob/master/local_planner/pid_plan.m) | ![pid_matlab.gif](gif/pid_matlab.gif)
100100
| **LQR** | [![Status](https://img.shields.io/badge/done-v1.0-brightgreen)](https://github.com/ai-winter/matlab_motion_planning/blob/master/local_planner/lqr_plan.m) | ![lqr_matlab.gif](gif/lqr_matlab.gif)
101+
| **MPC** | [![Status](https://img.shields.io/badge/done-v1.0-brightgreen)](https://github.com/ai-winter/matlab_motion_planning/blob/master/local_planner/mpc_plan.m) | ![mpc_matlab.gif](gif/mpc_matlab.gif)
101102
| **APF** | [![Status](https://img.shields.io/badge/done-v1.0-brightgreen)](https://github.com/ai-winter/matlab_motion_planning/blob/master/local_planner/apf_plan.m) | ![apf_matlab.gif](gif/apf_matlab.gif)
102103
| **DWA** | [![Status](https://img.shields.io/badge/done-v1.0-brightgreen)](https://github.com/ai-winter/matlab_motion_planning/blob/master/local_planner/dwa_plan.m) | ![dwa_matlab.gif](gif/dwa_matlab.gif)
103104
| **RPP** | [![Status](https://img.shields.io/badge/done-v1.0-brightgreen)](https://github.com/ai-winter/matlab_motion_planning/blob/master/local_planner/rpp_plan.m) | ![rpp_matlab.gif](gif/rpp_matlab.gif)

examples/simulation_local.mlx

1.61 KB
Binary file not shown.

gif/mpc_matlab.gif

874 KB
Loading

0 commit comments

Comments
 (0)