Skip to content

Commit

Permalink
remove backward ros
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuYamamoto committed Jun 17, 2024
1 parent a154fe3 commit 64a63f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions navyu_safety_limiter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ 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_auto REQUIRED)
ament_auto_find_build_dependencies()

Expand All @@ -23,8 +22,6 @@ rclcpp_components_register_node(${PROJECT_NAME}
EXECUTABLE ${PROJECT_NAME}_node
)

add_backward(${PROJECT_NAME})

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
ament_lint_auto_find_test_dependencies()
Expand Down

0 comments on commit 64a63f9

Please sign in to comment.