New visualization for model queue and delay events between looking at compass and looking at airspeed
This commit is contained in:
@@ -33,7 +33,7 @@ public class MindQueue {
|
||||
return q.isEmpty();
|
||||
}
|
||||
|
||||
public String printQueue() {
|
||||
public String queueToString() {
|
||||
String queueTrace = "Next to Execute ==> ";
|
||||
|
||||
for (Action action : q) {
|
||||
@@ -47,6 +47,7 @@ public class MindQueue {
|
||||
queueTrace += "[D]";
|
||||
}
|
||||
}
|
||||
queueTrace += "\n";
|
||||
return queueTrace;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user