Skip to content
Snippets Groups Projects
Commit e22acb57 authored by Brennenstuhl, Tobias FORNATL, GY's avatar Brennenstuhl, Tobias FORNATL, GY
Browse files

Merge origin/master

Conflicts:
	assignments/ReportingForDuty.md
parent d13a8050
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ public class BrennenstuhlEspduReceiver ...@@ -73,7 +73,7 @@ public class BrennenstuhlEspduReceiver
{ {
System.out.println(receiptMessage); System.out.println(receiptMessage);
Vector3Double position = ((FirePdu)aPdu).getLocationInWorldCoordinates(); Vector3Double position = ((FirePdu)aPdu).getLocationInWorldCoordinates();
System.out.println(" FirePdu locationInWorldCoordinates: [" + position.getX() + ", " + position.getY() + ", " + position.getZ() + "]"); System.out.println(" Chuck Norris locationInWorldCoordinates: [" + position.getX() + ", " + position.getY() + ", " + position.getZ() + "]");
} }
else else
......
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