File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
omni_wheel_drive_controller Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 2727 <depend >sensor_msgs</depend >
2828
2929 <test_depend >ament_cmake_gmock</test_depend >
30- <test_depend >ament_lint_auto</test_depend >
31- <test_depend >ament_lint_common</test_depend >
3230 <test_depend >controller_manager</test_depend >
3331 <test_depend >ros2_control_test_assets</test_depend >
3432
Original file line number Diff line number Diff line change 3333 <depend >sensor_msgs</depend >
3434
3535 <test_depend >ament_cmake_gmock</test_depend >
36- <test_depend >ament_lint_auto</test_depend >
37- <test_depend >ament_lint_common</test_depend >
3836 <test_depend >controller_manager</test_depend >
3937 <test_depend >hardware_interface_testing</test_depend >
4038 <test_depend >ros2_control_test_assets</test_depend >
Original file line number Diff line number Diff line change @@ -79,8 +79,6 @@ if(BUILD_TESTING)
7979
8080 add_definitions (-DTEST_FILES_DIRECTORY= "${CMAKE_CURRENT_SOURCE_DIR} /test" )
8181 ament_add_gmock (test_load_${PROJECT_NAME} test /test_load_${PROJECT_NAME}.cpp )
82- find_package (ament_lint_auto REQUIRED )
83- ament_lint_auto_find_test_dependencies ()
8482 target_link_libraries (test_load_${PROJECT_NAME}
8583 controller_manager::controller_manager
8684 ros2_control_test_assets::ros2_control_test_assets
You can’t perform that action at this time.
0 commit comments