Mount/unmount in GUI
This commit is contained in:
@@ -161,9 +161,6 @@ public class BasePlate extends DeviceBase {
|
||||
|
||||
BasePlate() {
|
||||
super("BasePlate", new BasePlateConfig());
|
||||
if (MainPanel.BASE_PLATE_LAYOUT == BasePlateLayout.rt){
|
||||
//Controller.getInstance().getContext().getDevicePool().removeDevice("puck_detection");
|
||||
}
|
||||
ArrayList<Puck> pucks = new ArrayList<>();
|
||||
for (int i = 0; i < numberOfPucks; i++) {
|
||||
new Puck(this, i);
|
||||
|
||||
Reference in New Issue
Block a user