-
Notifications
You must be signed in to change notification settings - Fork 72
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
Support waitsets #657
Comments
Thanks for the information! It's a big refactor inside the rclcpp framework and I go through the motivation of it roughly (I see many issues were connected to this PR), the most important one I think is to reduce the CPU overhead. But the changes are based on the design of rclcpp specifically and we have some limitations of threads in Node.js, so I think we need to investigate more to see how will it benefit to developers if we expose kind of |
Just some thoughts in case I forget them:
|
My blink reaction was similar to your's. Let's revisit as ros 2 continues to mature and additional features emerge that we want incorporated into the project. |
rclcpp recently added a new waitset api, ros2/rclcpp#520 Is the waitset capability something we want to consider for inclusion in rclnodejs?
The text was updated successfully, but these errors were encountered: