From cc4acc1451970cf2ea604ffb48cf114841f05825 Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Fri, 14 Jul 2017 17:12:15 -0700 Subject: [PATCH] add modelpredictivetrajectorygenerator --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c1bf6f0..46edff08 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ Python sample codes for robotics algorithm. - # Requirements - numpy @@ -15,8 +14,17 @@ Python sample codes for robotics algorithm. # Path Planning -Path planning algorithm samples. +Path planning algorithm. +# Model Predictive Trajectry Generator + +This script is a path planning code with model predictive trajectry generator. + + +![PythonRobotics/figure_1.png at master ยท AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathPlanning/ModelPredictiveTrajectoryGenerator/kn05animation.gif) + +see: +- [Optimal rough terrain trajectory generation for wheeled mobile robots](http://journals.sagepub.com/doi/pdf/10.1177/0278364906075328) ## RRT