Adding support for left left hand driving.
Signed-off-by: FILLAU Jean-Maxime <jean-maxime.fillau@mapotempo.com>
This commit is contained in:
committed by
Patrick Niklaus
parent
17a73e3979
commit
089c98a107
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user