praveen-palanisamy/macad-gym

Vehicle models

Yiquan-lol opened this issue · 2 comments

Hi,
I see that the vehicle is selected at random. Can I set the vehicle type?

Hi @Yiquan-lol ,
You can choose among: 4-wheeled vehicles (vehicle_4w), 2-wheeled vehicles (vehicle_2w) (and pedestrian) types for the vehicle actors using the config. For example:

If you want to change the model/make of a particular vehicle type, you can modify this line to pick the particular model/make you want from the available UE4 blueprint vehicle models in CARLA:

blueprint = random.choice(blueprints)

Converting this to a discussion for further discussion!