Skip to content

Commit

Permalink
meandata for jupedsim agents
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jan 17, 2024
1 parent 31a2b99 commit a661f38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/microsim/transportables/MSPModel_JuPedSim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ MSPModel_JuPedSim::execute(SUMOTime time) {
const bool result = stage->moveToNextEdge(person, time, 1, nullptr);
UNUSED_PARAMETER(result);
assert(result == false); // The person has not arrived yet.
stage->activateEntryReminders(person);
}

if (newPosition.distanceTo2D(state->getNextWaypoint()) < 2 * myExitTolerance) {
Expand Down

0 comments on commit a661f38

Please sign in to comment.