Remove debug ouput from post-processing
This commit is contained in:
parent
e341d367d8
commit
378d9f4112
@ -242,9 +242,6 @@ void closeOffRoundabout(const bool on_roundabout,
|
|||||||
return angle > 360 ? angle - 360 : angle;
|
return angle > 360 ? angle - 360 : angle;
|
||||||
}(propagation_step.maneuver.bearing_before, exit_bearing);
|
}(propagation_step.maneuver.bearing_before, exit_bearing);
|
||||||
|
|
||||||
std::cout << "Step: " << propagation_step.maneuver.bearing_before << " "
|
|
||||||
<< exit_bearing << " result: " << angle << std::endl;
|
|
||||||
|
|
||||||
propagation_step.maneuver.instruction.direction_modifier =
|
propagation_step.maneuver.instruction.direction_modifier =
|
||||||
::osrm::util::guidance::getTurnDirection(angle);
|
::osrm::util::guidance::getTurnDirection(angle);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user