Closedown
This commit is contained in:
@@ -25,8 +25,8 @@ public class HoloScan extends Panel {
|
||||
//Overridable callbacks
|
||||
@Override
|
||||
public void onInitialize(int runCount) {
|
||||
Motor phi = (Motor) getDevice("phi");
|
||||
Motor theta = (Motor) getDevice("theta");
|
||||
Motor phi = (Motor) getDevice("ManipulatorPhi");
|
||||
Motor theta = (Motor) getDevice("ManipulatorTheta");
|
||||
motorPanelPhi.setDevice(phi);
|
||||
motorPanelTheta.setDevice(theta);
|
||||
spinnerFromPhi.setModel(new SpinnerNumberModel(phi.getMinValue(), phi.getMinValue(), phi.getMaxValue(), 1.0));
|
||||
|
||||
Reference in New Issue
Block a user