add create_publisher signature which takes just a queue size#125
Merged
add create_publisher signature which takes just a queue size#125
Conversation
Member
|
+1 |
Member
|
+1 |
Member
Author
|
This test failed on OS X only, but I cannot reproduce it locally: I think it might be a flaky one, especially since this pr shouldn't affect any of the tests. |
wjwwood
added a commit
that referenced
this pull request
Oct 14, 2015
add create_publisher signature which takes just a queue size
4 tasks
nnmm
pushed a commit
to ApexAI/rclcpp
that referenced
this pull request
Jul 9, 2022
* add functions to find certificates in filesystem * only pass the security root path to the rmw * remove unused code * fix memory leak * style * memory leak round 2 * temporary ifdef for file permission flags * _S_IREAD works only for file not directories * use c_utililties functions * add todo to use c_utility/concat rather that snprintf * remove now unnecessary stat include * use backslash separator for path on windows * duh * update c_utilities imports and functions signatures * use c_utilities to concatenate paths * print debug msg to stdout * suppress warning, put sros env var as static at the beginnign of the file * pass local namespace * more c_utilities renaming * comment out debug prints for now * add env vars for security strategy and enforce them * use rmw_node_security_options structure * line length * remove unused conditional * rename environment variable * style * use defines for env var names and use rcutils_stringify on it * remove unnecessary assignment * consistent define naming for environment variables names * stringify SECURITY_ROOST_DIRECTORY
mauropasse
pushed a commit
to mauropasse/rclcpp
that referenced
this pull request
Nov 2, 2023
…ry-pick-1741 Galactic: for_each_callback_group backport (ros2#1741)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See: ros2/design#56 (comment)
Connects to ros2/design#56