Fix ingestion fixed duration values from UnpackPath
This commit is contained in:
@@ -204,7 +204,6 @@ std::vector<std::vector<PathData>> postProcess(std::vector<std::vector<PathData>
|
||||
!entersRoundabout(data.turn_instruction)))
|
||||
{
|
||||
data.turn_instruction = TurnInstruction::NO_TURN();
|
||||
data.duration_until_turn = 0;
|
||||
data.exit = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user