Fix libraries of catkin_package mpc_local_planner

master
Jonathan Huber 2020-10-27 16:57:01 +01:00 committed by GitHub
parent f5c5496be7
commit eb9b936f01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ generate_dynamic_reconfigure_options(
## DEPENDS: system dependencies of this project that dependent projects also need
catkin_package(
INCLUDE_DIRS include ${EXTERNAL_INCLUDE_DIRS}
LIBRARIES mpc_local_planner_numerics mpc_local_planner_optimization
LIBRARIES mpc_local_planner_utils mpc_local_planner_optimal_control mpc_local_planner
CATKIN_DEPENDS roscpp mpc_local_planner_msgs control_box_rst teb_local_planner dynamic_reconfigure
# DEPENDS
)