Mount/unmount in GUI

This commit is contained in:
2023-04-27 16:48:33 +02:00
parent 5266ef751b
commit 8b4accefde
3 changed files with 26 additions and 9 deletions

View File

@@ -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);