Skip to content

Commit

Permalink
mil_tools: Add backward-ros for integrating backward.cpp into package
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz committed Jan 3, 2025
1 parent 91dafba commit 2688a75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ mil_system_install \
ros-jazzy-geographic-msgs \
ros-jazzy-vision-msgs \
ros-jazzy-velodyne \
ros-jazzy-backward-ros \
python3-colcon-common-extensions

cat <<EOF
Expand Down
1 change: 1 addition & 0 deletions src/mil_common/mil_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic)
endif()

find_package(backward_ros REQUIRED)
find_package(ament_cmake REQUIRED)
find_package(rclcpp REQUIRED)

Expand Down
1 change: 1 addition & 0 deletions src/mil_common/mil_tools/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<build_export_depend>rclcpp</build_export_depend>

<depend>backward_ros</depend>
<buildtool_depend>ament</buildtool_depend>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>
Expand Down

0 comments on commit 2688a75

Please sign in to comment.