ThierryDeruyttere / carla-simulator-mac

A fork of the carla simulator with added functionality to spawn static meshes
Other
4 stars 2 forks source link

Hi, I want to ask about the spawn mesh files #1

Open KiRyuWen opened 2 years ago

KiRyuWen commented 2 years ago

When I tried to set the carla's files like your file, but seems like your project didn't have .generate.h. Could I have it please? If there is difficult to share the files please reply me.

ThierryDeruyttere commented 2 years ago

Hi there! I'm very sorry but all files I had are here in the repository. I deleted the folder a couple of years ago. Also, this version is a VERY old version of CARLA. You might want to have al look on how to install a current version of carla here: https://github.com/carla-simulator/carla/issues/150

KiRyuWen commented 2 years ago

Thanks for replying so quickly!! Is there any tutorial for add some unreal's code into carla? Because I think that is difficult to implement it without unreal's knowledge. I want to spawn meshes too but I don't know how to start it yet ;(

ThierryDeruyttere commented 2 years ago

If I'm not wrong, they added the functionality to spawn meshes in the newer versions of CARLA. Sorry I don't know of any tutorial that focuses on adding unreal code to CARLA. However, there are many videos on CARLA on youtube that you could use to get you started!

KiRyuWen commented 2 years ago

Thanks for you sharing :). I'm trying to generate fbx and to link them with opendrive, just try to find a way to generate meshes. Thank you!