carla icon indicating copy to clipboard operation
carla copied to clipboard

When i was export a map from carla(use "make package" command) had errors!

Open huhaocong opened this issue 3 years ago • 3 comments

CARLA version: 0.9.11 Platform/OS: Ubuntu 20.04

Today i wanted export a map(the map i created), so i followed the guide: https://carla.readthedocs.io/en/0.9.11/tuto_A_create_standalone/

And there were some errors happened, like below: ... [2021.12.16-03.13.09:378][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 1.45ms [2021.12.16-03.13.09:389][ 0]LogFileHelpers: No new changes to save! [2021.12.16-03.13.09:389][ 0]LogCore: Engine exit requested (reason: Commandlet PrepareAssetsForCookingCommandlet_0 finished execution (result 0)) 1111[2021.12.16-03.13.09:389][ 0]LogInit: Display: [2021.12.16-03.13.09:389][ 0]LogInit: Display: [2021.12.16-03.13.09:389][ 0]LogInit: Display: Warning/Error Summary (Unique only) [2021.12.16-03.13.09:389][ 0]LogInit: Display: Warning/Error Summary (Unique only) [2021.12.16-03.13.09:389][ 0]LogInit: Display: ----------------------------------- [2021.12.16-03.13.09:389][ 0]LogInit: Display: ----------------------------------- 1001[2021.12.16-03.13.09:389][ 0]LogInit: Display: LogTemp: Error: Package json file not found. [2021.12.16-03.13.09:389][ 0]LogInit: Display: LogTemp: Error: Package json file not found. 1101[2021.12.16-03.13.09:389][ 0]LogInit: Display: LogConsoleManager: Warning: Setting the console variable 'r.Streaming.PoolSize' with 'SetByScalability' was ignored as it is lower priority than the previous 'SetByProjectSetting'. Value remains '4000' [2021.12.16-03.13.09:389][ 0]LogInit: Display: LogConsoleManager: Warning: Setting the console variable 'r.Streaming.PoolSize' with 'SetByScalability' was ignored as it is lower priority than the previous 'SetByProjectSetting'. Value remains '4000' [2021.12.16-03.13.09:389][ 0]LogInit: Display: LogFileManager: Warning: ReadFile failed: Count=0 Length=114688 Error=errno=21 (Is a directory) for file [2021.12.16-03.13.09:389][ 0]LogInit: Display: LogFileManager: Warning: ReadFile failed: Count=0 Length=114688 Error=errno=21 (Is a directory) for file [2021.12.16-03.13.09:389][ 0]LogInit: Display: [2021.12.16-03.13.09:389][ 0]LogInit: Display: 1001[2021.12.16-03.13.09:389][ 0]LogInit: Display: Failure - 2 error(s), 3 warning(s) [2021.12.16-03.13.09:389][ 0]LogInit: Display: Failure - 2 error(s), 3 warning(s) ... error_info.txt

So, how can i export a map from carla build? Hope you can help me!

huhaocong avatar Dec 16 '21 04:12 huhaocong

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Apr 17 '22 14:04 stale[bot]

have you solve it? I found the same error. :(

zengxianming avatar Aug 13 '22 14:08 zengxianming

For example, demo.xodr and demo.fbx are put in the Import folder. Specify the package name when doing the import: make import ARGS="--package=demo" A 'demo.json' will be generated in the Import folder. If you don't specify the package name, there won't be a 'demo.json' file.

Then make package: make package ARGS="--packages=demo"

It works for me.

TayYim avatar Aug 31 '22 06:08 TayYim

Hey did you exported the default carla map or your own map ?

ronyshaji avatar Dec 15 '22 12:12 ronyshaji

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jun 01 '23 22:06 stale[bot]