Skip to content

Commit 21b7aa3

Browse files
author
Felix Exner (fexner)
authored
Add backward_ros to driver (#872)
This should help debugging tremendously.
1 parent 9c5c3f6 commit 21b7aa3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ur_robot_driver/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ if(NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)
1919
endif()
2020

2121
find_package(ament_cmake REQUIRED)
22+
find_package(backward_ros REQUIRED)
2223
find_package(controller_manager REQUIRED)
2324
find_package(controller_manager_msgs REQUIRED)
2425
find_package(geometry_msgs REQUIRED)

ur_robot_driver/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<buildtool_depend>ament_cmake</buildtool_depend>
2727
<buildtool_depend>ament_cmake_python</buildtool_depend>
2828

29+
<depend>backward_ros</depend>
2930
<depend>controller_manager</depend>
3031
<depend>controller_manager_msgs</depend>
3132
<depend>geometry_msgs</depend>

0 commit comments

Comments
 (0)