rodrigoqueiroz / geoscenarioserver

9 stars 1 forks source link

Implement Pedestrian Levels of Aggressiveness Logic #82

Closed scott-larter closed 3 years ago

scott-larter commented 3 years ago

This pull request focuses on pedestrian behaviour based on the influence of crossing lights. The main contribution is the definition of three Levels of Aggressiveness which each determine different behaviours during certain decision times.

Decision times: (1) selecting a target crosswalk from all possible candidates when approaching the intersection (2) deciding when to enter the target crosswalk

Technical changes and additions:

Additional changes after PR creation:

As usual, run the pedestrian scenarios in scenarios/pedestrian_scenarios/ with various configurations to confirm the new functionality.