Skip to content

Commit

Permalink
Fix linking issue in planning_scene_monitor (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoboticsYY committed Jan 29, 2020
1 parent 3080347 commit d3f61c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions moveit_ros/planning/planning_scene_monitor/CMakeLists.txt
Expand Up @@ -15,6 +15,10 @@ ament_target_dependencies(${MOVEIT_LIB_NAME}
Boost
moveit_msgs
)
target_link_libraries(${MOVEIT_LIB_NAME}
moveit_robot_model_loader
moveit_collision_plugin_loader
)

add_executable(demo_scene demos/demo_scene.cpp)
ament_target_dependencies(demo_scene
Expand Down

0 comments on commit d3f61c0

Please sign in to comment.