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
557 stars 143 forks source link

Issue with release version #42

Open wndxwilson opened 3 years ago

wndxwilson commented 3 years ago

Hi

I faced an issue while using the apt-get install ros-melodic-mpc-local-planner, the planner cant seem to generate a path and will be stuck trying to find a path.

I managed to solve this by installing the package from the git hub repo, I was wondering if it is possible to update the apt-get install version of the package.

Thank you.