Can FastDDS communicate with RTIDDS?
1 次查看(过去 30 天)
显示 更早的评论
hello,I have been using DDS deployed on the Speedgoat for communication recently, and the DDS Blockset documentation says that Simulink Real-Time only supports Eprosima's FastDDS, but we need to communicate with RTIDDS on the Speedgoat. When I tested communication between two computers running Simulink (not Simulink Real-Time) and found that FastDDS can communicate with each other, RTIDDS can also communicate with each other, but FastDDS and RTIDDS cannot communicate, and there is an error when communicating between the Speedgoat and RTIDDS.
1 个评论
Manikanta Aditya
2024-12-30
"but FastDDS and RTIDDS cannot communicate, and there is an error when communicating between the Speedgoat and RTIDDS."
Can you share what is the error exactly?
回答(1 个)
SACHIN KHANDELWAL
2025-1-20
Cross communication between FastDDS(in Speedgoat) and RTI(any other network connected system) is possible without much change. You needs to only maintain to match the Domain, Publishers/Subscriber information, Packet definition and data types between the program.
If it does not resolve the issue, please share reproduction steps and error message that you are encountering.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Target Computer Setup 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!