We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5c3f6 commit 21b7aa3Copy full SHA for 21b7aa3
ur_robot_driver/CMakeLists.txt
@@ -19,6 +19,7 @@ if(NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)
19
endif()
20
21
find_package(ament_cmake REQUIRED)
22
+find_package(backward_ros REQUIRED)
23
find_package(controller_manager REQUIRED)
24
find_package(controller_manager_msgs REQUIRED)
25
find_package(geometry_msgs REQUIRED)
ur_robot_driver/package.xml
@@ -26,6 +26,7 @@
26
<buildtool_depend>ament_cmake</buildtool_depend>
27
<buildtool_depend>ament_cmake_python</buildtool_depend>
28
29
+ <depend>backward_ros</depend>
30
<depend>controller_manager</depend>
31
<depend>controller_manager_msgs</depend>
32
<depend>geometry_msgs</depend>
0 commit comments