Adding support for left left hand driving.

Signed-off-by: FILLAU Jean-Maxime <jean-maxime.fillau@mapotempo.com>
This commit is contained in:
FILLAU Jean-Maxime
2017-05-22 16:09:53 +02:00
committed by Patrick Niklaus
parent 17a73e3979
commit 089c98a107
5 changed files with 10 additions and 6 deletions
-2
View File
@@ -232,8 +232,6 @@ class BasePlugin
for (const auto i : util::irange<std::size_t>(0UL, parameters.coordinates.size()))
{
Approach approach = engine::Approach::UNRESTRICTED;
// TODO init at SIDE for test
// SideValue side = engine::SideValue::DEFAULT;
if (use_approaches && parameters.approaches[i])
approach = parameters.approaches[i].get();