-
Notifications
You must be signed in to change notification settings - Fork 418
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
Expose allocator interface to publishers and subscriptions #117
Conversation
Looks like a file called |
oops, yeah, thanks for catching that |
b40dc90
to
6bfa7ed
Compare
size_t queue_size | ||
) : node_handle_(node_handle), publisher_handle_(publisher_handle), | ||
topic_(topic), queue_size_(queue_size), | ||
intra_process_publisher_handle_(nullptr), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inconsistent indentation in the last two lines.
Conflicts: rclcpp/include/rclcpp/any_subscription_callback.hpp rclcpp/include/rclcpp/subscription.hpp
I'm in the process of breaking up what independent parts of this PR that I can. I may do yet another overhaul of the API because I still haven't sketched out the codepath for passing allocators to incidental STL structures used by Publisher, Subscribers, etc. |
Closing this because I have a different approach that I think is better. |
…s2#54) - This allows to stop the replaying of the messages by pressing ctrl-c
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
Not ready for full review yet, but I'm opening this PR to get feedback about the approach.
An ament repo with an alternative allocator is available here:
https://github.com/ros2/tlsf_cpp