-
Notifications
You must be signed in to change notification settings - Fork 38
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
WIP: Update project to 0.0.2 using rclcpp::waitset #82
base: rolling
Are you sure you want to change the base?
Conversation
- Creates a real-time callback group - Creates a real-time loop function using rclcpp::waitset
* Fix rosdep key error Signed-off-by: LanderU <[email protected]>
- Replaces wait-set based loop with just a loop using chrono::sleep_until - Keeps track of timing statistics - Prints statistics in the stdout in the non real-time thread
Greate to see that waitset being used in ros2 apps, which is really rare in community. Regarding to this pr, What's the current status? EDIT: and more examples about waitset subscription https://github.com/takam5f2/ros2_subscription_examples |
I think it makes sense to split this PR into smaller parts. If the waitset change is interesting we could merge that in a separate PR. |
Summary:
RealtimeObject
or atomics.TODO: