Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elaborate Traffic Manager #14

Open
klemense1 opened this issue Mar 20, 2020 · 2 comments
Open

Elaborate Traffic Manager #14

klemense1 opened this issue Mar 20, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@klemense1
Copy link
Contributor

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?

@klemense1 klemense1 added the enhancement New feature or request label Mar 20, 2020
@klemense1 klemense1 added this to To do in carla-integration via automation Mar 20, 2020
@tin1254
Copy link
Collaborator

tin1254 commented Apr 5, 2020

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

  • minimum distance between specified or all agents
  • intended driving speed
  • turns on or off lane changing behavior
  • force agent to change to specified lane
  • ignore the present of a specified agent (disable the collision prevention function) during planning stage
  • the chance of ignoring a pedestrian/traffic light state/present of agent
  • the state of traffic lights

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
Copy link
Collaborator

tin1254 commented Apr 6, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants