"Unsupported filetype selected" when exporting scenes to Carla

조회 수: 1 (최근 30일)
Shuyao SHI
Shuyao SHI 2021년 11월 24일
댓글: 炳全 曹 2022년 7월 6일
I create a simple scene in RoadRunner, see in the attached picture, and when I want to export it to carla, I found that I can't check "Split by Segmentation". And when I type in the File name "try" and click "save", there will be a "Unsupported filetype selected Please save as a supported file type" error. Can someone help?
By the way, when I try the "OpenDrive Export Preview Tool", when I click "Export", it failed with some error, see in attached. How can I fix it?
  댓글 수: 2
Shuyao SHI
Shuyao SHI 2021년 11월 29일
Can someone help? I have figure out the filename issue and it can export now. However, I still cannot check "Split by Segmentation", and still have the "ERROR: Failed to fetch 'xxx': Asset file is missing" issue.
炳全 曹
炳全 曹 2022년 7월 6일
Hi. I have the same two problems as you, how did you solve them? Especially the first one: "Unsupported filetype selected"

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

채택된 답변

John Pallag
John Pallag 2021년 11월 30일
The message "Failed to fetch '<PROJECT>..." is due to an entry in the project's OpenDriveAssetData.xml file which references an asset which is not in the project.
The OpenDriveAssetData.xml file can be found by navigating to the Project folder of the RoadRunner project and can be edited in any text editor.
There will likely be an entry for each error printed that looks something like this:
<Object>
<Ignore>true</Ignore>
<FilePath>Damage/Cracks01.rrpms</FilePath>
</Object>
Removing the entries containing a <FilePath> not in the project should clear the error messages
Further documentation on the OpenDriveAssetData.xml file can be found here: Convert Asset Data between RoadRunner and ASAM OpenDRIVE - MATLAB & Simulink (mathworks.com)
  댓글 수: 1
Shuyao SHI
Shuyao SHI 2021년 12월 1일
Thank you very much, it helps a lot. BTW, how about the problem about checking the "Split by Segmentation" I mentioned above? Is there something wrong in my ceation of the map?

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

추가 답변 (1개)

John Pallag
John Pallag 2021년 12월 7일
Split by segmentation is always enabled when exporting to Carla. The checkbox is disabled since this is the required value.
If you would like to disable "Split by Segmentation" on export, the recommended way is to either export an additional Filmbox file to replace it, or set up your own custom Carla configuration and set the desired options: Export Custom Formats - MATLAB & Simulink (mathworks.com)

카테고리

Help CenterFile Exchange에서 Export Scenes에 대해 자세히 알아보기

태그

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by