Skip to content

Commit

Permalink
add backward_ros
Browse files Browse the repository at this point in the history
  • Loading branch information
AMR Basement committed Jan 3, 2024
1 parent 4459c7d commit ee36bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rclcpp_components/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
)
endif()

find_package(backward_ros REQUIRED)
find_package(ament_cmake_ros REQUIRED)
find_package(ament_index_cpp REQUIRED)
find_package(class_loader REQUIRED)
Expand Down
1 change: 1 addition & 0 deletions rclcpp_components/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

<buildtool_depend>ament_cmake_ros</buildtool_depend>

<build_depend>backward_ros</build_depend>
<build_depend>ament_index_cpp</build_depend>
<build_depend>class_loader</build_depend>
<build_depend>composition_interfaces</build_depend>
Expand Down

0 comments on commit ee36bc8

Please sign in to comment.