Skip to content

Conversation

@daphne-cornelisse
Copy link
Contributor

@daphne-cornelisse daphne-cornelisse commented Apr 4, 2025

Description

This PR updates the collision detection system to implement different handling rules based on agent types:

  • Vehicles and Cyclists register collisions with all other agents and road edges
  • Pedestrians register collisions with other agents (including vehicles and cyclists) but not with road edges

These changes are made to allow for a more realistic simulation of pedestrian movement where they can interact with other agents but aren't constrained by road edges in the same way as vehicles or cyclists.

Todo

  • Update pedestrian collision detection rules
  • Handle cases where pedestrians are in collision at first time step

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants