carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
11.37k stars 3.69k forks source link

The following blueprintshave unresolvedcompiler errors. BP_TLOpenDrive #8197

Open OUSHAOHUA opened 1 month ago

OUSHAOHUA commented 1 month ago

image image

OUSHAOHUA commented 1 month ago

How should I fix this problem

OUSHAOHUA commented 1 month ago

image

PatrickPromitzer commented 1 month ago

Hi, from the name "/Temp/UEDPIE_0_Untitled_0.Untitled" it looks like a custom map.

To make a Carla map, you have the option to use the "make Import" command or the empty openDRIVE map. Creating a new map with the Unreal Engine Editor option gives errors.

You can try going in a default Carla Map (example: the openDRIVE map) and look for actors included int he map. Your custom map have to contain these actors.

OUSHAOHUA commented 1 month ago

Hi, from the name "/Temp/UEDPIE_0_Untitled_0.Untitled" it looks like a custom map.

To make a Carla map, you have the option to use the "make Import" command or the empty openDRIVE map. Creating a new map with the Unreal Engine Editor option gives errors.

You can try going in a default Carla Map (example: the openDRIVE map) and look for actors included int he map. Your custom map have to contain these actors.

thanks for your answer,How should I find the corresponding map?

PatrickPromitzer commented 1 month ago

The openDRIVE map is in

path/to/Carla/Unreal/CarlaUE4/Content/Carla/Maps/OpenDriveMap

or

Content/Carla/Maps/OpenDriveMap

I can't tell where your custom map is located.