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

[examples] Add missing global_planner dependency #20

Closed johuber closed 4 years ago

johuber commented 4 years ago

Added missing dependency to run examples

amakarow commented 4 years ago

Thanks.