Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Update Connext license filter resource name to specify it's a prefix (#…
Browse files Browse the repository at this point in the history
…242)

* Update the Connext license filter to be a regex

* typo

* Switch back to prefix for efficiency

* Clarify we're registering a prefix not pattern

Both are supported by launch_testing now
  • Loading branch information
dhood authored Sep 28, 2017
1 parent fc070b4 commit a121377
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rmw_connext_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ install(
)

get_rmw_connext_output_filter("rmw_connext_output_filter")
ament_index_register_resource("rmw_output_filter" CONTENT "${rmw_connext_output_filter}")
ament_index_register_resource("rmw_output_prefixes" CONTENT "${rmw_connext_output_filter}")
2 changes: 1 addition & 1 deletion rmw_connext_dynamic_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ install(
)

get_rmw_connext_output_filter("rmw_connext_output_filter")
ament_index_register_resource("rmw_output_filter" CONTENT "${rmw_connext_output_filter}")
ament_index_register_resource("rmw_output_prefixes" CONTENT "${rmw_connext_output_filter}")
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
#
# Get the output filter for the Connext RMW packages.
#
# :param output_filter: the filter which will be used to identify console
# output generated by Connext
# :param output_filter: the filter that will be used to identify console
# output generated by Connext. This is provided as a single string with each
# line of the string containing a filter that will be checked independently.
# :type output_filter: string
#
# @public
Expand Down

0 comments on commit a121377

Please sign in to comment.