Skip to content

Commit fa0f033

Browse files
apojomovskyskyegalaxy
authored andcommitted
Bring lock_free_events_queue to rclcpp from the events_executor repo (#149)
Co-authored-by: Alexis Pojomovsky <[email protected]> (cherry picked from commit 30050c1) exclude lock free queue from linting actually lint lock_free_events_queue lock_free_events_queue copyright
1 parent 0537654 commit fa0f033

File tree

5 files changed

+4875
-0
lines changed

5 files changed

+4875
-0
lines changed

rclcpp/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,14 @@ ament_export_dependencies(
289289

290290
if(BUILD_TESTING)
291291
find_package(ament_lint_auto REQUIRED)
292+
file(GLOB_RECURSE AMENT_LINT_AUTO_FILE_EXCLUDE
293+
include/rclcpp/experimental/executors/events_executor/concurrent_queue/*.h)
292294
ament_lint_auto_find_test_dependencies()
293295

296+
message(AUTHOR_WARNING
297+
"Ament lint auto tests are disabled on the following: "
298+
${AMENT_LINT_AUTO_FILE_EXCLUDE}
299+
)
294300
add_subdirectory(test)
295301
endif()
296302

0 commit comments

Comments
 (0)