Skip to content

Commit

Permalink
Add control and control_ros dependencies to ros robot (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbhatt-cs authored Mar 10, 2023
1 parent faf690f commit fb0cfa9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/robot/ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ target_link_libraries("${PROJECT_NAME}_robot_ros"
PUBLIC
"${PROJECT_NAME}_robot"
"${PROJECT_NAME}_common"
"${PROJECT_NAME}_control"
"${PROJECT_NAME}_control_ros"
"${PROJECT_NAME}_io"
"${PROJECT_NAME}_planner"
"${PROJECT_NAME}_planner_ompl"
Expand All @@ -50,9 +52,11 @@ target_compile_definitions("${PROJECT_NAME}_robot_ros"

add_component(${PROJECT_NAME} robot_ros)
add_component_targets(${PROJECT_NAME} robot_ros "${PROJECT_NAME}_robot_ros")
add_component_dependencies(${PROJECT_NAME} robot_ros
add_component_dependencies(${PROJECT_NAME} robot_ros
robot
common
control
control_ros
io
planner
planner_ompl
Expand Down

0 comments on commit fb0cfa9

Please sign in to comment.