matlab and simulink can not receive custom message whice send by ros
2 次查看(过去 30 天)
显示 更早的评论
i want to use matlab to receive the custom message whice is sended by ros, but cannot receive and display the message . i use the command "rostopic echo /chatter" in matlab , it cannot receive either .but i use this cammand in ubuntu , it can recieve the data . i have add custom message into matlab rosmsg lib .i can find my custom message type though command "rosmsg list " , use command “rqt_gragh ” i find the node have connect each oher ,l
0 个评论
回答(1 个)
Cam Salzberger
2019-12-5
Please see some strategies for resolving and troubleshooting this issue in my answer here. You shouldn't need to set ROS_IP on the MATLAB machine, as MATLAB does that for you, though it can't hurt to try. More important is to set it on the remote nodes before running them. Also see Ines' suggestion about the firewall on the same page.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Custom Message Support 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!