Error in ROS Custom Message
显示 更早的评论
When trying to use custom messages with ROS, rosmsg list shows the custom messages, but blank message block/ ROS publish block in simulink does not show those messages.
回答(1 个)
Cam Salzberger
2019-7-25
0 个投票
Hey Shlok,
I believe that the Simulink message type selection drop-down should use the same functionality as rosmsg("list"). I'm not sure why it would show different results. Did you restart MATLAB after generating the custom messages?
As a possible workaround for now, if you create a MATLAB publisher or subscriber using that message, can you use "Select from the network" to pick the right topic and message type? As another workaround, you should be able to use set_param on the blank message and publisher/subscriber blocks to change the message type to the desired custom message.
-Cam
类别
在 帮助中心 和 File Exchange 中查找有关 Specialized Messages 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!