You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ROS2 realtime_tools API is a little clunky, requiring the user to still define the publisher on their side instead of incorporating it into the realtime publisher.
This makes for a fairly defunct API where we don't gain much code reduction but there's still an increase in complexity and dependencies.
Rework the realtime_tools RealtimePublisher API such that it is as lean as possible to use.
The text was updated successfully, but these errors were encountered:
Hi so i did it implemented new contactor for RealtimePublisher that creates the publisher inside the contactor .
i did it on top of a new branch that fixes #85 and #82 , so lets finish that pull request and then ill create a new pull request for the API rework
The ROS2 realtime_tools API is a little clunky, requiring the user to still define the publisher on their side instead of incorporating it into the realtime publisher.
This makes for a fairly defunct API where we don't gain much code reduction but there's still an increase in complexity and dependencies.
Rework the realtime_tools RealtimePublisher API such that it is as lean as possible to use.
The text was updated successfully, but these errors were encountered: