bark-simulator / carla-interface

Carla-Interface for BARK
9 stars 4 forks source link

Elaborate Traffic Manager #14

Open klemense1 opened 4 years ago

klemense1 commented 4 years ago

Can we use the traffic manager to set parameters / constraints to the behavior of Carla's agent models?

If so, can we for the example in #13 , show how it affects the simulation?

tin1254 commented 4 years ago

With the traffic manager, the following behaviors of agents with autopilot turned on in Carla can be modified:

However, the driving path is still random, and will be given or refreshed once entering a junction. (I will test if the traffic manger works in custom map without any junction, like the map of city high way)

Maybe we can create an example scenario that agents in Carla crash into the ego agent controlled by bark?

tin1254 commented 4 years ago

The model used in traffic manager is if-else based approach, it is not related to any paper, seems like hard coded to me...