-
Notifications
You must be signed in to change notification settings - Fork 28
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
Use Dynamic Memory Management Policy with FastDDS-SH #177
Comments
Is there a solution please? I also had a similar problem |
I had a similar problem. I think Firstly, It creates the builder.
For sequence data in image msg, the Then in
Here And finally at runtime.
Here type_->get_bounds() is I'm not sure my understanding is correct.. |
Hi everyone,
I want to use change the History Memory Policy to DYNAMIC in the Integration Service.
1 - Below, my working configuration:
ROS2 publisher on domain 0 --> Integration Service --> ROS2 subscriber on domain 1
The topic published by the ROS2 node is :
The quality of service is correctly set (BEST_EFFORT and VOLATILE).
This previous configuration works perfectly.
2 - Now, I want to use FastDDS as system in Integration service. Below, my configuration :
ROS2 publisher on domain 0 --> Integration Service --> FastDDS subscriber on domain 1
When using this configuration, I get the following error :
[DYN_TYPES Error] Error inserting data. The container is full. -> Function insert_sequence_data
This error makes me think that the DYNAMIC Memory Policy is not applied by Integration Service when creating publisher/subscriber.
Can someone confirm this limitation?
Best Regards,
Marius
The text was updated successfully, but these errors were encountered: