Code development platform for open source projects from the European Union institutions

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
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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment