rst-tu-dortmund / mpc_local_planner

The mpc_local_planner package implements a plugin to the base_local_planner of the 2D navigation stack. It provides a generic and versatile model predictive control implementation with minimum-time and quadratic-form receding-horizon configurations.
http://wiki.ros.org/mpc_local_planner
GNU General Public License v3.0
545 stars 143 forks source link

how to install mpc local planner for four wheel steering robot ? #52

Open ppvvss opened 1 year ago

ppvvss commented 1 year ago

I recently referenced four wheel steering robot simulation: https://www.youtube.com/watch?v=4_bftUbQTaM&t=91s

I want to try to apply mpc local planner to a 4-wheel steering robot and observe the effect of path planning, but,the examples are all for differential or car-like robots , not 4-wheel steering robot.

What should I do to make it work with 4 wheel steer vehicle configuration??Does anyone know how to do this?