We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e09748 commit 07a0003Copy full SHA for 07a0003
2 files changed
Industrial/ros2_SimRealRobotControl_gz/ros2srrc_execution/CMakeLists.txt
@@ -44,8 +44,6 @@ find_package(std_msgs REQUIRED)
44
find_package(yaml-cpp REQUIRED)
45
find_package(ament_index_cpp REQUIRED)
46
47
-# REQUIRED to -> ABB:
48
-find_package(abb_robot_msgs REQUIRED)
49
50
# REQUIRED to -> Robotiq:
51
find_package(ros2_robotiqgripper REQUIRED)
@@ -105,7 +103,6 @@ ament_target_dependencies(
105
103
std_msgs
106
104
rclcpp_action
107
ros2srrc_data
108
- abb_robot_msgs
109
yaml-cpp
110
ament_index_cpp
111
)
Industrial/ros2_SimRealRobotControl_gz/ros2srrc_execution/package.xml
@@ -23,7 +23,6 @@
23
24
<depend>ros2srrc_data</depend>
25
<build_depend>linkattacher_msgs</build_depend>
26
- <build_depend>abb_robot_msgs</build_depend>
27
<depend>ros2_robotiqgripper</depend>
28
29
<depend>yaml-cpp</depend>
0 commit comments