Skip to content

Commit

Permalink
fix #14350
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Feb 22, 2024
1 parent 1678845 commit 5b3be8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/microsim/MSVehicle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1631,6 +1631,7 @@ MSVehicle::processNextStop(double currentVelocity) {
myCollisionImmunity = TIME2STEPS(100);
// mark this vehicle as arrived
myArrivalPos = getPositionOnLane();
const_cast<SUMOVehicleParameter*>(myParameter)->arrivalEdge = getRoutePosition();
}
}
boardTransportables(stop);
Expand Down

0 comments on commit 5b3be8a

Please sign in to comment.