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

Distinctive topologies for mpc_local_planner #41

Open salighan opened 3 years ago

salighan commented 3 years ago

Hi @croesmann. I am using this mpc_local_planner for a project. I know teb_local_planner has a feature called distinctive topologies (parallel planning). Does mpc_local_planner have this feature or do you have any plans to add it to this mpc local planner? What are possible challenges and roadblocks?