-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decoupled the additional feature from rcl to rcutils, reflecting on t… #424
base: rolling
Are you sure you want to change the base?
Decoupled the additional feature from rcl to rcutils, reflecting on t… #424
Conversation
…he pointing out below. ros2/rclcpp#2205 (comment) Signed-off-by: Shoji Morita <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm missing some tests
/** | ||
* \brief Initialize list of thread attributes with a capacity. | ||
* \param[out] thread_attrs list of thread attributes to be initialized | ||
* \param[in] allocator memory allocator to be used |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* \param[in] allocator memory allocator to be used | |
* \param[in] allocator memory allocator to be used | |
* \param[in] capacity ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your suggestion.
I've addressed it in ec49b25.
Reflecting on the suggestion for the comments of thread_attr.h. Signed-off-by: Shoji Morita <[email protected]>
c73ab59
to
ec49b25
Compare
Signed-off-by: Shoji Morita <[email protected]>
…e update of REP-2017 below. ros-infrastructure/rep#385 Signed-off-by: Shoji Morita <[email protected]>
…he thread below. ros-infrastructure/rep#385 (comment) Signed-off-by: Shoji Morita <[email protected]>
This PR is to decouple the new feature included in the PR of rcl below into rcutils.
ros2/rcl#1075
REFS:
ros2/rclcpp#2205 (comment)