-
Notifications
You must be signed in to change notification settings - Fork 436
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
Add parameter to configure number of thread #1708
Add parameter to configure number of thread #1708
Conversation
I added a parameter to configure number of thread instead of an argument. |
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.
so is this expected to use with --ros-args -p thread_num:=2
? if i am not mistaken.
i was thinking that we would want to consider to enable and provide parameter service to set/get the number of threads on rclcpp_components::ComponentManager
.
@wep21 frindly ping, there are still some unresolved comments here |
36ee1ec
to
fd648c2
Compare
afb94bc
to
7611d4d
Compare
@wep21 it seems that we need to rebase, could you do that? (see https://ci.ros2.org/job/ci_linux/15733/console) |
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.
LGTM with green CI
7611d4d
to
4ef00f8
Compare
@fujitatomoya I rebased from the latest maser. |
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
4ef00f8
to
c653972
Compare
@ivanpauno I have finished resolving conflicts and rebase. |
@ivanpauno friendly ping |
all green, i will go ahead to merge this into master. |
@wep21 thanks for the contribution. |
* Add parameter to configure number of thread Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
No description provided.