Skip to content

Commit

Permalink
backward_rosを削除 (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo authored Jan 15, 2025
1 parent 0333f6d commit 13306f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions crane_local_planner/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ add_definitions("-DBOOST_ALLOW_DEPRECATED_HEADERS")
# find dependencies
find_package(ament_cmake_auto REQUIRED)
find_package(rclcpp_components REQUIRED)
find_package(backward_ros REQUIRED)
ament_auto_find_build_dependencies()

ament_auto_add_library(${PROJECT_NAME}_component SHARED
Expand All @@ -40,9 +39,6 @@ ament_auto_add_executable(${PROJECT_NAME}_node
src/${PROJECT_NAME}_node.cpp
)

include(/opt/ros/$ENV{ROS_DISTRO}/share/backward_ros/cmake/BackwardConfig.cmake)
add_backward(${PROJECT_NAME}_node)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
ament_lint_auto_find_test_dependencies()
Expand Down
1 change: 0 additions & 1 deletion crane_local_planner/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

<buildtool_depend>ament_cmake_auto</buildtool_depend>

<depend>backward_ros</depend>
<depend>closest_point_vendor</depend>
<depend>crane_msg_wrappers</depend>
<depend>crane_msgs</depend>
Expand Down

0 comments on commit 13306f4

Please sign in to comment.