Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 9835b84

Browse files
committed
Disable servo example (temporal)
1 parent a7df49b commit 9835b84

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

CMakeLists.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@ ament_target_dependencies(microros_moveit2_demo
3434
Boost
3535
)
3636

37-
add_executable(microros_moveit2servo_demo src/microros_moveit2servo_demo.cpp)
38-
ament_target_dependencies(microros_moveit2servo_demo
39-
rclcpp
40-
rclcpp_components
41-
std_msgs
42-
std_srvs
43-
sensor_msgs
44-
control_msgs
45-
moveit_msgs
46-
geometry_msgs
47-
trajectory_msgs
48-
moveit_ros_planning
49-
moveit_servo
50-
)
37+
# add_executable(microros_moveit2servo_demo src/microros_moveit2servo_demo.cpp)
38+
# ament_target_dependencies(microros_moveit2servo_demo
39+
# rclcpp
40+
# rclcpp_components
41+
# std_msgs
42+
# std_srvs
43+
# sensor_msgs
44+
# control_msgs
45+
# moveit_msgs
46+
# geometry_msgs
47+
# trajectory_msgs
48+
# moveit_ros_planning
49+
# moveit_servo
50+
# )
5151

5252
install(TARGETS microros_moveit2_demo
5353
EXPORT export_${PROJECT_NAME}

0 commit comments

Comments
 (0)