Skip to content

Commit

Permalink
Add backward_ros to driver (#872) (#878)
Browse files Browse the repository at this point in the history
This should help debugging tremendously.

(cherry picked from commit 21b7aa3)

Co-authored-by: Felix Exner (fexner) <[email protected]>
  • Loading branch information
mergify[bot] and fmauch committed Nov 15, 2023
1 parent ff5b80e commit 017a54c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ur_robot_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ if(NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)
endif()

find_package(ament_cmake REQUIRED)
find_package(backward_ros REQUIRED)
find_package(controller_manager REQUIRED)
find_package(controller_manager_msgs REQUIRED)
find_package(geometry_msgs REQUIRED)
Expand Down
1 change: 1 addition & 0 deletions ur_robot_driver/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>

<depend>backward_ros</depend>
<depend>controller_manager</depend>
<depend>controller_manager_msgs</depend>
<depend>geometry_msgs</depend>
Expand Down

0 comments on commit 017a54c

Please sign in to comment.