Added command handling for camera name, pipeline name pipeline duplication

This commit is contained in:
Banks Troutman
2019-10-24 15:20:15 -04:00
parent 0ce7d7465c
commit 7b48c9f964
7 changed files with 86 additions and 27 deletions

View File

@@ -23,4 +23,5 @@ public class Pipeline {
public double m = 1;
public double b = 0;
public boolean isCalibrated = false;
public String nickname;
}