Skip to content

Commit

Permalink
consider internal lane length ref #14246
Browse files Browse the repository at this point in the history
Signed-off-by: m-kro <m.barthauer@t-online.de>
  • Loading branch information
m-kro committed Jan 24, 2024
1 parent 93c6471 commit dbb8cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsumo/Vehicle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ Vehicle::getNextTLS(const std::string& vehID) {
ntd.state = (char)link->getState();
result.push_back(ntd);
}
seen += allowed->front()->getLength();
seen += allowed->front()->getLength() + link->getInternalLengthsAfter();
break;
}
}
Expand Down

0 comments on commit dbb8cd3

Please sign in to comment.