ros2-realtime-demo / pendulum

ROS, ROS2, real-time, control, pendulum
Apache License 2.0
132 stars 38 forks source link

WIP: Update project to 0.0.2 using rclcpp::waitset #82

Open carlossvg opened 3 years ago

carlossvg commented 3 years ago

Summary:

TODO:

ZhenshengLee commented 5 months ago

Greate to see that waitset being used in ros2 apps, which is really rare in community. The only material about waitset in ros2 is the ros2 examples and the PPT from Apex.AI in ROSCon.

Regarding to this pr, What's the current status? Can this pr be devided into multiple parts to get merged step by step?

EDIT: autoware.universe is migrating it's ros2 apps to waitset-based subscription. see https://autowarefoundation.github.io/autoware-documentation/main/contributing/coding-guidelines/ros-nodes/topic-message-handling/

and more examples about waitset subscription https://github.com/takam5f2/ros2_subscription_examples

carlossvg commented 5 months ago

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.