Connecting Simulink with Carla Simulator through ROS2 toolbox

조회 수: 7 (최근 30일)
Pablo Martinez Otero
Pablo Martinez Otero 2024년 10월 3일
댓글: Pablo Martinez Otero 2024년 10월 9일
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
Pablo Martinez Otero 2024년 10월 9일
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