Simulink with ROS : For loop for array of sensor_msgs/Image
1 次查看(过去 30 天)
显示 更早的评论
Input: array of ROS sensor_msgs/Image (sensor_msgs/Image [])
Output: array of arrays/images (Images [])
I am trying to convert sensor_msgs/Image[] to Image array. But I can not use ReadImage block inside For each subsystem loop.
0 个评论
回答(1 个)
Cam Salzberger
2020-5-22
Hey Hassan,
I'm not sure how to do it inside standard Simulink blocks, but a workaround may be to pass the Image message array (or the message containing that array) into a MATLAB function block, and looping through the Image messages with readImage inside of there. Might be simpler than trying to manipulate the output array in a for loop in Simulink?
-Cam
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Specialized Messages 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!