How can you connect the CARLA autonomous driving simulator with simulink?
18 ビュー (過去 30 日間)
古いコメントを表示
Siddhi Suri
2019 年 7 月 8 日
回答済み: MathWorks Support Team
2022 年 5 月 31 日
I am using the CARLA autonomous driving simulator and have an autonomous driving software in simulink. How can I control the autonomous vehicle in CARLA with my simulink model?
1 件のコメント
Masoomeh Kavoosi
2020 年 12 月 10 日
I am currently also looking for the answer to this question, did you manage?
採用された回答
MathWorks Support Team
2022 年 5 月 31 日
The connection could be established using CARLA ROS Bridge and MATLAB ROS toolbox. MATLAB ROS toolbox will give you the ability to create customized ROS messages to exchange data between MATLAB/Simulink and CARLA Simulator via CARLA ROS Bridge. Once that connection is established, you will be able to send commands to the ego vehicle\CARLA simulation environment and read information from the said environment.
Visit the links below for more information:
0 件のコメント
その他の回答 (2 件)
Mehrdad Moradi
2019 年 12 月 18 日
You need to use the Python API in Carla and Matlab. Then you run the simulation step by step and exchange the data between Carla and Matlab.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Publishers and Subscribers についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!