Open nrayon opened 2 years ago
Distance matrix completed Will it be handled anywhere else?
Calm is based on nearest obstacle in direction of motion It is not required to calculate the whole matrix
Nearest Neighbor requires distance matrix. Potential range tree (but will not implement now)
Working on test for distance matrix
Question for @ashok0srinivasan :
Need values for distance matrinx
finish tests for distance matrix
From what I remember, the FSU code used a random choice to determine the winner for f the race.
On Mon, Oct 24, 2022 at 4:37 PM rpahle @.***> wrote:
Question for @ashok0srinivasan https://github.com/ashok0srinivasan :
- race condition to access isle - add randomization? time or acceleration?
— Reply to this email directly, view it on GitHub https://github.com/vipra-uwf/vipra/issues/71#issuecomment-1289649621, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACPNH5BLY6K3EYJQQTUQHVDWE36R5ANCNFSM6AAAAAARFVORDM . You are receiving this because you were mentioned.Message ID: @.***>
--
- Ashok Srinivasan
Only single isle planes
blocked by #89
Fixed issue of pedestrian state not being updated properly.
changed calculatePropulsion to use a unit vector for direction to goal. Previous version caused pedestrians to stand still in the aisle. Will more than likely have to change this.
Fixed the pedestrians grouping together at the front of the plane, however there are still some issues.
Overview
Started working on getting the Calm Pedestrian Dynamics Model working as intended.
The Pedestrian Dynamics Model should act as a "default movement" for pedestrians when they are not being affected by the human behavior model or the policy model.
Implementation
Implementation of the Pedestrian Dynamics Model includes:
Current Ideas:
Current Issues
As of this moment, I have no issues accomplishing this task.