make all u-turns continue
This commit is contained in:
committed by
Daniel J. H
parent
ceaf065d0e
commit
a92674022a
@@ -85,7 +85,7 @@ TurnInstruction IntersectionHandler::getInstructionForObvious(const std::size_t
|
||||
|
||||
if (angularDeviation(road.angle, 0) < 0.01)
|
||||
{
|
||||
return {TurnType::Turn, DirectionModifier::UTurn};
|
||||
return {TurnType::Continue, DirectionModifier::UTurn};
|
||||
}
|
||||
if (type == TurnType::Turn)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user