-
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
Real-time safe intra-process communication #103
Comments
jacquelinekay
added
ready
Work is about to start (Kanban column)
in progress
Actively being worked on (Kanban column)
and removed
ready
Work is about to start (Kanban column)
labels
Oct 6, 2015
Since intra process communication has changed a lot since this was opened, I'll close it. |
nnmm
pushed a commit
to ApexAI/rclcpp
that referenced
this issue
Jul 9, 2022
* Implemented service is valid check. * Added an is-valid check for publishers. * Changed the checks to the single call to * Added subscription is_valid function, and replaced individual checks with a call to the function in the subscription code. * Added documentation for is_valid functions. * Moved the options pointer check into the is_valid function. * Implemented client checks.
DensoADAS
pushed a commit
to DensoADAS/rclcpp
that referenced
this issue
Aug 5, 2022
* ros2GH-101 Add converter interface * ros2GH-102 Create format converter factory * ros2GH-103 Write documentation for converter plugin authors * ros2GH-16 Adjust rosbag2 message type * ros2GH-16 Change name of converter interface to include "serialization" - Easier to differentiate between storage format (e.g. sqlite) and serialization format (e.g. cdr) - Closer to naming in ros middleware * ros2GH-16 Improve plugin development documentation - Also adapt to name changes * ros2GH-16 Fix naming of SerializationFormatConverterFactory
DensoADAS
pushed a commit
to DensoADAS/rclcpp
that referenced
this issue
Aug 5, 2022
* move process helper to test_common Signed-off-by: Karsten Knese <karsten@openrobotics.org> * use stdexcept for runtime error Signed-off-by: Karsten Knese <karsten@openrobotics.org> * always install include directories Signed-off-by: Karsten Knese <karsten@openrobotics.org>
mauropasse
pushed a commit
to mauropasse/rclcpp
that referenced
this issue
Feb 14, 2023
…llbacks qos-event callback fixes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
intra-process_publish_mutex
) Lock-free executor #77take_intra_process_message
andstore_intra_process_message
for pool alternative (solution: allocator template)std::map
inIntraProcessManager
(solution: allocator template for stdlib data structures)The text was updated successfully, but these errors were encountered: