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

Remove faulty generate_messages dependency #19

Closed johuber closed 3 years ago

johuber commented 3 years ago

This line is unneeded since this package contains no message types and can sometimes cause this build error:

CMake Error at .../CMakeLists.txt:194 (add_dependencies):
  The dependency target "mpc_local_planner_generate_messages_cpp" of target
  "mpc_local_planner" does not exist.

Seems like bug was introduced with recent PR #18