Vehicle models
Yiquan-lol opened this issue · 2 comments
Yiquan-lol commented
Hi,
I see that the vehicle is selected at random. Can I set the vehicle type?
praveen-palanisamy commented
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:
macad-gym/src/macad_gym/carla/multi_env.py
Line 662 in 38884ac
praveen-palanisamy commented
Converting this to a discussion for further discussion!