File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,25 +92,6 @@ install(EXPORT export_${PROJECT_NAME}
9292 DESTINATION share/${PROJECT_NAME } /cmake
9393)
9494
95- #########
96-
97- add_library (ign_ros2_control-system SHARED
98- src/gz_ros2_control_plugin.cpp
99- )
100-
101- target_link_libraries (ign_ros2_control-system
102- "${GZ_SIM} ::${GZ_SIM} "
103- "${GZ_PLUGIN} ::register"
104- )
105- ament_target_dependencies (ign_ros2_control-system
106- controller_manager
107- hardware_interface
108- pluginlib
109- rclcpp
110- yaml_cpp_vendor
111- rclcpp_lifecycle
112- )
113-
11495# Testing and linting
11596if (BUILD_TESTING)
11697 find_package (ament_cmake_gtest REQUIRED )
@@ -136,7 +117,6 @@ endif()
136117# Export old-style CMake variables
137118ament_export_include_directories (include )
138119ament_export_libraries (${PROJECT_NAME } -system gz_hardware_odri_plugins )
139- ament_export_libraries (ign_ros2_control-system gz_hardware_odri_plugins )
140120
141121# Export modern CMake targets
142122ament_export_targets (export_${PROJECT_NAME} )
@@ -146,10 +126,6 @@ ament_export_dependencies(
146126 hardware_interface
147127)
148128
149- install (TARGETS ign_ros2_control-system
150- DESTINATION lib
151- )
152-
153129pluginlib_export_plugin_description_file (odri_gz_ros2_control gz_hardware_odri_plugins.xml )
154130
155131# Setup the project
You can’t perform that action at this time.
0 commit comments