Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit efa9fb2f authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

Merge pull request #6 in ~EMQUARIMA/vecto-sim from...

Merge pull request #6 in ~EMQUARIMA/vecto-sim from feature/VECTO-1241-engineering-mode-adding-support-for-additional-pto-activations to master

* commit 'ee3213e1':
  adapt equality method for pto activation
  fix: activate only pto mode 3 at drive-off
parents faea6293 ee3213e1
No related branches found
No related tags found
No related merge requests found
...@@ -311,7 +311,7 @@ namespace TUGraz.VectoCore.InputData.Reader ...@@ -311,7 +311,7 @@ namespace TUGraz.VectoCore.InputData.Reader
return false; return false;
} }
if (first.PTOActive != second.PTOActive || first.PTOActive == PTOActivity.PTOActivityWhileDrive) { if (first.PTOActive != second.PTOActive || first.PTOActive == PTOActivity.PTOActivityWhileDrive || first.PTOActive == PTOActivity.PTOActivityRoadSweeping) {
return false; return false;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment