Skip to content

Commit

Permalink
backward_rosがアップデートによってエラーを出すようになったので一時的に削除 (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo authored Aug 11, 2024
1 parent 5cc1323 commit 04965b6
Show file tree
Hide file tree
Showing 23 changed files with 1 addition and 27 deletions.
4 changes: 0 additions & 4 deletions consai_ros2/robocup_ssl_comm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ ament_auto_add_library(vision_component SHARED
ament_auto_add_executable(vision_node
src/vision_node.cpp
)
add_backward(vision_node)
target_link_libraries(vision_node vision_component)

rclcpp_components_register_nodes(vision_component "robocup_ssl_comm::Vision")
Expand All @@ -49,7 +48,6 @@ ament_auto_add_library(robot_status_component SHARED
ament_auto_add_executable(robot_status_node
src/robot_status_node.cpp
)
add_backward(robot_status_node)
target_link_libraries(robot_status_node robot_status_component)

rclcpp_components_register_nodes(robot_status_component "robocup_ssl_comm::GrSimRobotStatus")
Expand All @@ -65,7 +63,6 @@ ament_auto_add_library(game_controller_component SHARED
ament_auto_add_executable(game_controller_node
src/game_controller_node.cpp
)
add_backward(game_controller_node)
target_link_libraries(game_controller_node game_controller_component)

rclcpp_components_register_nodes(game_controller_component "robocup_ssl_comm::GameController")
Expand All @@ -78,7 +75,6 @@ ament_auto_add_library(grsim_component SHARED
ament_auto_add_executable(grsim_node
src/grsim_node.cpp
)
add_backward(grsim_node)
target_link_libraries(grsim_node grsim_component)

rclcpp_components_register_nodes(grsim_component "robocup_ssl_comm::GrSim")
Expand Down
1 change: 0 additions & 1 deletion consai_ros2/robocup_ssl_comm/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>boost</depend>
<depend>launch_ros</depend>
<depend>rclcpp</depend>
Expand Down
1 change: 0 additions & 1 deletion crane_game_analyzer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ ament_auto_add_library(${PROJECT_NAME}_component SHARED src/crane_game_analyzer.

ament_auto_add_executable(${PROJECT_NAME}_node
src/${PROJECT_NAME}_node.cpp)
add_backward(${PROJECT_NAME}_node)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
Expand Down
1 change: 0 additions & 1 deletion crane_game_analyzer/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>consai_visualizer_msgs</depend>
<depend>crane_msg_wrappers</depend>
Expand Down
1 change: 0 additions & 1 deletion crane_gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ ament_auto_add_executable(${PROJECT_NAME}_node
)

target_link_libraries(${PROJECT_NAME}_node ${PROJECT_NAME}_component)
add_backward(${PROJECT_NAME}_node)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
Expand Down
1 change: 0 additions & 1 deletion crane_gui/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>libglew-dev</depend>
<depend>libglfw3-dev</depend>
<depend>rclcpp</depend>
Expand Down
1 change: 0 additions & 1 deletion crane_local_planner/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ rclcpp_components_register_nodes(${PROJECT_NAME}_component "crane::LocalPlannerC
ament_auto_add_executable(${PROJECT_NAME}_node
src/${PROJECT_NAME}_node.cpp
)
add_backward(${PROJECT_NAME}_node)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
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>consai_visualizer_msgs</depend>
<depend>crane_msg_wrappers</depend>
Expand Down
1 change: 0 additions & 1 deletion crane_play_switcher/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ rclcpp_components_register_nodes(play_switcher "crane::PlaySwitcher")
ament_auto_add_executable(play_switcher_node
src/play_switcher_node.cpp
)
add_backward(play_switcher_node)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
Expand Down
1 change: 0 additions & 1 deletion crane_play_switcher/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>consai_visualizer_msgs</depend>
<depend>crane_msg_wrappers</depend>
<depend>crane_msgs</depend>
Expand Down
1 change: 0 additions & 1 deletion crane_robot_receiver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ ament_auto_add_executable(robot_receiver_node
src/robot_receiver_node.cpp
)
target_link_libraries(robot_receiver_node atomic)
add_backward(robot_receiver_node)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
Expand Down
1 change: 0 additions & 1 deletion crane_robot_receiver/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>boost</depend>
<depend>consai_visualizer_msgs</depend>
<depend>crane_msg_wrappers</depend>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
#ifndef CRANE_ROBOT_SKILLS__SKILL_BASE_HPP_
#define CRANE_ROBOT_SKILLS__SKILL_BASE_HPP_

#include <../magic_enum.hpp>
#include <crane_msg_wrappers/consai_visualizer_wrapper.hpp>
#include <crane_msg_wrappers/robot_command_wrapper.hpp>
#include <crane_msg_wrappers/world_model_wrapper.hpp>
#include <functional>
#include <magic_enum.hpp>
#include <memory>
#include <string>
#include <unordered_map>
Expand Down
2 changes: 0 additions & 2 deletions crane_sender/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ ament_auto_add_library(sim_sender_component SHARED

ament_auto_add_executable(sim_sender_node src/sim_sender_node.cpp)
ament_auto_add_executable(ibis_sender_node src/ibis_sender_node.cpp)
add_backward(sim_sender_node)
add_backward(ibis_sender_node)

if (BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
Expand Down
1 change: 0 additions & 1 deletion crane_sender/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>consai_visualizer_msgs</depend>
<depend>crane_msg_wrappers</depend>
<depend>crane_msgs</depend>
Expand Down
1 change: 0 additions & 1 deletion crane_simple_ai/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ set(HEADERS
ament_auto_add_executable(${PROJECT_NAME}
${SOURCES} ${HEADERS}
)
add_backward(${PROJECT_NAME})

# Use the Widgets module from Qt 5
target_link_libraries(${PROJECT_NAME} Qt5::Core Qt5::Gui Qt5::Widgets)
Expand Down
1 change: 0 additions & 1 deletion crane_simple_ai/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>consai_visualizer_msgs</depend>
<depend>crane_msg_wrappers</depend>
<depend>crane_msgs</depend>
Expand Down
1 change: 0 additions & 1 deletion crane_speaker/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ find_package(rclcpp_components REQUIRED)
ament_auto_find_build_dependencies()

ament_auto_add_executable(${PROJECT_NAME}_node src/${PROJECT_NAME}_node.cpp)
add_backward(${PROJECT_NAME}_node)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
Expand Down
1 change: 0 additions & 1 deletion crane_speaker/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>crane_msgs</depend>
<depend>rclcpp</depend>
<depend>rclcpp_action</depend>
Expand Down
1 change: 0 additions & 1 deletion crane_world_model_publisher/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ rclcpp_components_register_nodes(${PROJECT_NAME}_component "crane::WorldModelPub

ament_auto_add_executable(${PROJECT_NAME}_node src/world_model_publisher_node.cpp)
target_link_libraries(${PROJECT_NAME}_node ${PROJECT_NAME}_component)
add_backward(${PROJECT_NAME}_node)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
Expand Down
1 change: 0 additions & 1 deletion crane_world_model_publisher/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>boost</depend>
<depend>consai_visualizer_msgs</depend>
<depend>crane_basics</depend>
Expand Down
1 change: 0 additions & 1 deletion session/crane_session_controller/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ rclcpp_components_register_nodes(${PROJECT_NAME}_component "crane::SessionContro

ament_auto_add_executable(${PROJECT_NAME}_node src/crane_session_controller_node.cpp)
target_link_libraries(${PROJECT_NAME}_node ${PROJECT_NAME}_component glog)
add_backward(${PROJECT_NAME}_node)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
Expand Down
1 change: 0 additions & 1 deletion session/crane_session_controller/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>consai_visualizer_msgs</depend>
<depend>crane_msg_wrappers</depend>
Expand Down

0 comments on commit 04965b6

Please sign in to comment.