Skip to content

Commit

Permalink
Revert "separate into two examples: add basic planners ex"
Browse files Browse the repository at this point in the history
This reverts commit 5852eff.
  • Loading branch information
kovacsge11 committed Oct 20, 2023
1 parent 5852eff commit b7851b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 394 deletions.
14 changes: 3 additions & 11 deletions kuka_driver_examples/eci_demo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,15 @@ find_package(moveit_visual_tools REQUIRED)
find_package(rviz_visual_tools REQUIRED)
find_package(moveit_msgs REQUIRED)

add_executable(moveit_basic_planners_example src/MoveitBasicPlannersExample.cpp)
ament_target_dependencies(moveit_basic_planners_example
add_executable(moveit_basic_plan src/MoveitBasicPlan.cpp)
ament_target_dependencies(moveit_basic_plan
moveit_ros_planning_interface
rclcpp
rviz_visual_tools
moveit_visual_tools
)

add_executable(moveit_palletizing_example src/MoveitPalletizingExample.cpp)
ament_target_dependencies(moveit_palletizing_example
moveit_ros_planning_interface
rclcpp
rviz_visual_tools
moveit_visual_tools
)

install(TARGETS moveit_basic_planners_example moveit_palletizing_example
install(TARGETS moveit_basic_plan
EXPORT export_${PROJECT_NAME}
DESTINATION lib/${PROJECT_NAME}
)
Expand Down
Loading

0 comments on commit b7851b3

Please sign in to comment.