WIP: Update project to 0.0.2 using rclcpp::waitset#82
Conversation
- Creates a real-time callback group - Creates a real-time loop function using rclcpp::waitset
* Fix rosdep key error Signed-off-by: LanderU <lander.usategui@gmail.com>
- 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:
RealtimeObjector atomics.TODO: