Simulink doesn't found ROS2 topic
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I'm using Matlab 2022b on Windows10 with ROS2 Foxy build from chocolatey.
I want to use ROS Toolbox in Simulink to connect with ROS2 network but it seems like Subscriber block can't find ROS2 topic.
ROS_DOMAIN_ID is not set in ROS2 and is 0 in Configure ROS2 Domain ID.
How to make Simulink found ros2 topic?
Thanks.
UPDATE:
It seems like matlab is able to see topic if it is publish from another pc, but unable to see topic if publish from the host pc.
I'd like to make it can see topic from host pc, Any Idea?
2 Kommentare
Josh Chen
am 22 Mai 2024
Hi Daniel,
Would you be able to see the topic on MATLAB instead of Simulink?
>> ros2 topic list
>> ros2 node list
Looks like the MATLAB node is visible on your terminal, but terminal node is not visible in MATLAB or Simulink?
-Josh
Antworten (1)
Venkat Siddarth Reddy
am 22 Mai 2024
Hi Daniel,
Since you are using Windows operating system, I suspect, the issue might be due to firewall blocking the ROS communications in the system. To verify this, could you temporarily disable the firewall and re-examine the ROS topic?
To learn more about disabling firewall, check out the following article:
Please note that, disabling the firewall poses a security risk, so ensure you reactivate it after your test. If this resolves the issue then configure the firewall to allow ROS network communications.
However if the issue still persists, I would suggest referring to the following documentation on
ROS and Simulink Limitations :
Hope it helps!
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!