Simulink with ROS : For loop for array of sensor_msgs/Image

조회 수: 1 (최근 30일)
Hassan Farag
Hassan Farag 2020년 5월 22일
댓글: Hassan Farag 2020년 5월 22일
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.

답변 (1개)

Cam Salzberger
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
  댓글 수: 1
Hassan Farag
Hassan Farag 2020년 5월 22일
I tried this already but simulink does not run with readImage inside matlab function block which was the source of the problem. As a workaround, I tried to do it in simulink

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Specialized Messages에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by