Connecting Simulink with Carla Simulator through ROS2 toolbox

7 次查看(过去 30 天)
This is my block from Simulink. The issue is that the enabling autopilot block is working fine but it seems that ROS2 toolbox isn't able to read data from the topics. In this case, I'm trying to read an image from one of the camera sensors that the Carla Simulator has. The read image block returns "errorCode =1" which means that the codification of the image isn't correct. I've checked several times and the image codification is bgra8, so that's the configuration that I have in the block and it still doesn't work. Also, I've readed the data from rviz2 and it works fine. It shows all the sensor data and the images that are being recorded in real time
Anyone knows what could be causing this?
  2 个评论
Aravind
Aravind 2024-10-9
Could you share which release of MATLAB are you using that is causing this error? Could you also share your model file that's causing this error and other related files. It will help me in debugging the issue.
Pablo Martinez Otero
I'm using Matlab 2024b in ubuntu 22.04LTS. I've resolved the issue by changing the OpenGL configuration from hardware to software. The issue was in video viewer block, so after changing that it works perfectly well. Thanks anyway!

请先登录,再进行评论。

回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by